-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add power edit mode that concatenates all the editable things for faster contribution #2337
Comments
@teolemon If we're lucky both unhappy users would be kind enough to help us make a better app: I hope we can contact them. |
I'm waiting for more feedback, but I believe they're touching real. I have this experience as a power user too, so I'd be user 3. It's harder to understand what to do on an existing product, clicking on Edit on the old app allowed to have a bird's eye view of all fields. |
I think there's nothing that would prevent us from putting all the |
@teolemon I'm about to PR. We have 6 "simple" edit pages that can be grouped into just one. The other edit pages are too complex (pictures and possibly different languages). This is what the "power user" page currently looks like - cosmetic changes are definitely needed: |
|
New file: * `simple_input_widget.dart`: Simple input widget: we have a list of terms, we add, we remove. Impacted files * `edit_product_page.dart`: added an item that includes 6 simple items; * `simple_input_page.dart`: now manages multiple items; now using new widget `SimpleInputWidget * `simple_input_page_helpers.dart`: refactored for a better "multiple changes" management
…nsistency Impacted file: * `simple_input_page.dart`: now uses `SmoothCard` instead of `Card` for consistency
New file: * `simple_input_widget.dart`: Simple input widget: we have a list of terms, we add, we remove. Impacted files * `edit_product_page.dart`: added an item that includes 6 simple items; * `simple_input_page.dart`: now manages multiple items; now using new widget `SimpleInputWidget * `simple_input_page_helpers.dart`: refactored for a better "multiple changes" management
User 1: New viersion of this app is nightmare. It is impossible to use, it has bad ux design, it is slow. Who really get the idea to break down user interface? Luckily I can choose old version on F-Droid.
User 2: However, an advanced mode could be considered, in order to correct and add information on a page with more options. Currently the addition of the origin and country of manufacture is no longer possible?
Proposed solution
Part of
The text was updated successfully, but these errors were encountered: