QuantumPhysique / trale

trale – a simple body weight diary app respecting your privacy
GNU Affero General Public License v3.0
119 stars 13 forks source link

Multiple Profiles #252

Open tenfourzero opened 2 months ago

tenfourzero commented 2 months ago

Is your feature request related to a problem? Please describe. Being able to track multiple family members is stopping me from using this app.

Describe the solution you'd like Similar to OpenScale, it would be great to add a second (or more) profiles to track my sons/wife's/dogs weight as well as my own.

Describe alternatives you've considered n/a

Additional context I hope this can be considered and implemented. I think it's the one big feature missing from an otherwise beautiful app.

braniii commented 1 month ago

@tenfourzero thx for opening this feature request. This sounds indeed like a great idea. How is it implemented in openScale? Can you simply select a user, e.g. in the drawer, or do you get the weight of all users in a single chart? I would be thankful for some inspiration on how to design it.

@gwosd if we plan to implement this, we should think on how deeply we want to implement this. Making a database per user and a switch in the drawer (or maybe a toggle on the main screen) should be rather simple. For every user we coule have a separate database, so we do not need to adjust the code.

tenfourzero commented 1 month ago

@braniii Thanks for accepting the request.

That's right, simply select a user to dive into their measurents. All measurements and charts relate tobthat users data. This works well, simple is best 🙂