hudy9x / namviek

The open-source project manager for tiny teams
https://namviek.com
MIT License
1.78k stars 204 forks source link

Replace organization id with slug #206

Open hudy9x opened 3 weeks ago

hudy9x commented 3 weeks ago

For now, namviek is using url slug for identify orgID. But it's not friendly with users. So we need to replace the orgId on url with slug.

Ex:
From: https://localhost/65d6ee7893180a33c22085de/project To: From: https://localhost/ecomgrow-comp/project

hudy9x commented 3 weeks ago

refer to #205