Task Screen
Show list of tasks with names and statuses (e.g., not started, in progress, done). Bottom navigation: info, subscription, account.
📋 Acceptance Criteria
✅ What to consider:
- The task screen should display all existing tasks assigned to the user.
- Each task must show its current status (e.g., To Do, In Progress, Done).
- The list should be clearly organized and easy to read.
✅ Acceptance Criteria (AC):
- GIVEN the user has existing tasks
- WHEN they open the Task screen
- THEN a list of all tasks is displayed, each showing the correct title and status
Edited by Arina Agafonova