Dataset Searching
bbengfort opened this issue · 1 comments
bbengfort commented
At this point we have the following accomplished:
- Listing page that displays the most recent uploads in a table
- Pagination by 20 datasets and the pagination component
- A button to go to the listing page from the home page
Next up:
- put navbar links for upload/listing for easy navigation (only if authenticated)
- create API list endpoint for the datasets
- create ordering and search for datasets
- create a form that will allow you to search for datasets.
Other questions include full text search, etc. However we may need to rethink how this is done given our new workflow, so I'm backlogging the rest of this task.