fderyckel/ifitwala_ed

Program

Opened this issue · 1 comments

TODO

  • you should not be able to enter twice the same course in the list of course.
  • Is it necessary to have in the child table course name. I think course is enough. Instead put other info like is it on the CMS, is it included in the report, etc.
  • Now when filtering courses in Program, only select active courses (should not show discontinued courses).
  • you should not be able to add a discontinued course

Done

  • should filter out the course that have already been included in the child table.

On the second point, yes it is neccessary because there is a function that is called in a few place that use both course and course_name as argument.