-
Notifications
You must be signed in to change notification settings - Fork 56
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 451 : Flutter: advanced Options #54
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @vishad-tyagi. Good job on the UI. Check comments for changes.
Is this ticket UI only? @juliajulie95 Or do you also have ti implement the antialiasing and soothing? Would make sense to me.
- tests are needed for UI
- tests for functionality in case it has to be implemented
Also state is not saved. If I close the UI and reopen the switches states are not saved. |
@msesko I worked on the Information provided in the ticket. I commented for more information too. After that, I took as much as I could from the Android version of the app on the Play Store. (I know Catrobat is open source and run by many students, I just don't want you to think, that I did the minimum 🙂). Just let me know what other functionality are to be added. I will commit to all the changes ASAP. Regarding the state save functionality, the specifications for the two options were not clearly defined in the ticket. Consequently, I refrained from incorporating the state change variable, anticipating that this aspect might be addressed in a future ticket. |
The ticket-description does not clearly state the scope of the ticket. Imo the actual implementation of the algorithms would exceed the scope of the ticket. Id say we treat it as UI only for now and create new tasks for each algorithm to be implemented later. |
Indeed, I would not want to add UI without working functionality behind it. |
It would be nice to specify if it is UI only ticket or functionality as well for this type of features. But even if it is a UI feature it should be prepared in a way that the backend functionality can just be plugged into it (no hardcoded vals where we should have vars, correct passing in of vars, correctly managing states etc.) Such ticket would also be 454 - Layers, where the UI in itself is quite a lot to code and would be easier to review if separated. |
@msesko I have implemented the changes, if any more changes are required let me know (like _showAdvancedOptionsDialog() should be in io_handler instead of overflown_menu, etc) |
Please resolve conflicts |
Ticket
https://catrobat.atlassian.net/browse/PAINTROID-451
Paintroid-451 : Flutter: advanced Options
Description
Add the functionality for the advanced options in the overflow menu.
New Features and Enhancements
Refactorings and Bug Fixes
Checklist
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.