berkeley-cdss / seating

Exam seating assignments
https://seating-staging-74ac4c6b8c38.herokuapp.com/
Apache License 2.0
1 stars 0 forks source link

Select Multiple and Edit Student Wants/Avoids #37

Closed jesslin02 closed 6 months ago

jesslin02 commented 9 months ago

be able to add an attribute to multiple students at once. for example, the current flow for left handed preference is

  1. import students from bcourses
  2. download roster and upload to google sheets
  3. add a new column "LEFTY" and set to TRUE/FALSE based on student preference
  4. re-import students

OR

  1. import students from bcourses
  2. for each student
    1. click edit
    2. add "LEFTY" or "RIGHTY" to wants

desired flow would be something like

  1. import students from bcourses
  2. select all and add "RIGHTY"
  3. select some students and change to "LEFTY"