Update Welcome to our Wiki! authored by Siri Chandana Kathroju's avatar Siri Chandana Kathroju
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
| 29 | As a user, I want to be notified at a specific time of the day, so that I can input my weight. | Complete | | 29 | As a user, I want to be notified at a specific time of the day, so that I can input my weight. | Complete |
| 30 | As a user, I want to see a graph of my previous daily weight, so that I can visualize my habits. | Complete | | 30 | As a user, I want to see a graph of my previous daily weight, so that I can visualize my habits. | Complete |
| 31 | As a user, I want to see a graph of my previous daily BMI, so that I can visualize my habits. | Complete | | 31 | As a user, I want to see a graph of my previous daily BMI, so that I can visualize my habits. | Complete |
| 32 | As a user, I want to be able to sort the table by categories, so that I can visualize my habits. | In Progress | | 32 | As a user, I want to be able to sort the table by categories, so that I can visualize my habits. | Complete |
| 33 | As a user, I want to see a table view of my previous data based on the categories, so that I can visualize my habits. | In Progress | | 33 | As a user, I want to see a table view of my previous data based on the categories, so that I can visualize my habits. | Complete |
| 35 | As a user, I want to toggle between graphs, so that I can compare multiple habits at once. | Complete | | 35 | As a user, I want to toggle between graphs, so that I can compare multiple habits at once. | Complete |
# Tech Stories # Tech Stories
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
| ------ | ------ | ------ | | ------ | ------ | ------ |
| 6 (T1) | Port code base into React Native. | Complete | | 6 (T1) | Port code base into React Native. | Complete |
| 7 (T2) | Update SQLite local database to include new categories. | Complete | | 7 (T2) | Update SQLite local database to include new categories. | Complete |
| 8 (T3) | Store all user data in a MongoDB database. | In Progress | | 8 (T3) | Store all user data in a MongoDB database. | Complete |
| 9 (T4) | Create a backend to handle user authentication and user information API calls. | Complete | | 9 (T4) | Create a backend to handle user authentication and user information API calls. | Complete |
| 10 (T5) | Use third-party email API to have email verification on signup. | Complete | | 10 (T5) | Use third-party email API to have email verification on signup. | Complete |
| 36 (T6) | Watch YouTube videos on React Native. | Complete | | 36 (T6) | Watch YouTube videos on React Native. | Complete |
... ...
......