maheshmnj / vocabhub

An app to help you build your vocabulary. This app contains 800+ curated GRE words
https://vocabhub.web.app/
Apache License 2.0
46 stars 10 forks source link

Show word edit history #13

Closed maheshmnj closed 11 months ago

maheshmnj commented 2 years ago

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

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.

maheshmnj commented 11 months ago

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

maheshmnj commented 11 months ago

fixed in v0.6.0 with diff visulaizer