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

[Feature Request]Edit article #4

Open
4 tasks
askender opened this issue Dec 30, 2021 · 2 comments
Open
4 tasks

[Feature Request]Edit article #4

askender opened this issue Dec 30, 2021 · 2 comments
Assignees
Labels
enhancement 改进 Existing feature improvement

Comments

@askender
Copy link
Member

It is a basic feature.
Because we use IPFS cid, and no private id is used, we should design it for better web3 experience.

If people update a atricle,

  • we need a table to record the cid relation between different versions
  • we need update the record of article for a new cid
  • we need frontend page can detact new versions and remind users redirect to new versions
  • we need sign a msg to make only authors can update the info.
@askender askender self-assigned this Dec 30, 2021
@askender askender added the enhancement 改进 Existing feature improvement label Dec 30, 2021
@askender
Copy link
Member Author

askender commented Jan 4, 2022

finished 1 and 2 sub-feature of the issue:

  • we need a table to record the cid relation between different versions
  • we need update the record of article for a new cid
  • we need frontend page can detact new versions and remind users redirect to new versions
  • we need sign a msg to make only authors can update the info.

For sub-feature 3, we will finish it later.
For sub-feature 4, we will use sig of login to check if people can update the article.

@askender
Copy link
Member Author

askender commented Jan 6, 2022

【we need sign a msg to make only authors can update the info.】 This is finished.

askender pushed a commit that referenced this issue Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 改进 Existing feature improvement
Projects
None yet
Development

No branches or pull requests

1 participant