Updated milestone 5 authored by Jeremie Michaud (jdm489)'s avatar Jeremie Michaud (jdm489)
...@@ -58,13 +58,13 @@ Next milestone: ...@@ -58,13 +58,13 @@ Next milestone:
</td> </td>
<td><strong>What was done</strong> <td><strong>What was done</strong>
</td> </td>
<td><strong>Time Spent</strong> <td><strong>Estimated Time Required</strong>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Jeremie <td>Jeremie
</td> </td>
<td>Creating database models <td>Creating database models implementation and tests
</td> </td>
<td> <td>
</td> </td>
...@@ -72,7 +72,7 @@ Next milestone: ...@@ -72,7 +72,7 @@ Next milestone:
<tr> <tr>
<td>Jorgen <td>Jorgen
</td> </td>
<td>Creating database models <td>Creating database models implementation and tests
</td> </td>
<td> <td>
</td> </td>
...@@ -80,7 +80,7 @@ Next milestone: ...@@ -80,7 +80,7 @@ Next milestone:
<tr> <tr>
<td>Lucas <td>Lucas
</td> </td>
<td>Receipt input component <td>Receipt input component implementation and tests
</td> </td>
<td> <td>
</td> </td>
...@@ -88,7 +88,7 @@ Next milestone: ...@@ -88,7 +88,7 @@ Next milestone:
<tr> <tr>
<td>Michael <td>Michael
</td> </td>
<td>Receipt input component <td>Receipt input component implementation and tests
</td> </td>
<td> <td>
</td> </td>
...@@ -104,12 +104,17 @@ Next milestone: ...@@ -104,12 +104,17 @@ Next milestone:
**System Architecture** **System Architecture**
![CMPT370SystemArchitecture](uploads/d6e209efe8d7b29f20da57f508aa3d7a/CMPT370SystemArchitecture.png)
* Epics Annotated (corresponding epics under the component)
E1. As DaveBossBusiness, I want to be able to enter my receipts manually so I know all of the information is correct.
E2. As DaveBossBusiness and SallyStudent, I want to be able to scan my receipts so that the information from the receipts is easily put into the database
E3. As SallyStudent, I would like to be able to categorize my receipts so that the information is easier to find.
E4. As TomLowIncome, I would like to serialize the data so that I can close the program and reopen it later.
* Epics Annotated E5. As MaryShopaholic, I would like to see my spending visually in a way that’s intuitive and makes sense so that I can intuitively know what I overspent on.
1. As DaveBossBusiness, I want to be able to enter my receipts manually so I know all of the information is correct.
2. As DaveBossBusiness and SallyStudent, I want to be able to scan my receipts so that the information from the receipts is easily put into the database
3. As SallyStudent, I would like to be able to categorize my receipts so that the information is easier to find.
4. As TomLowIncome, I would like to serialize the data so that I can close the program and reopen it later.
5. As MaryShopaholic, I would like to see my spending visually in a way that’s intuitive and makes sense so that I can intuitively know what I overspent on.