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

PAINTROID-440, 441, 442 Created the landing page and implemented the basic functionality #8

Merged
merged 12 commits into from Nov 1, 2022

Conversation

CodeChamp-SS
Copy link
Member

https://jira.catrob.at/browse/PAINTROID-440
https://jira.catrob.at/browse/PAINTROID-441
https://jira.catrob.at/browse/PAINTROID-442

  • 1/3 of the top of the screen shows the thumbnail of the most recent project with the "edit" icon.
  • When the project is opened, the back arrow leads the user back to the landing page.
  • Landing page has 2 floating action buttons:
    -> The main button has the plus icon. When pressing this button a new empty project will be opened (same as "new image" in the overflow menu of the current state of Paintroid).
    -> The second button above (same diameter) has the download icon. When pressing this button the same thing as with load an image from the overflow menu of the current state of Paintroid happens (An Intent opens to select an image from the phone's storage).
  • All the projects of the user are shown in a list view below the most recent project, sorted according to the lastModified date in descending order.
  • There is an overflow menu with options to delete, and show details(image metadata) for each project.
  • Used Floor database for storing the metadata of projects.

@CodeChamp-SS CodeChamp-SS changed the title PAINTROID-442 Created the landing page and implemented the basic functionality PAINTROID-440, 441, 442 Created the landing page and implemented the basic functionality Aug 29, 2022
@juliajulie95
Copy link
Contributor

Please check the failing flutter analysis

lib/io/src/ui/delete_project_dialog.dart Outdated Show resolved Hide resolved
lib/io/src/ui/delete_project_dialog.dart Outdated Show resolved Hide resolved
lib/io/src/ui/project_details_dialog.dart Outdated Show resolved Hide resolved
lib/io/src/ui/delete_project_dialog.dart Outdated Show resolved Hide resolved
lib/io/src/ui/delete_project_dialog.dart Outdated Show resolved Hide resolved
lib/ui/landing_page.dart Outdated Show resolved Hide resolved
lib/ui/landing_page.dart Outdated Show resolved Hide resolved
Copy link
Contributor

@ThorstenBandel ThorstenBandel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@ThorstenBandel ThorstenBandel merged commit 5739d86 into Catrobat:develop Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants