A collaborative effort to implement debt ralaxation software after our frequent dinner-split parties :)
- Simple centralized intuitive debt tracking
- Notifying other person about its debt against you
- Debt relaxation (mutual settlements in a parties)
- When app starts, it requests info about you (id, display name and avatar) and your contacts from G+
- Once this is done, it requests a list of debts from a server that are related to you
- You may do whatever you want with this data (WIP):
- approve debts that were created against you
- create new debts against your contacts
- modify/delete existing debts and re-approve actions
- Once server has got conflicting debts it will try to automatically relax these
(say, Alice owes Bob $5. Bob owes Eva
$3 and Eva owes Alice 10$ - the server will simplify this to Alice --$2--> Bob --$0--> Eva --$7--> Alice) - ???
- PROFIT!