Closed JasonGrace2282 closed 3 weeks ago
Maybe use JS and only populate the field when the user clicks on it?
I just pushed a commit that populates it as soon as the page has loaded. Could you check if that's fast enough for you?
As for sending an email, I'm not sure how much I would like that as a user - but I could also see it being really helpful for some people. As such, I'm -0 on the idea: if you really think it's useful/important, I can implement it.
Did you change the name to 'user sticky'? Also yes - email would be helpful if you can add that.
I haven't implemented email yet (if I get a chance later, I can do that), but everything else should be done, namely:
Proposed changes
Allow stickying individual students to a scheduled 8th period.
Brief description of change
Closes #1719
ManyToManyField
toUser
calledsticky_students
.EighthScheduledActivity.is_user_stickied(user)
which checks if an individual user is stickied, replacing the oldget_sticky
method.You can edit the stickied students at
/eighth/admin/scheduling/schedule?activity=<some_activity_pk>