[Feature Request] Support joint or shared accounts between multiple users #600
cerede2000
started this conversation in
Ideas
Replies: 1 comment
|
Hi @cerede2000 , However, this isn't a straightforward integration and would require a paradigm change in the way we isolate our user accounts and the relationship between different entities. There are also certainly a significant number of edge cases that we'd need to account for before being confident about implementing this in Myfin. Will try to look into this and hopefully will be able to prioritize it and bring it into the platform at some point. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature description
It would be useful to add support for joint or shared financial accounts.
Currently, a financial account is managed by a single MyFin user. The proposed feature would allow an account to be marked as shared and accessed by multiple registered users.
Use case
For example, two people managing a household may have:
Each person should be able to use their own MyFin user account while accessing and managing the same shared financial account.
Proposed behavior
An account owner could:
Authorized users should be able to:
Permissions
A basic implementation could initially give all authorized users the same management permissions.
Optionally, a future implementation could introduce roles such as:
Expected result
Shared accounts should behave like regular accounts throughout MyFin, while remaining accessible to every authorized user from their own profile.
Personal accounts and other user-specific financial data should remain private and must not automatically be shared.
Additional considerations
It may also be useful to:
All reactions