-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
CoreCore featureCore featureknowledgebaseImprovements or additions to documentationImprovements or additions to documentation
Description
- Ability to display linked images in database
- Autosuggest in fields when searching in forms
- Versioning of all data entries
- Ability to delete
- Ability to do filtering logic AND/OR/EXCLUDES etc. on all searches
- Export data as CSV, PDF, and JSON
- Search at scale (responsive)
- Account management and multiple levels of permission
- Users and Authors are not separate
- Validation when data is coming -- and support for complex validation rules (i.e. complex logic)
- Validation needs to be entirely encapsulated within API, not passed to client
- Migrations scripts need to be treated as one-off and not as re-usable tools
- As much as possible our download API should build-on the original 1.2 API download functionality https://paleobiodb.org/data1.2/
Preference/Stretch goal
- Use SQL triggers as much possible over scripts
- As much as possible our upload API (e.g., POST/PUT/PATCH) should build-on the original 1.2 API upload functionality https://paleobiodb.org/data1.2/
Open Issue
- Ability to pass array of data in a form to API and accept or reject entire array. We see a lot of complications with this, but they did feel strongly about this in the past?
- Do we want to use an ORM/OMD?
Metadata
Metadata
Assignees
Labels
CoreCore featureCore featureknowledgebaseImprovements or additions to documentationImprovements or additions to documentation