Skip to content
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

Organize elements into Folders #100

Open
EmilioPelaez opened this issue May 30, 2021 · 0 comments · Fixed by #104
Open

Organize elements into Folders #100

EmilioPelaez opened this issue May 30, 2021 · 0 comments · Fixed by #104
Labels
external suggestion Submitted by somebody outside the dev team feature New functionality priority low
Milestone

Comments

@EmilioPelaez
Copy link
Owner

EmilioPelaez commented May 30, 2021

  • Create new Folder model
    • Should have a name property and an items relationship to Item.
    • Should have an items relationship to Item.
    • Should have a subfolders relationship to Folder.
    • Should have a parent relationship to Folder.
  • Update the Item model
    • Add folder relationship from Item to Folder.
  • Display Folders in Gallery
    • Update GalleryView or GalleryGridView to display folders and items with no folder and parents.
    • Tapping a Folder should display the items in that folder in the Gallery.
    • Display message for empty folders.
    • Display button to go back to the parent folder.
    • This transition could be done using a NavigationLink to another GalleryView.
    • Another option would be to filter the items in GalleryGridView with a selectedFolder property.
  • Add buttons to create folders and move elements
    • Add a button to add folders.
    • Add a button to move items and folders to folders.
@EmilioPelaez EmilioPelaez added feature New functionality external suggestion Submitted by somebody outside the dev team priority low labels May 30, 2021
EmilioPelaez added a commit that referenced this issue Sep 26, 2021
Organize elements into Folders #100
@EmilioPelaez EmilioPelaez added this to the 1.1 milestone Sep 26, 2021
@EmilioPelaez EmilioPelaez linked a pull request Sep 27, 2021 that will close this issue
@EmilioPelaez EmilioPelaez mentioned this issue Oct 9, 2021
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external suggestion Submitted by somebody outside the dev team feature New functionality priority low
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant