-
Notifications
You must be signed in to change notification settings - Fork 0
22 01 2021 Roadmap
joanofdart edited this page Jan 25, 2021
·
1 revision
Based on development accomplished so far, there's a pretty good and steady flow of "doing" things. The objectives set for today were the following:
- Create a proper authFlow using the
AuthStatus
state. - App should now properly redirect you to the correct screen depending on what
AuthStatus
the user has. - An user should first and foremost, validate the email before onboarding (Check).
Extra objectives done:
- Re-organized the project structure.
- Some refactor that follows the path given in our draw.io diagram.
What was the last thing done:
- Started working on each
AuthStatus
widget.- OnBoarding Widget
- EmailValidation Widget: This was already started but needs to be finished.
- On going: thinking about the feature folder structure.
- Proposed structure:
- [FOLDER] feature
- [FOLDER] feature_widgets
- [FOLDER] widget
- ...
- [FILE] shared_widget
- [FOLDER] widget
- [FOLDER] feature_widgets
- [FILE] feature_viewmodel.dart
- [FILE] feature_providers.dart
- [FILE] feature_widget.dart [ ] Next objectives:
- [FOLDER] feature
- Find the most comfortable folder structure to work with.
- Finish the widgets for each
AuthStatus
- Initialize
HomeWidget
design.
- Proposed structure: