ShaunakVaghasia / Lifty

Open source fitness and wellness application
Apache License 2.0
1 stars 0 forks source link

User Collections #11

Open harisrovca opened 5 months ago

harisrovca commented 5 months ago

Create a collection users to store basic user profile information and another collection userStats to store additional information about a user.

The users collection must require all fields to be populated in order to save changes while the userStats fields can be optional.

Both collections must contain a userId field to associate with an authenticated user record and must retrieve this value from the currently authenticated user.