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

Allow users to update the article route name [backend] #158

Open
wil92 opened this issue Apr 29, 2021 · 0 comments
Open

Allow users to update the article route name [backend] #158

wil92 opened this issue Apr 29, 2021 · 0 comments
Labels
backend enhancement New feature or request

Comments

@wil92
Copy link
Collaborator

wil92 commented Apr 29, 2021

Description

The functionality should allow changing the article name. This will fix the legacy names used when other users share an article and the article change its name.

Note

  • Create a history table (post_name_history) with the all articles name saved, to avoid broken links in the future
  • If the user updates the article name, the old name is saved in the post_name_history
  • When an article is requested by name, we should search it in the list of articles and if it didn't exist, then we should search in the history table
@wil92 wil92 added backend enhancement New feature or request labels Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant