Liad Aram
Liad Aram
Check the prerequisite for all courses the student took. Give a warning if the student took a course without meeting the prerequisites.
- [ ] Upload a catalog for computer engineering itinerary. - [ ] Upload a grade sheet of student who takes this itinerary and check the whole flow.
After the student marks a course as irrelevant he doesn't have any way to revert it besides reset the account.
- [ ] Add strong validations on new catalogs for the flow. - [ ] Add semi automation flow to add catalogs easily. The most difficult parts are: - [...
After extending the system to more faculties we should add another layer in the hierarchy. - [ ] Extract common-replacements to faculty layer. The common replacements should be identical across...
The logic in DegreeMainStatus is very loaded. We should think about creating a new sub-store for this logic.
The code of specialization groups algorithm is very complicated. We should make the code cleaner, more readable, and add comments in every non trivial part of the code.