issues Search Results · repo:monashcoding/TheBetterHandbookAPI language:Python
Filter by
8 results
(68 ms)8 results
inmonashcoding/TheBetterHandbookAPI (press backspace or delete to remove)saikumarmk
- 1
- Opened on Sep 9, 2022
- #10
saikumarmk
- 1
- Opened on Sep 6, 2022
- #8
There are other query types, I ve hard-coded in two request types for now. In the future, it s suitable to modularise
the classes so that they each have a method _build_json_content to implement which ...
saikumarmk
- Opened on Sep 2, 2022
- #5
Design a class that will store information about a unit. Below is a prototype of a class for the requisites, which
should be contained within the unit class.
class Requisites:
prerequisites: list[dict[str]] ...
saikumarmk
- 2
- Opened on Sep 2, 2022
- #4
For example, MTH1030 has prohibitions MTH1035 and ENG1005, however the MonPlan API won t tell us this unless we put down
either of the units along with MTH1030. We can use the enrolment rule prohibition ...
saikumarmk
- 2
- Opened on Sep 2, 2022
- #3
Implement some parsing techniques to retrieve the required text (unit+numbers) for all the 8 cases below.
for unit in unit_requisites:
for unit_rule in unit_reqs[unit]: # Go over each rule
...
saikumarmk
- Opened on Sep 2, 2022
- #2
The summarise_unit_info function needs to be finished. Consult the Jupyter notebook and see that there are some
non-essential items, or can be trimmed.
saikumarmk
- 2
- Opened on Sep 2, 2022
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.