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: Draft word by word translation #181

Open
naveed-ahmad opened this issue Dec 27, 2024 · 0 comments
Open

Feature request: Draft word by word translation #181

naveed-ahmad opened this issue Dec 27, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@naveed-ahmad
Copy link
Contributor

Word-by-Word Translation Draft Review Feature

Implement a draft review and approval system for word-by-word translations in the QUL admin panel, similar to the existing draft translation and tafsir feature. This system will ensure word translations are reviewed and approved before updating the main table, preventing accidental updates.

Key Features:

  1. Draft Table for Translations:

    • Columns:
      • id, draft_text, current_text, need_review, text_matched, imported, resource_content_id, user_id, word_id, verse_id, location.
  2. Import Functionality:

    • Import draft translations from CSV or SQLite database.
    • Data source columns:
      • surah_id, ayah_number, word_number, text.
    • Validate imported data and log errors.
  3. Filtering and Review:

    • Implement filters for draft translation
    • Side-by-side comparison of draft and current text.
    • Highlight differences
    • Allow user to update the draft text
  4. Approval Process:

    • Approve drafts and copy them to the main table.
    • Track approvals with timestamps and user details.
  5. Audit Log and Version Control:

    • Maintain logs of all changes.
    • Keep translation history for rollbacks.
@naveed-ahmad naveed-ahmad added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant