Skip to content

Frontend Routes

Adam Tang edited this page May 10, 2022 · 7 revisions

Wireframes and Front End Routes

Wireframes

Splash Page:

Based on the following splash page of Jira Service Management. I will simplify with fewer sections and also change to a different color scheme. splash

User Profile Page:

Based on the following user profile page of Jira Service Management. I will have fewer features and sections. user-profile

Projects Page:

Based on the following projects page of Jira Service Management. projects

Issues List Page:

Based on the following issues list page. issues-list

Issue Page

Based on the following issue page. issue-page

Front End Routes

Splash/Home Page

GET /

Profile Page

GET /users/:id

Projects Page

GET /projects/

Issues List Page

GET /projects/:id/issues/

Issue Page

GET /issues/:id