Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(BE) Generate slug for workspace and document #77

Closed
devleejb opened this issue Jan 22, 2024 · 2 comments · Fixed by #78
Closed

(BE) Generate slug for workspace and document #77

devleejb opened this issue Jan 22, 2024 · 2 comments · Fixed by #78
Assignees
Labels
enhancement 🌟 New feature or request
Milestone

Comments

@devleejb
Copy link
Member

What would you like to be added:

To improve the usability of Document and Workspace URLs, a slug is generated and recorded in the database. This task involves the following actions:

  • Generate a slug and record it in the database.
  • Update the slug when the title is modified.
  • Implement search logic using the slug for Document and Workspace.

Why is this needed:

Essential for Improving User URL Acces

Additional Information:

@devleejb devleejb added the enhancement 🌟 New feature or request label Jan 22, 2024
@devleejb devleejb mentioned this issue Jan 22, 2024
@devleejb devleejb added this to the Workspace milestone Jan 22, 2024
@devleejb devleejb self-assigned this Jan 22, 2024
@devleejb
Copy link
Member Author

API Spec is updated for slug.

#27

@devleejb
Copy link
Member Author

Database Schema is updated for slug.

#6

@devleejb devleejb linked a pull request Jan 22, 2024 that will close this issue
2 tasks
@devleejb devleejb modified the milestones: Workspace, v0.1.0 Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant