You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component that's going to be used in student's default view after Authentication. Contains a list of classes they're in and active polling sessions they can join.
Wireframe:
The text was updated successfully, but these errors were encountered:
In my opinion, the quick join should not be searchable. The use case for a quick join would be a small group (not a class) who wants to do a quick poll or a series of questions. In that case, it should be private and only accessible to the members in that group, with a code.
Students will need a webpage(s) to display courses they can join and
have already joined. Further discussion is needed on the styling and
layout of these pages, so this commit is primarily intended as a proof
of concept.
The UI's styling is rendered by react-bootstrap. react-bootstrap is
a complete re-implementation of Bootstrap components in React. Like
Bootstrap, it defines many CSS classes to make pretty UI elements and
uses flexbox to make flexible layouts. More info can be found at
https://bre.is/JX2hfmU4.
Issues: illinois#34
Component that's going to be used in student's default view after Authentication. Contains a list of classes they're in and active polling sessions they can join.
Wireframe:
The text was updated successfully, but these errors were encountered: