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

Openstud: Add support for attending modes in exam reservations #26

Closed
wants to merge 2 commits into from

Conversation

matypist
Copy link

@matypist matypist commented Mar 6, 2023

Solves #25 for openstud_driver

Still needs an implementation in openstud_client

@leosarra
Copy link
Owner

leosarra commented Mar 6, 2023

Hello Matteo,
Thank you for fixing it. I just left a small comment :)

@@ -189,6 +210,8 @@ public String toString() {
", note='" + note + '\'' +
", ssd='" + ssd + '\'' +
", module='" + module + '\'' +
", attendingModesList='" + attendingModesList + '\'' +
", attendingModeType='" + attendingModeType + '\'' +
Copy link
Owner

Choose a reason for hiding this comment

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

I think it would be better to update the equals and hashcode method too as the openstud client relies on them quite a bit for handling the app cache

@matypist matypist deleted the branch leosarra:master March 6, 2023 17:46
@matypist matypist closed this Mar 6, 2023
@matypist matypist deleted the master branch March 6, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants