Skip to content

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

Open
matypist wants to merge 5 commits intoleosarra:masterfrom
matypist:matypist-patch
Open

Openstud: Add support for attending modes in exam reservations#27
matypist wants to merge 5 commits intoleosarra:masterfrom
matypist:matypist-patch

Conversation

@matypist
Copy link
Copy Markdown

@matypist matypist commented Mar 6, 2023

Solves #25

@matypist
Copy link
Copy Markdown
Author

matypist commented Mar 6, 2023

See also leosarra/openstud_client#33

Copy link
Copy Markdown
Owner

@leosarra leosarra left a comment

Choose a reason for hiding this comment

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

Sorry but I went through the commit again and I noticed a small thing worth changing 😄
Also, in case you are not aware, there is no need to close the PR in order to add some additional changes to it, you just need to push the commit in the branch of your fork and this PR should pick it up automatically

private String ssd;
private String module;

private JSONArray attendingModesList;
Copy link
Copy Markdown
Owner

@leosarra leosarra Mar 8, 2023

Choose a reason for hiding this comment

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

Instead of relying on JSONArray from the jsoup lib to expose the information I think it would be better to use the Java stdlib (List<String>)

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