Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow course staff to add students to queue #96

Merged
merged 9 commits into from Apr 10, 2018

Conversation

nwalters512
Copy link
Member

Fixes #65

placeholder="Enter a Net ID (optional)"
value={this.state.netid}
onChange={this.handleInputChange}
valid={isValid(this.state.fieldErrors.name)}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be this.state.fieldErrors.netid?

Copy link
Collaborator

@genevievehelsel genevievehelsel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing (not too big of a deal though), maybe if a user is course staff, change the wording to "Enter your name" to "Enter the student's name".

One thing testing locally, due to the hiding the new question panel for active course staff, if a user is on duty, they can't add someone to the queue as the panel isn't there. There will either need to be a button to reshow that panel, that feature being removed, or some other thing.

@nwalters512 nwalters512 merged commit 519bf8d into master Apr 10, 2018
@nwalters512 nwalters512 deleted the course-staff-add-to-queue branch April 10, 2018 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants