Open
Description
Problem
This will allow users to quickly access folders they use frequently.
Solution
We want to add the functionality for a user to be able to:
- Favorite a file
- Favorite a folder
- Unfavorite a file
- Unfavorite a folder
- View all favorite files
- View all favorite folders
Questions
- Can we add a favorite field to the API end point? That holds favorite as a boolean(true or false).
This will be a new field in the database for files and folders - Do we need separate APIs?
One API for 1 to 4, passing favorite (true/false), file ZUID (optional), folder ZUID (optional)
Andres says that 5 and 6 will be irrelevant for now until Back end starts do sorting and filtering.
Metadata
Metadata
Assignees
Type
Projects
Status
Project Ideas