VedaWebProject / Tekst

📚 A collaborative research platform for aligning, enriching and exploring resources on natural language texts
https://vedawebproject.github.io/Tekst/
GNU Affero General Public License v3.0
6 stars 0 forks source link

Quick way to instantly propose correction on a resource content #253

Closed bkis closed 3 weeks ago

bkis commented 1 month ago
  1. Add a widget to the resources in browse view (only visible if logged in!): Edit icon
  2. Click opens modal with a textarea for a correction proposal (and a short info text on what is happening!)
  3. Process the correction:
    • Option A (very simple): Correction is sent as a user message to the responsible user / admins
    • Option B (better but tricky): Correction goes to an extra corrections collection, references the content in question; responsible user / admins are notified; correction is shown to the responsible user in browse view and content view
bkis commented 1 month ago

This would go perfectly hand in hand with #254