oasis4hedev / salsa

Web app for creating a syllabus in an accessible HTML document, publishing to the Canvas LMS, and more.
https://syllabustool.com
Other
6 stars 5 forks source link

deprecate 'slug' in the admin organizations routes in favor of the global 'org_path' #584

Closed opsaaaaa closed 4 years ago

opsaaaaa commented 4 years ago

so a route would change from org.salsa.com/<nil org _path>/admin/organizations/org.salsa.com/sub_org/sub_sub_org/ to 'org.salsa.com/sub_org/sub_sub_org/admin/organizations/`

the org_path and the slug in the organizations routes do the same thing. having both is confusing, and complicates the code.