-
Notifications
You must be signed in to change notification settings - Fork 0
26 01 2020 Roadmap
joanofdart edited this page Jan 27, 2021
·
2 revisions
Current branch: auth-flow
The objectives set for today were the following:
- Find the most comfortable folder structure to work with.
- Finish the widgets for each
AuthStatus
. - Initialize
HomeWidget
design.
Objectives fulfilled:
- Finalized folder structure.
- Finalized
AuthFlow
for everyAuthStatus
(emailValidation, onboarding, complete). -
Initialize.HomeWidget
design
Extra objectives done:
- Code refactoring to improve syntax and all overall sense.
- Widgets added to further avoid boilerplate code.
Next objectives:
- Add snackbars to improve user experience.
- Initialize EmailValidation design.
- Mock the email validation sequence with some snackbars.
- Initialize Onboarding design.
- Mock the onboarding sequence.
- Change the logo to the app's logo.
- Improve .gitignore's list.
- Initialize
HomeWidget
design.