-
Notifications
You must be signed in to change notification settings - Fork 5
Utilize Slug from Dashboard #75
Copy link
Copy link
Open
Labels
Admin EnhancementA feature that will enhance the admin experienceA feature that will enhance the admin experienceUser EnhancementA feature that will enhance the user experience.A feature that will enhance the user experience.
Metadata
Metadata
Assignees
Labels
Admin EnhancementA feature that will enhance the admin experienceA feature that will enhance the admin experienceUser EnhancementA feature that will enhance the user experience.A feature that will enhance the user experience.
As an admin, I would like the ability to update and delete a lesson based on lesson slug.
As a user, I would like to navigate to lessons via a slug that is provided by the dashboard.
As an admin, I would like to navigate to lessons via a slug that is provided by the dashboard.
( Yeah yeah, I know these are three user stories... but I will probably tackle all of them at once as they are all related to each other. )
Side Note: While learning more about Strapi, I discovered I can look up items by slug vs id. Having made that change in the dashboard side of strapi, this broke the admin of typer.
TODO:
slugifyandunslugifymethod references. ( These are no longer needed due to the slug being provided )