Rev-Registration icon indicating copy to clipboard operation
Rev-Registration copied to clipboard

Automatic class scheduler for Texas A&M written with Python+Django and React+Typescript

Results 22 Rev-Registration issues
Sort by recently updated
recently updated
newest added

so i know that you guys arent currently accepting contributions right now but i was wondering when you guys might be. additionally when and if you guys accept contributors, do...

For instance, if a class only has remote classes, you shouldn't be able to exclude remote classes.

frontend
change

We should add a page / dialog that discusses various things about the website, including: - How often we scrape and such - Maybe more "hidden" features of the website...

feature
frontend

Ran into an issue while stress testing multi-day availabilities. Click in middle of screen and drag in circles. When you let go, it *sometimes* doesn't register that you released the...

bug
frontend

If you do a multi day availability and drag around a bunch and exit something(?) it won't recognize mouse up events, and as such you really gotta fiddle with it...

bug
frontend

[Redis](https://redis.io/topics/introduction) is an "in-memory data structure store" (meaning it's stored in RAM), that we can use to quickly access various things. We can use this to cache each of our...

feature
backend

There are a few inconsistencies between the Django models that we need to fix: Section: - `term_code`: Should be changed to `term` Course: - `dept`: Probably change to `subject` -...

backend
change
good-first-issue

Right now the login button uses `window.open` to replace the current page and then redirects back to the homepage, we could change how this works a couple different ways: -...

frontend
change

Currently Google Auth redirects the tab for logging in. We should change this so that it either shows a dialog popup window (like aggie scheduler), or like the quick-login that...

feature
frontend

We should standardize how we use fonts throughout the project

feature
frontend