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
finnc0
added
critical
Critical item required to be completed for other tasks
chore
Something that needs to be done but not instantly
labels
Dec 21, 2023
Create three new apps within the "apps" folder in the waldo codebase.
"identity"
"dash"
"app"
The "identity" app will be a standard nextjs13 app router app.
The "dash" app will also be a standard nextjs13 app router app.
The "app" app will again also be a standard nextjs13 app router app.
Go ahead and run the nextjs init cmds to create the base nextjs app in these folders.
The "identity" app will be found at (id.waldo.vision)
The "dash" app will be found at (dash.waldo.vision)
The "app" app will be found at (app.waldo.vision)
The identity app will handle all of our authentication needs.
The dash app will handle all of our backend moderation and management needs. Basically just an admin dashboard.
The "app" app will handle all of waldo's main functions, clip uploading, reviewing, and anything we may add in the future.
finnc0
changed the title
Create two other apps in the "apps" folder
Create three other apps in the "apps" folder
Dec 21, 2023
No description provided.
The text was updated successfully, but these errors were encountered: