sugaroverflow / drone-companion-app

collaboration project between Code for Canada + Transport Canada
MIT License
1 stars 3 forks source link

Changed api routing, frontend routing & module pgs #138

Closed xiaoweiguang closed 5 years ago

xiaoweiguang commented 5 years ago

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