Skip to content

Media: Favorite Files and Folders #2156

Open
@zcolah

Description

@zcolah

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:

  1. Favorite a file
  2. Favorite a folder
  3. Unfavorite a file
  4. Unfavorite a folder
  5. View all favorite files
  6. 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

No one assigned

    Labels

    featureAdditional functionality that should be added to Zesty

    Type

    No type

    Projects

    Status

    Project Ideas

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions