Add initial project structure, including README, CONTRIBUTING, and documentation files

- Created .gitignore to exclude unnecessary files
- Added README.md with project description and core features
- Introduced CONTRIBUTING.md for development guidelines
- Established documentation files for architecture, quality requirements, and technical risks
This commit is contained in:
2026-05-17 15:50:43 +02:00
commit 77e43a6a38
16 changed files with 692 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Glossary
| Term | Definition |
| ------------------ | -------------------------------------------------------------- |
| Call Sheet | Onboarding system for role assignment via reaction roles |
| Mileage | Gamified XP earned through community interactions |
| Tour Stop | A scheduled virtual event (screening or open mic) |
| The Dailies | Auto-syndicated content feeds from YouTube/IG/TikTok |
| The Control Room | Admin web dashboard for bot management |
| VIP Backstage | Temporary role granting Q&A access during events |
| Executive Producer | Highest community rank, reached via mileage progression |
| OAuth2 | Discord-based authentication for web app session sync |
| FIFO Queue | First-In-First-Out data structure for stage speaker management |
| Adapter | Pluggable module for adding new content sources |