|
6 | 6 |
|
7 | 7 | ## Requirements
|
8 | 8 |
|
9 |
| -1. Team Members: `<Who's working on this app?>` |
10 |
| -2. App Name: `<What's the app name?>` |
| 9 | +1. Team Members: Jordan Christensen, Joshua Sharp |
| 10 | +2. App Name: Habit Tracker |
11 | 11 | 3. App Description (3-5 sentences):
|
12 | 12 |
|
13 |
| - `<Explain your app to your Grandma (or a 5-year old child)>` |
| 13 | +What new habits do you want to build? With the all new Habit Tracker, you can do it in a breeze. With Habit Tracker, you can mark habits as completed and see your success rate with each one over time. |
14 | 14 |
|
15 | 15 | 4. Your #1 Customer (Who would use your app? Why now?)
|
16 | 16 |
|
17 |
| - `<Be specific and focus on a real person>` |
| 17 | + My mom is a very forgetful person, but she has a heart problem and forgetting to take her pills could be fatal for her. This app will help her not only with taking her meds, but also with rememering if she has already taken her meds that day and other habits she wants to build |
18 | 18 |
|
19 |
| -5. Github code repository: `<Create a Github Project>` |
20 |
| -6. Github Project/Trello Board: `<Post your link to your Kanban board>` |
| 19 | +5. Github code repository: https://github.com/IOS9BW4/HabitTracker-iOS |
| 20 | +6. Github Project/Trello Board: https://github.com/IOS9BW4/HabitTracker-iOS/projects/1 |
21 | 21 | 7. Create a Slack DM Group with your partner, TL, and Instructor and say "hi!"
|
22 | 22 |
|
23 | 23 | ## Part 1: Brainstorming
|
@@ -56,9 +56,13 @@ Add photos, notes, and sketches from your brain storming session.
|
56 | 56 |
|
57 | 57 | Add your top 3-5 features (core functionality) from the Prioritize brainstorming step. These should be things that are part of the MVP (not a log in screen). Build for the demo day (i.e.: Apple never shows how to log into the Apple ID on stage).
|
58 | 58 |
|
59 |
| -1. `<Feature 1: What will this help your #1 Customer do?>` |
60 |
| -2. `<Feature 2 (How will this help the customer?>` |
61 |
| -3. `<Feature 3 ...>` |
| 59 | +0. Coredata/persistance |
| 60 | +1. Ability to add new habits and set a time and interval to be reminded/time of the day |
| 61 | +2. Default completion time is 21 days but user can set it to be higher or lower |
| 62 | +3. Calender that shows green for each day you complete your habit and red each time you don't |
| 63 | +4. Pie chart that shows completion vs. failure ratio |
| 64 | +5. Notifications swipe to mark as completed or failed |
| 65 | +6. Completed habits (In green on table view or another section, etc.) |
62 | 66 |
|
63 | 67 | ## Part 2: Project Plan
|
64 | 68 |
|
|
0 commit comments