Skip to content

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 AuthStatusstate.
  • 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
      • [FILE] feature_viewmodel.dart
      • [FILE] feature_providers.dart
      • [FILE] feature_widget.dart [ ] Next objectives:
    • Find the most comfortable folder structure to work with.
    • Finish the widgets for each AuthStatus
    • Initialize HomeWidget design.
Clone this wiki locally