thatte-idli-kaal-soup / rsvpapp

Google OAuth based RSVP application
Apache License 2.0
3 stars 5 forks source link

Add paid events in the app #28

Closed punchagan closed 4 years ago

punchagan commented 4 years ago

It should be possible to mark events as paid, and to specify the person who paid for an event, and the amount. The dues could possibly be added to Splitwise if we have the API integration setup correctly. The ideal would be to send UPI payment requests, but getting API access for that is going to be a pain, I think.

punchagan commented 4 years ago

This has been implemented in 059f0961520604b4f26485454be5847ff3de7b6d 24cc87325c1fda6f6c6b7835bb28ead4da3a12c7 and eb037931d039dc36e9054daf5ccf3b970a29f5da by adding a way to allow creating Splitwise groups for any RSVP event. The expenses have to be manually added on the Splitwise group, but it seems like a reasonable workflow, without needing to reimplement the whole Splitwise UI ourselves.