Skip to content

Commit ad189b8

Browse files
Update README.md
1 parent 04f2cba commit ad189b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
## The Project
66

7-
Kitty Splitter allows users to easily log their household expenses, along with a cost, category and date of purchase. They can then tot up the running total, as well as see who owes what to whom.
7+
Kitty Splitter allows users to easily log their household expenses, along with a cost, category and date of purchase. They can then tot up the running total, and see how far off the average amount they are.
88

99
__User Stories__
1010

1111
* As a user, I want to be able to easily enter items purchased, and see these immediately displayed on the page
1212
* As a user, I want to be able to see items entered by other members of the household
1313
* As a user, I want to find out how much each member of the household has spent
14-
* As a user, I want the app to tell me who owes what to whom
14+
* As a user, I want to be able to see what the average spend was
1515

1616
## How we Built it
1717
We started with our schema, keeping it as simple as possible whilst capturing information we felt we might need as the project progressed:
1818

1919
![schema diagram](https://user-images.githubusercontent.com/22034073/33482139-83d848fc-d68f-11e7-8f73-6073a8814925.png)
2020

21-
We then moved on to planning out our software architecture, and did some detailed mapping of our functions and intput/outputs.
21+
We then moved on to planning out our software architecture, and did some detailed mapping of our functions and their intput/outputs.
2222

2323
### Challenges
2424
* One of early issues was limiting the scope of the project, as we felt there was so much we could do with the idea
@@ -29,4 +29,5 @@ We then moved on to planning out our software architecture, and did some detaile
2929
### Things we learnt
3030

3131
### Stretch Goals
32+
* Adding a feature where the splitter can tell users who owes what to whom
3233

0 commit comments

Comments
 (0)