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

Review data returned by /courses/xxxx/info endpoint #1433

Open
ssciolla opened this issue Sep 13, 2022 · 0 comments
Open

Review data returned by /courses/xxxx/info endpoint #1433

ssciolla opened this issue Sep 13, 2022 · 0 comments

Comments

@ssciolla
Copy link
Contributor

ssciolla commented Sep 13, 2022

Currently, all the data for the course model is included in the response to the GET api/v1/courses/xxxx/info endpoint. Because we use special logic captured by Course.determine_date_start and Course.determine_date_end (see #1431) to determine date ranges for the course, some of the data included in the /info/ response is not consistent or really needed at all (date_start, date_end, term?). We could benefit from an audit of that endpoint to make it streamlined.

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

No branches or pull requests

1 participant