Changed api route.
api/modules --show all modules
api/modules/1 -- show module 1 info
api/phases?module_id=1 --show all phases related to module 1
api/phases/1 --show phase 1 info
Changed frontend route.
module component will show module title and all phases related to this module
Changed api route. api/modules --show all modules api/modules/1 -- show module 1 info api/phases?module_id=1 --show all phases related to module 1 api/phases/1 --show phase 1 info Changed frontend route. module component will show module title and all phases related to this module