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

Show word edit history #13

Closed
maheshj01 opened this issue Oct 20, 2021 · 2 comments
Closed

Show word edit history #13

maheshj01 opened this issue Oct 20, 2021 · 2 comments
Labels
enhancement New feature or request Fixed fixed in a new release needs additional triage The issue is not groomed and not yet ready to work

Comments

@maheshj01
Copy link
Owner

maheshj01 commented Oct 20, 2021

When a word is edited, Its history must be saved to understand who made the edits.

Describe the solution you'd like

Frontend

A word detail must show

  • last edit time and name
  • clicking the name should show the edits in ascending/descending order in the form of timeline

Backend

We could maintain an edit history table containing edit entries and each history (entry) Id, must be recorded in a words table.
so basically each word must have an array or map of edits Ids.

@maheshj01 maheshj01 added the enhancement New feature or request label Oct 20, 2021
@maheshj01 maheshj01 changed the title Store Last Edit details Show word edit history Oct 20, 2021
@maheshj01 maheshj01 added the needs additional triage The issue is not groomed and not yet ready to work label Oct 20, 2021
@maheshj01
Copy link
Owner Author

maheshj01 commented Jul 25, 2023

v0.5.9 All edits on that word are shown as of today

  • Show only Approved edits

@maheshj01
Copy link
Owner Author

fixed in v0.6.0 with diff visulaizer

@maheshj01 maheshj01 added the Fixed fixed in a new release label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Fixed fixed in a new release needs additional triage The issue is not groomed and not yet ready to work
Projects
None yet
Development

No branches or pull requests

1 participant