diff --git a/milestones/milestone1.md b/milestones/milestone1.md index a8f086378..9c6d6e111 100644 --- a/milestones/milestone1.md +++ b/milestones/milestone1.md @@ -13,19 +13,19 @@ This unit, be sure to complete all tasks listed below. To complete a task, place - [ ] In `readme.md`: complete the **Description and Purpose** section - [ ] In `readme.md`: complete the **Inspiration** section - [ ] In `readme.md`: list all features you intend to include in your app (in future units, you will check off features as you complete them and add GIFs demonstrating the features) -- [ ] In `planning/user_stories.md`: add all user stories -- [ ] In this document, complete the **Reflection** section below +- [x] In `planning/user_stories.md`: add all user stories +- [x] In this document, complete the **Reflection** section below ## Reflection ### 1. What went well during this unit? -[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ your answer here] +We quickly agreed upon a time to meet, held a brief but concise discussion on the features to implement, and implemented the milestone 1 features all in a timely manner. ### 2. What were some challenges your group faced in this unit? -[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ your answer here] +Besides some minor inconveniences with Zoom cutting us off after 40 mins during meetings, no major challenges were faced. ### 3. What additional support will you need in upcoming units as you continue to work on your final project? -[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ your answer here] +We may need assistance in fleshing out the specific features we want to implement, and also in how to implement some of the more complicated features. diff --git a/planning/user_stories.md b/planning/user_stories.md index 1e55ecbcd..7997970ed 100644 --- a/planning/user_stories.md +++ b/planning/user_stories.md @@ -4,10 +4,24 @@ Reference the Writing User Stories final project guide in the course portal for ## Outline User Roles -[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ Include at least at least 1, but no more than 3, user roles.] +- **End User**: a user in any field who is seeking to organize their tasks. ## Draft User Stories -[πŸ‘‰πŸΎπŸ‘‰πŸΎπŸ‘‰πŸΎ Include at least at least 10 user stories in this format:] +1. As a user, I want to be able to create a new task so I can keep track of my different responsibilities. +2. As a user, I want to set due dates for tasks, so I can prioritize my work and meet my deadlines. +3. As a user, I want to mark my task as completed. +4. As a user, I want to track my progress and see what I’ve accomplished. +5. As a user, I want to be sent a notification reminder to email when a due date is approaching +6. As a user, I want to add descriptions and additional details to my task so I have all the information to complete the task. +7. As a user, I want to organize my task into different categories or projects so I can group up all related tasks. +8. As a user, I want to search for specific tasks or keywords. +9. As a user, I want to be able to label tasks for better organization. +10. As a user, I want to see a calendar view of my task so I can see my schedule. In month, week and daily format. +11. As a user I want to receive notifications on my phone for important tasks. +12. As a user I want to edit my task in case I made a mistake when making it. +13. As a user, I want to delete a task. +14. As a user, I want to see all my tasks organized in different categories. +15. As a user, I want to be able to see my tasks from my phone and laptop. +16. As a user, I want to view analytics on my completed task rate. -1. As a [user role], I want to [what], so that [why].