oss-apps / split-pro

Open source alternative to Splitwise
https://splitpro.app
GNU Affero General Public License v3.0
127 stars 10 forks source link

Ability to add comments in an expense #61

Open vishwa5854 opened 1 month ago

vishwa5854 commented 1 month ago

Whenever some one wants to leave from an expense, they could mention why they want to be excluded from an expense and they could leave that particular expense, I have extensively used this feature on splitwise, and would like to see it here.

KMKoushik commented 1 month ago

@vishwa5854 Thank you for the feedback. We already have the DB support for comments. Would you be interested in working on building the UI for it?

https://github.com/oss-apps/split-pro/blob/main/prisma/schema.prisma#L173

vishwa5854 commented 1 month ago

Sure, I will work on it!

KMKoushik commented 1 month ago

@vishwa5854 Thank you so much. Let me know if you need any help on setting up the project. This is relatively new project and I'm trying to improve the docs