Description
Implement the main layout for Plotmap which includes the primary navigation panel and the content panel.
Acceptance Criteria
Note: The data to drive this can be mock data.
Development Tasks
Implementation Details
Navigation Panel
The navigation panel will contain top level links for:
- Storyboard
- Characters
- Settings
The secondary level of navigation can just show that it has switched (i.e. Plotmap will contain the text "Plotmap").
URLs
This is an initial guess on what the URLs should be.
- Stories: / (root url is stories)
- Plotmap: /story//plotmap
- Themes: /story//theme/
- Characters: /story//characters/
- Settings: /story//settings/
Description
Implement the main layout for Plotmap which includes the primary navigation panel and the content panel.
Acceptance Criteria
Development Tasks
Implementation Details
Navigation Panel
The navigation panel will contain top level links for:
The secondary level of navigation can just show that it has switched (i.e. Plotmap will contain the text "Plotmap").
URLs
This is an initial guess on what the URLs should be.