bettersg / saylah-v2

MIT License
0 stars 5 forks source link

Menu #3

Open prakashelango opened 8 months ago

prakashelango commented 8 months ago

→ Common Component applies for all pages

Samson-DVS commented 7 months ago

@prakashelango @lihka1202 , after users sign up and complete the login process using AWS Cognito, the next step involves incorporating MongoDB Atlas to handle the components within the Menubar.

Here is an initial database structure for reference, which can be adjusted as needed:

DB collection named Users { _id: ObjectId, username: String, email: String, password: String, // Other user-related fields }

DB Collection named Settings { _id: ObjectId, userId: ObjectId, // Reference to the User collection language: String, voice: String, savedInterface: String, gridSize: String, fontSize: String, theme: String, template: String, }

@delose @Lucas (Slack username) kindly ensure the calls to NodeJs API/EndPoints are processed!