You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature Requirements Update:
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.
The text was updated successfully, but these errors were encountered: