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

feat(backend): add slug_id to posts #314

Merged
merged 5 commits into from
Nov 7, 2023

Conversation

sidemt
Copy link
Member

@sidemt sidemt commented Nov 7, 2023

Checklist:

Closes #120
Related to: #139

Changes:

  • Add a new column slug_id to posts
  • Auto generate slug_id on creating a post
  • Prevent changing slug_idmanually through API
  • Add an endpoint to find a post by slug_id

@sidemt sidemt marked this pull request as ready for review November 7, 2023 08:36
@sidemt sidemt requested a review from a team as a code owner November 7, 2023 08:36
@sidemt sidemt mentioned this pull request Nov 7, 2023
2 tasks
@sidemt sidemt marked this pull request as draft November 7, 2023 11:30
@sidemt
Copy link
Member Author

sidemt commented Nov 7, 2023

Working on resolving conflicts

@sidemt sidemt marked this pull request as ready for review November 7, 2023 13:35
@sidemt
Copy link
Member Author

sidemt commented Nov 7, 2023

Should be ready for review now. Thanks!

@raisedadead raisedadead merged commit 53dfffa into freeCodeCamp:main Nov 7, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unique ID (backend)
2 participants