-
Notifications
You must be signed in to change notification settings - Fork 2
User Story: Navigation bar & Side bar
Seongmin Park edited this page Nov 4, 2019
·
1 revision
As a SNUbot user who use both chat and community, I want a navigation bar and side bar at all page So that I can move other page easily regardless of current page.
- Logo(img)
- id: `chat-logo'
- src: 'chat-logo.img'
- action: redirect to 'chat' page
- Toggle button
- id: 'side-bar-toggle'
- action: if sidebar is not shown, show sidebar. Otherwise, remove sidebar.
- Account Info Link
- id: 'account-info'
- action: redirect to 'account-info' page
- Community Main Link
- id: 'community-main'
- action: redirect to 'community-main' page
- Board Link
- id: 'boards-XX'
- action: redirect to each board(XX) page
- At any page, user can see Navigation bar.
- user clicks 'chat-logo' image.
- user is directed to chat page.
- user clicks 'side-bar-toggle' button.
- If sidebar is already shown screen, remove sidebar form screen.
- If sidebar is not shown in screen, show sidebar.
- If sidebar is shown, user clicks links.
- User is directed to each links page.
- If sidebar is shown, user do action such as create article or search article(includes redirect), sidebar will be removed.