Conversation
| (Saatvik Sejpal, Anirudh Satish | ||
| ) | ||
|
|
||
| ## Design Decisions |
There was a problem hiding this comment.
Some context of what is being designed would be good.
| Although this probably looks cool, this is not ideal as the user needs to search for the "plus" | ||
| button each time, and therefore we decided against the same. | ||
| We also thought about having a separate section for completed items at the bottom of the screen; however, we decided | ||
| to just do away with having a separate section and just float the completed tasks to the bottom of the page when we mark them |
There was a problem hiding this comment.
I like the idea of moving completed tasks to the bottom
|
|
||
| ### Task 1: Adding a task to an empty list | ||
|
|
||
| Screen at the Beginning of the task: |
|
|
||
| Screen during the process of adding the item to the list: | ||
|
|
||
| <img src='Screenshots/IntermediateTask2.png' width=50%/> |
There was a problem hiding this comment.
You have circles to mark items as completed. However, they look like radio buttons, which only allow one item to be selected. Have you considered using squares instead?
| Screen at the Beginning of the task: | ||
|
|
||
| <img src='Screenshots/PreTask4.png' width=50%/> | ||
|
|
There was a problem hiding this comment.
How do you move from first image to second. Is it long-press? If so, say so
|
|
||
| <img src='Screenshots/IntermediateTask4.png' width=50%/> | ||
|
|
||
| Screen after renaming the item: |
There was a problem hiding this comment.
How did you finish the rename? What was the user action?
| than just not showing the completed tasks. | ||
|
|
||
| Screen at the Beginning of the task: | ||
|
|
There was a problem hiding this comment.
"Text John about bank statements" breaks so that "statements" is below the orange circle. Shouldn't it be left-aligned with "Text"
| Screen after deleting all completed tasks: | ||
|
|
||
| <img src='Screenshots/PostTask6.png' width=50%/> | ||
|
|
There was a problem hiding this comment.
Delete Completed button is still enabled, even though there aren't any completed items. Should it be?
No description provided.