otis-web icon indicating copy to clipboard operation
otis-web copied to clipboard

OTIS course management system

Results 41 otis-web issues
Sort by recently updated
recently updated
newest added

When unlock now/drop unit petition pending for Evan, allow it to be cancelled.

feature

Fixes #300 #318. Automatically accepts petitions of a user that has students of another instance with that unit unlocked.

And diamonds, while we're at it.

feature
help wanted
good first issue

Currently you can link multiple discord accounts and shoehorn anyone into the OTIS discord server.

feature

We'd like to be able to reply to anonymous student feedback.

feature
lots of work

It would be very helpful if there was a notification (on the OTIS website, by email, or by Discord) for when a unit you have active is changed. For example,...

feature

![image](https://github.com/vEnhance/otis-web/assets/85522239/7ac04e44-1e91-4cd4-9740-751bc0d56e98)

bug

Should have the same effect as "Back to ARCHCODE"

feature
help wanted
good first issue

allauth seems to be including some password reset links in `allauth.urls` which aren't functional because OTIS-WEB does not have an email backend, therefore it would be good to disable these...

bug

Fixes #317. Implements version codes as ```python DIFFICULTY_CHOICES = ( ("B", "Easy/Bet"), ("D", "Medium/Dalet"), ("Z", "Hard/Zayin"), ) VERSION_CHOICES = ( ("V", "V (Secret)"), ("W", "W"), ("X", "X"), ("Y", "Y"), )...