chiefonboarding / ChiefOnboarding

Free and open-source employee onboarding platform. Onboard new hires through Slack or the web portal.
https://chiefonboarding.com
GNU Affero General Public License v3.0
656 stars 121 forks source link

Standardize URL naming #350

Open GDay opened 12 months ago

GDay commented 12 months ago

Currently, we have a combination of hyphens and underscores in the names of the urls. For example here:

https://github.com/chiefonboarding/ChiefOnboarding/blob/0f53e9a48ccccae363413d7babfbf755a344040b/back/user_auth/urls.py#L23-L37

It would be good to make this more standardized to one of the two. I think Django goes with hyphens: https://docs.djangoproject.com/en/4.2/topics/http/urls/#examples by default.

Mentioned here: https://github.com/chiefonboarding/ChiefOnboarding/pull/346#discussion_r1320523174