Skip to content

Frontend Routes

Zalkifl Syed edited this page Jan 22, 2019 · 3 revisions

Frontend Routes

Itadaki frontend components structure:

  • Root
    • App
      • NavBar
      • itadaki components
      • Footer

The following routes, will be rendered in the itadaki component section.

  • /

    • splash
  • /login

    • LoginForm
  • /signup

    • SignupForm
  • /dashboard

    • TabIndex
      • TabIndexItem
  • /profile

    • UserShow
      • FriendIndex
      • groupIndex
  • friend/:friend_id

    • FreindShow
  • /tabs/:tab_id

    • TabShow
  • /tabs/:tab_id/comments

    • CommentIndex

Clone this wiki locally