# Part 12 - Add courses to programme

  • When we navigate to the detail page of a programme we want to be able to add new courses to this programme
  • Add a new action button with the icon of a book
  • When you click on the book:
    • A modal opens
    • All the existing courses of the programme are shown
      • When you hover over a course name, the course description is shown
    • The modal shows a form to add a new course
      • The form should have an input for the name and a textarea for the description

programmes add course programmes add course

  • When you add a course:
    • A confirmation message is shown
    • The name and description inputs are cleared
    • The courses list is updated without refreshing or closing the modal

programmes add course programmes add course

Last Updated: 12/13/2022, 5:46:12 PM