Refactor audio processing and recording modules; remove unused files and...
Feature Summary
Reintroduces some previously removed features in a lightweight form and enhances the Community Hub for better collaboration.
Related Issue
Closes #3 (closed)
Feature Description
This MR focuses on bringing back audio and visual heritage features in simplified form, adding a lite performance dashboard, reintroducing basic admin roles, and expanding the community hub with tagging and notifications. These changes improve usability, cultural preservation, and collaboration while keeping the app fast and simple.
Implementation Details
- Audio: Implemented a lightweight audio recording and playback module (no heavy AI).
- Visual Heritage: Re-enabled image uploads with backend prep for future feed integration.
- Admin Roles: Added simple role checks for moderators (basic permissions only).
- Performance Dashboard: Built a minimal stats panel showing stories posted, active users, and GitLab contributions.
- Community Hub: Integrated tagging, mentions, and notifications.
Changes Made
-
New functionality added -
API changes -
Database schema changes -
UI/UX changes -
Configuration changes -
Documentation added -
Tests added