Conversation
packages/app/pages/guide.tsx
Outdated
| <iframe | ||
| width="560" | ||
| height="315" | ||
| src="https://www.youtube.com/embed/RjNERqpIQaw" |
There was a problem hiding this comment.
This video is outdated for new UI.
Could be confusing for new users.
There was a problem hiding this comment.
This is true though it seems the flow is mostly the same. Also, seeing as how we'll be making a lot more UI changes as the semester goes on, it might make sense to maybe leave updating the video for another time (and who knows, maybe if we need to make a video for our thesis or something, we could use that as the video)
AdamFipke
left a comment
There was a problem hiding this comment.
wrote some suggestions, you should just be able to click commit suggestion here on github. Also, I suppose it the page feels a little cramped in that some of the paragraphs and headers don't have very much margins. Also the navbar elements might need some horizontal margins. Rest looks good though, much better than the current 404 error or whatever it is right now haha
packages/app/pages/guide.tsx
Outdated
| <Panel header="async questions" key="4"> | ||
| <p>Ask async questions in the course async queue</p> |
There was a problem hiding this comment.
| <Panel header="async questions" key="4"> | |
| <p>Ask async questions in the course async queue</p> | |
| <Panel header="Asynchronous Question Center" key="4"> | |
| <p>Have a question outside of office hours or lab hours? Hop in Asynchronous Question Center and ask you question there! The professor or TA will then be able to see and answer your question at their earliest convenience</p> |
packages/app/pages/guide.tsx
Outdated
| <p>Ask questions in the course queue, </p> | ||
| </Panel> | ||
| <Panel header="Chatbot" key="3"> | ||
| <p>Chatbot will respond to your questions</p> |
There was a problem hiding this comment.
| <p>Chatbot will respond to your questions</p> | |
| <p>Chatbot will respond to your questions about the course or course content using professor-uploaded documents of the course</p> |
packages/app/pages/guide.tsx
Outdated
| ></iframe> | ||
| <Collapse accordion> | ||
| <Panel header="Join a Course" key="1"> | ||
| <p>Join a course using the course invite code</p> |
There was a problem hiding this comment.
| <p>Join a course using the course invite code</p> | |
| <p>Join a course using the course invite code provided by a professor</p> |
packages/app/pages/guide.tsx
Outdated
| <p>Join a course using the course invite code</p> | ||
| </Panel> | ||
| <Panel header="Ask Questions" key="2"> | ||
| <p>Ask questions in the course queue, </p> |
There was a problem hiding this comment.
| <p>Ask questions in the course queue, </p> | |
| <p>Ask questions in the course queue by entering a queue that has staff checked in and create a question. Once it's your turn, the TA/professor will come help you out</p> |
packages/app/pages/guide.tsx
Outdated
| </div> | ||
| </Content> | ||
|
|
||
| <Footer style={{ textAlign: 'center' }}>HelpMe ©2023 </Footer> |
There was a problem hiding this comment.
| <Footer style={{ textAlign: 'center' }}>HelpMe ©2023 </Footer> | |
| <Footer style={{ textAlign: 'center' }}>HelpMe ©2024 </Footer> |
Description
just added a page for help guide that has videos and images.
Added a change to tailwind settings so that it doesn't overrule other styles.
Closes # (issue number)
Type of change
Please delete options that are not relevant.
Checklist: