A simple todo app

I am trying to make a simple to do ap.
I want the following things to happen there:

  1. A user should be able to log in
  2. he should then be able to add tasks
  3. the tasks should be displayed in a repeating group
  4. the users should be able to delete tasks from the repeating list.

I can’t understand how should I design my data and how many data types should I create. Please Help

It would seem to be fairly straightforward.

User
Task

Filter the Task on “Created by Current User” so they only see their OWN tasks.

1 Like

Thnaks @NigelG .Though I got the solution after thinking about the app and the structure.