widefix / pocketmoney

BudgetingKid - allowance tracker for your kids
https://budgetingkid.com
1 stars 1 forks source link

Sharing account - personal permissions #11

Open ka8725 opened 1 year ago

ka8725 commented 1 year ago

TDB

extracted from this - https://github.com/widefix/pocketmoney/issues/4#issuecomment-1680319907:~:text=*advanced%20scenario%3A%20option%20to%20allow%20sharing%20my%20transactions%20or%20not

e.g. I can decide share my transactions with the invitee or not, think about other possible scenarious.

ka8725 commented 1 year ago

For now, all transactions will be shared (considering that we implement only the parents-children flow). But we need to add a flag into the invitation that would optionally prevent managing transactions/account of the shared account. Hence, add a boolean field "read-only" to the invitation and implement the logic.

andreybakanovsky commented 1 year ago

It's discussed here:

andreybakanovsky commented 1 year ago

Note: the app has one boolean field notification in Account model for all account managers!