binary-coffee-dev / binary-coffee-dev/dcs-blog

Allow users to update the article route name [backend]

Open
#158 0 comments 0 reactions 0 assignees View on GitHub
backend enhancement
Dominant language
JavaScript
Stars
9
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.