Skip to content
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

Write documentation for Todo app #18

Open
ferrarafer opened this issue Dec 8, 2022 · 0 comments
Open

Write documentation for Todo app #18

ferrarafer opened this issue Dec 8, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ferrarafer
Copy link
Collaborator

Basics: ToDo app

  • Create new View
    • Create a new view (use the cli)
    • Update the starting viewmodel to navigate to the new view
    • Create the UI (won’t be detailed steps for creating the UI, instead just code to copy to get the UI looking like the example)
  • Add the form functionality: Show the user how we sync our text controllers with the viewmodel
  • Submit the todo: Show the user how we interact with the viewmodel by calling functions
  • Save to todos to the service: This introduces the service + dependency injection
  • List the todos from the viewmodel: This will introduce the ListenableService
  • Save the todo’s to disk: Create shared preferences service. This shows the user how to create a facade service
  • Load the todo’s on start: Introduce that they can write startup logic in the startup viewmodel
@ferrarafer ferrarafer self-assigned this Dec 8, 2022
@ferrarafer ferrarafer added the documentation Improvements or additions to documentation label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant