ellite / Wallos

Wallos: Open-Source Personal Subscription Tracker
GNU General Public License v3.0
2.49k stars 113 forks source link

move subscription from one user to another #467

Open dhop90 opened 1 month ago

dhop90 commented 1 month ago

Feature request to be able to move a subscription from one user to another. I initially started using the app with a single user and created a household member to track my dad's subscription. Now that the app supports multiple users, I want to move those subscriptions associated with my dad to another user and track them separately.

phildapunk commented 1 week ago

As a new user today, came here to write the same thing. Exact same scenario. No longer want my admin user to have subscriptions. Tried cloning , thinking that I might be able to change a new subscriptions, but also tied to the original (admin user)

ellite commented 1 week ago

It's not easy. Different users have different categories, different payment methods and different households.

phildapunk commented 1 week ago

Does the app allow a 1 to many relationship, where a user within a household can be nominated access to have an aggregated view of more than 1 users subscriptions ?

Let me know if I should raise this as a separate item

ellite commented 1 week ago

Hi. No one has access to anything on other user accounts.

Subscriptions inside one user account can be assigned to different household members, from that same account. Only one login has access to this subscriptions and has to be shared between household members.

dhop90 commented 1 week ago

i was able to accomplish what I was looking for, splitting out a second household member into there own account with their own subscriptions, but it wasn't easy. I had to manually manipulate the database directly. I wouldn't recommend doing it.

phildapunk commented 1 week ago

Hi. No one has access to anything on other user accounts.

Subscriptions inside one user account can be assigned to different household members, from that same account. Only one login has access to this subscriptions and has to be shared between household members.

I was confused between different users and household members (in settings). Thanks for the clarification. The separation makes perfect sense.

ellite commented 1 week ago

You're most certainly welcome 👌