CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Reorganize and centralize urls #1090

Open Wardormeur opened 7 years ago

Wardormeur commented 7 years ago

Right now, urls are defined in both lib/{µs}.js and in angular's API services. We even sometimes need to require those "manually" (ie csv export) while still being a CSV which is returned. That makes 3 places that contains sortof similar data. We should find a way to regroup them.