UltraRangers / gauntlet

Gauntlet is a Typescript server template to kick-off your development fast 🔥🔥🔥
https://gauntlet-demo.herokuapp.com
MIT License
3 stars 0 forks source link

Client | Landing page #29

Open jmaicaaan opened 6 years ago

john20xdoe commented 6 years ago

What does this refer to? The default home page of the client (unauthenticated session), or the landing page of the user after login?

I have a definition of terms like this, assuming we have a sitemap/navigation pattern like: Home -- Modules (Example, User) ---- Submodule 1 (Dashboard) ---- Submodule 2 (Account Information) ---- Submodule 3 (another user-related page)

In that case:

Do you guys agree to the definitions above? So we can distinguish each "main" or "home" page.

jmaicaaan commented 6 years ago

Dashboard and home for me is somehow similar. Landing page is a page for marketing stuff. Not related to CMS.

I didn't add this to the 0.2.0 milestone as I am not sure what content to put and if it's necessary to have a landing page.

john20xdoe commented 6 years ago

I see. For the sake of clarification in the stories, we'll use Home as the default index while Dashboard as the index when logged in.

Will we have a page for each module? I think we can do away with it.