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

Tutorial: Building a Simple Todo List UI #87

Open
peterfriese opened this issue Mar 9, 2023 · 0 comments
Open

Tutorial: Building a Simple Todo List UI #87

peterfriese opened this issue Mar 9, 2023 · 0 comments
Assignees
Labels
tutorial Interactive DocC tutorial

Comments

@peterfriese
Copy link
Owner

  1. Simple data model (title, completion state)
  2. Define some mock data in an extension to the data model
  3. Displaying a list of todos
    1. Create a simple list, show todo items from a local array
  4. Completion toggle
    1. Implement using onTapGesture on the Image
  5. Adding new todos
    1. Simple dialog for adding new todos / editing existing one (no inline editing yet, that’s for later)
    2. Add new items to the local array

Summary

  • We’ve built a simple todo list app that stores everything in-memory
  • Although it’s pretty simple, the code looks quite complex, so we will refactor it in the next step
@peterfriese peterfriese added the tutorial Interactive DocC tutorial label Mar 9, 2023
@peterfriese peterfriese changed the title Building a Simple Todo List UI Tutorial: Building a Simple Todo List UI Mar 9, 2023
@peterfriese peterfriese self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tutorial Interactive DocC tutorial
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant