Fixed the deleted repo link authored by Jeremie Michaud (jdm489)'s avatar Jeremie Michaud (jdm489)
......@@ -133,6 +133,8 @@ Visualization Pictures
![VisTest2-Input](uploads/b9452994b3920aca2bd10999c8c729dc/VisTest2-Input.png)
![VisTest2-Graph](uploads/a60702f62302afed814625f416190809/VisTest2-Graph.png)
[Repo](https://git.cs.usask.ca/370-project/370-zero-idea/-/tree/master)
README
# What features are in this application
......@@ -291,6 +293,61 @@ Status: Pass
## Searching
#### Test 1
Check if all data in appearing inside data field
Verify that:
- Can see Total
- Can see Company
- can see Date
Status: Pass
#### Test 2
Check if data appears inside modal
Verify that:
- Can see Total
- Can see Company
- can see Date
- can see item and individual price
Status: Pass
#### Test 3
Check if item has been deleted from database
Verify that:
- Reciept and all items are remvoed from database
Status: Pass
#### Test 4
Check if photo shows in card
Verify that:
- Can see image added
Status: Pass
#### Test 5
Check if photos are in modal
Verify that:
- Can see photo
Status: Pass
#### Test 6
Check Item get sorted old to new and new to old
Verify that:
- items are in proper order
Status: Pass
#### Test 7
Check that Company filters are working
Verify that:
- Can see receipts with only companies selected
Status: Pass
#### Test 8
Search by items only show receipts with those items
Verify that:
- Can see Total
- Can see Company
- can see Date
Status: Pass
## Budgeting
#### Test 1
......
......