Skip to content

Commit b1b314d

Browse files
authored
added flow diagrams
1 parent 652be31 commit b1b314d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
Notifications pushed to you when a transaction is added to your bank account.
33

44
This is a Java based REST API which exposes a few API endpoints to be consumed by the splitnot frontend app.
5-
The basic architecture diagram can be found here - https://gist.github.com/ufdeveloper/6b032ee594bb21436274af9e385043c3#file-splitnot_architecture-png
65

76
It uses plaid(https://plaid.com/) to interface with your bank account.
87

8+
Basic overview of Phase 1 can be found here - [part1](https://gist.githubusercontent.com/ufdeveloper/6a676da5169c3009d896e3246c905628/raw/a01f7ea6ad351d98a548fb72db7684562077b326/flow1.jpg)
9+
[part2](https://gist.githubusercontent.com/ufdeveloper/6a676da5169c3009d896e3246c905628/raw/a01f7ea6ad351d98a548fb72db7684562077b326/flow2.jpg)
910

1011

12+
The project is planned to be done in 2 phases,
1113

14+
Phase 1 - Use a ReactJS webapp to display credit card transaction notifactions and add bills to splitwise.
1215

13-
The project is planned to be done in 3 phases,
14-
15-
Phase 1 - Retrieve your account transactions and display them in the webapp.
16-
17-
Phase 2 - Create alerts when new transactions are posted in your account. The alert will be displayed on the top of the webpage.
18-
19-
Phase 3 - Create an android app which notifies you when a transaction is posted.
16+
Phase 2 - Create android/iOS apps intead of a webapp for a more seamless experience.

0 commit comments

Comments
 (0)