Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu #3

Open
prakashelango opened this issue Dec 12, 2023 · 1 comment
Open

Menu #3

prakashelango opened this issue Dec 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@prakashelango
Copy link
Collaborator

prakashelango commented Dec 12, 2023

→ Common Component applies for all pages

  • About Saylah!✌🏼

  • Edit

  • Settings

@prakashelango prakashelango added the enhancement New feature or request label Dec 12, 2023
@Samson-DVS
Copy link
Collaborator

Samson-DVS commented Jan 21, 2024

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants