You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
Currently, planner_move command does not handle co-requisites. Hence, when the module in the degree plan with co-requiste is moved, only that module will be moved and other modules with the module's co-requisite will not be moved.
Hence, let's update planner_move logic to handle the co-requisites so that when the module is moved, other modules with the module's co-requisite will be moved too.
The text was updated successfully, but these errors were encountered:
Letm3through
changed the title
PlannerMove Code case sensitive
PlannerMove Code Corequisite
Apr 3, 2019
Letm3through
changed the title
PlannerMove Code Corequisite
Improve existing planner_move to handle co-requisites
Apr 3, 2019
…197)
The application allows the user to set co-requisites to modules.
However, `planner_move` does not handle co-requisites. Hence, the user
has to move the codes that shares co-requisites manually.
Let's enhance `planner_move` command by allowing it to handle
co-requisites so that when a module is moved, its co-requisites are
moved along if they exist in the degree plan.
In addition, since there has been update on `ModuleList` to store the
semesters the module is offered in, let's also enhance `planner_move`
command to check if the module is offered in the semester the user wants
to move to.
The followings are the changes in the process of the enhancement:
[1/3] Logic: update 'planner_move' to handle co-requisites
[2/3] Model: add method to help in carrying out handling of co-requisites
[3/3] Test: update test cases for 'planner_move' command
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Currently,
planner_move
command does not handle co-requisites. Hence, when the module in the degree plan with co-requiste is moved, only that module will be moved and other modules with the module's co-requisite will not be moved.Hence, let's update
planner_move
logic to handle the co-requisites so that when the module is moved, other modules with the module's co-requisite will be moved too.The text was updated successfully, but these errors were encountered: