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

Words Manager Feature #757

Open
6 tasks
rain1024 opened this issue Oct 27, 2024 · 0 comments
Open
6 tasks

Words Manager Feature #757

rain1024 opened this issue Oct 27, 2024 · 0 comments

Comments

@rain1024
Copy link
Contributor

rain1024 commented Oct 27, 2024

Feature Requirements Update:

  • Word Management: Create and manage a list of words accessible to admin users. This list should allow adding, editing, and deleting words as needed. (design database, write django API)
  • Authentication: Implement a login page with Google OAuth integration for easy access and secure login.
  • Authorization: Use Django’s authorization mechanisms to ensure that only authorized users can manage the words list.
  • Sound Management: Enable the ability to upload and manage associated sounds for each word, allowing admins to add audio files to enhance the word list’s functionality.
  • Sample Admin User: Add a sample admin user with permissions to edit the Part of Speech (POS) tags of each word, along with full word management capabilities.
  • Sample Normal User: Add a sample normal user with limited permissions. This user should have:
    • View-Only Access: Ability to view the list of words and their associated details (including POS tags and sounds) but no editing permissions.
    • No Sound Management: No access to upload, delete, or manage sounds for words.
    • Restricted Access: Limited to browsing and reading word details without making any modifications.

Objective:

This setup will allow for a clear separation of roles, where the admin has full management capabilities, and the normal user can view the content without risking accidental edits or changes.

@rain1024 rain1024 moved this to In progress in Languages v2 Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant