Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins 2 #76

Merged
merged 17 commits into from
Nov 2, 2021
Merged

Plugins 2 #76

merged 17 commits into from
Nov 2, 2021

Conversation

alexanderson1993
Copy link
Member

Description

More work on Plugins. See the referenced issue for more info.

Do not merge until #71 and #72 are merged.

Related Issue

Refs #57 and #26

Types of changes

  • Docs Change (changes were only made to documentation)
  • Refactor (non-breaking change which improves code)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    change)

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the built-in project documentation.
  • My change adds dependencies to this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

This makes it possible to have clients request any data
using parameters. It's basically a glorified real-time live data
REST API over websockets, really.

The cool thing about it is that it's implemented with React Suspense
so to the developer, it behaves as if you were just calling a function.

Closes #59
Replaced the WebSocket netsend API with HTTP,
since it makes it easier to include the uploaded files
inline.

Todo: Create a utility function for moving files
wherever you want, most likely placing them inside the
assets folder. The good news is that the input function
is able to decide whatever they want to do with the file,
which is nice.
@alexanderson1993 alexanderson1993 marked this pull request as draft October 26, 2021 12:33
@alexanderson1993 alexanderson1993 mentioned this pull request Oct 30, 2021
11 tasks
@alexanderson1993 alexanderson1993 marked this pull request as ready for review October 30, 2021 12:12
@alexanderson1993 alexanderson1993 merged commit 82ebb86 into develop Nov 2, 2021
@alexanderson1993 alexanderson1993 deleted the Plugins-2 branch November 2, 2021 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant