You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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!
→ Common Component applies for all pages
About Saylah!✌🏼
Edit
Settings
The text was updated successfully, but these errors were encountered: