-
Notifications
You must be signed in to change notification settings - Fork 0
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
- Status: Open.#13 In jaidman/TodoApp-FlutterFlow;
USER STORY6 AS A USER6 GIVEN I am logged into my ToDo app account and on the Tasks page, WHEN the page loads, THEN I will see a random inspirational quote from Zen Quotes displayed at the top of the page, WITHIN a few seconds, AND the quote will change each time I reload the page.
User6SCENARIO: Displaying a random inspirational quote on the Tasks page GIVEN The user is logged into thSCENARIO: Displaying a random inspirational quote on the Tasks page GIVEN The user is logged into thStatus: Open.#12 In jaidman/TodoApp-FlutterFlow;Create account creation logic in app
User1SCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThSCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThStatus: Open.#11 In jaidman/TodoApp-FlutterFlow;Create Firebase Authentication
User1SCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThSCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThStatus: Open.#10 In jaidman/TodoApp-FlutterFlow;Create app signup screen UI
User1SCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThSCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThStatus: Open.#9 In jaidman/TodoApp-FlutterFlow;AS A USER5 GIVEN I am logged into my ToDo app account and on the active tasks page, WHEN I select a task to edit, AND a mini popup window appears that allows me to modify the task title, description, or due date, THEN I can update the task's details in the popup, WITHIN a few seconds, AND when I confirm, the task will be updated with the new information without deleting or recreating it.
User5SCENARIO: Editing a task GIVEN The user is on the active tasks page and has an existing task, WHEN TSCENARIO: Editing a task GIVEN The user is on the active tasks page and has an existing task, WHEN TStatus: Open.#8 In jaidman/TodoApp-FlutterFlow;AS A USER4 GIVEN I am logged into my ToDo app account and on my profile settings page, WHEN I click on the "Edit Profile" button, AND a mini popup window appears allowing me to upload a profile picture, enter my birthday, and specify my hometown, THEN I can upload a profile picture, enter my birthday and hometown in the provided fields, WITHIN a few seconds, AND when I confirm, my profile will be updated with my new profile picture, birthday, and hometown without leaving the page.
User4SCENARIO: Adding profile picture, birthday, and hometown GIVEN The user is logged into their ToDo apSCENARIO: Adding profile picture, birthday, and hometown GIVEN The user is logged into their ToDo apStatus: Open.#7 In jaidman/TodoApp-FlutterFlow;USER STORY3 AS A USER3 GIVEN I am logged into my ToDo app account and on the active tasks page, WHEN I click the "Add Task" button, AND a mini popup window appears in the center of the screen, THEN I can enter the task title and details in the popup, WITHIN a few seconds, AND when I confirm, the task will be added to my active tasks list without navigating away from the page.
User3SCENARIO: Adding a task via a mini popup window GIVEN The user is on the active tasks page, WHEN TheSCENARIO: Adding a task via a mini popup window GIVEN The user is on the active tasks page, WHEN TheStatus: Open.#6 In jaidman/TodoApp-FlutterFlow;USER STORY2 AS A USER2 GIVEN I am logged into my ToDo app account and have multiple tasks on my active tasks page, WHEN the tasks on the active tasks page become too many to fit on one screen, AND I scroll down, THEN the next set of tasks will be displayed, WITHIN a few seconds, AND I will be able to continue scrolling through my tasks.
User2SCENARIO: Scroll functionality for active tasks page GIVEN The user is on the active tasks page withSCENARIO: Scroll functionality for active tasks page GIVEN The user is on the active tasks page withStatus: Open.#5 In jaidman/TodoApp-FlutterFlow;SCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN The user chooses to unmark a completed task as complete, AND Confirms the action to unmark, THEN The unmarked task disappears from the completed page WITHIN a few seconds AND unmarked task returns to the active tasks list on the tasks page WITHIN a few seconds USER STORY1 AS A USER1 GIVEN I am logged into my ToDo app account and have tasks that are marked as complete, WHEN I select a completed task and choose to unmark it as complete, AND I confirm the action to unmark the task, THEN the task will return to my active to-do list, WITHIN a few seconds, AND the task will no longer be marked as complete and will be available to be worked on again.
User1SCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThSCENARIO: Unmarking completed task as complete GIVEN The user is on the completed tasks page WHEN ThStatus: Open.#4 In jaidman/TodoApp-FlutterFlow;