-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rewrite application with form plugin system and new design #18
Conversation
Includes the form builder plugin system
Abstract code, reduce duplication, add number widget
Create a simple field type selector
Update basic select widget to use react select
Variations: - Select one or add (new) - Select multiple or add - Add multiple
1632e9f
to
6088ead
Compare
As discussed w/ @danielfdsilva, a full review on this new implementation is not feasible at this point, considering resource availability. When the new app is documented well enough for new developers (ticket linked above), we should merge this refactor PR as-is and take it from there. |
b02eb7c
to
1840081
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great basis for our new app. A few additions are still planned for an MVP.
Initial implementation of what is outlined in the stac admin plugin system ADR
This contains the repo setup and a very simple initial form at
/collections/new
.There's some simple documentation in the README and under
docs/
Related:
Todo
- [ ] Solicit a review of the re-implementation- [ ] Address any feedback