-
Notifications
You must be signed in to change notification settings - Fork 76
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
Onboarding - first part #114
Conversation
[Figma reference](https://www.figma.com/file/6NyY9yqunpbU7HIkbNEAL3/Sossoldi-App?type=design&node-id=1163-4030&t=NgwAP2DuLag5D9oN-0) DONE (copying by 0xbaggi and updating with `style.dart` and `constant.dart`): * "start the set up" page * step 1 page (set budgets) * Scrollable list of selectable budgets (taken from the database) as a grid of cards * "add category" card * Numeric keyboard for adding the budget * step 2 page (set liquidity) * Input fields for account name and amount (with only number keyboard) TODO: * Show onboarding page only the first time * Implement the updating of the database when adding budget and account * Implement "Edit Icon and Color" when creating an account
- Update the keyboard for entering the budget. - Update the "EDIT ICON AND COLOR" section in `account_setup.dart`. TODO: - Make the onboarding page visible only on the first visit. - Connect the "ADD BUDGET" feature and the `account_setup.dart` page with the database. - Validate the presence of data when the "START TRACKING YOUR EXPENSES" button is pressed.
Onboarding - first part
Hi @mene412! Do you think that you could also work on the parts that you pointed out are missing in order to complete this feature? In that case we might want to keep this open |
Up to today, I am unable to proceed because a part of the provider is missing, specifically |
@mikev-cw and @lucaantonelli what do you think? Do we want to merge this now or you have suggestions/time to help mene on the next steps? |
I see that this was originally a EDIT: If we want to merge something that's intentionally not finished (like skipping the budget feature), it's ok, but I think we should let developers force start the onboarding when they need |
Issue #39
TODO: