Firstly, the final_year and second_year types in the CSV file are not accurate. These will need to be updated to the actual year types.
This PR is for the branch listDisplay it is attempting to only display the modules relevant to the respective year.
The dropdowns in the Final Year section will only display final year modules, the dropdowns in the Second Year section will only display second year modules.
The code for this starts at ui.js:118.
It currently has the functionality, but does not seem to be displaying on the page correctly. If anyone has any ideas as to fixes to what I have implemented currently, please add to it.
Displaying modules based on year type
Firstly, the
final_year
andsecond_year
types in the CSV file are not accurate. These will need to be updated to the actual year types.This PR is for the branch
listDisplay
it is attempting to only display the modules relevant to the respective year.ui.js:118
.It currently has the functionality, but does not seem to be displaying on the page correctly. If anyone has any ideas as to fixes to what I have implemented currently, please add to it.