-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
external suggestionSubmitted by somebody outside the dev teamSubmitted by somebody outside the dev teamfeatureNew functionalityNew functionalitypriority low
Milestone
Description
- Create new Folder model
- Should have a
nameproperty and anitemsrelationship toItem. - Should have an
itemsrelationship toItem. - Should have a
subfoldersrelationship toFolder. - Should have a
parentrelationship toFolder.
- Should have a
- Update the Item model
- Add
folderrelationship fromItemtoFolder.
- Add
- Display Folders in Gallery
- Update
GalleryVieworGalleryGridViewto 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
NavigationLinkto anotherGalleryView. - Another option would be to filter the items in
GalleryGridViewwith aselectedFolderproperty.
- Update
- Add buttons to create folders and move elements
- Add a button to add folders.
- Add a button to move items and folders to folders.
Metadata
Metadata
Assignees
Labels
external suggestionSubmitted by somebody outside the dev teamSubmitted by somebody outside the dev teamfeatureNew functionalityNew functionalitypriority low