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

Course audit feature #520

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Course audit feature #520

wants to merge 10 commits into from

Conversation

jeofo
Copy link
Member

@jeofo jeofo commented Oct 25, 2023

There are some changes to the docker container environment. Please restart the development environment if things are not working.

@jeofo jeofo requested a review from AaDalal October 25, 2023 22:00
"""

def get(self, request, semester):
timestamp = request.GET.get("timestamp")
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: DRF (Django rest framework) provides the request.query_params.get(...) which is more readable

@andyjiang3
Copy link
Member

Note that this contains some commits from another open PR that shouldn't be merged yet, prob should remove if we're planning on merging this before that PR

@andyjiang3
Copy link
Member

Also should prob fix the pre-commit hooks so that it does the linting - seems like we all have different formatters and it makes review harder. @AaDalal (I can look into this but would have to be sometimes late next week)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants