Initial release: Disc Agenda frisbee tournament platform
Some checks failed
Build and Push / build (push) Failing after 8s
Some checks failed
Build and Push / build (push) Failing after 8s
Full-stack tournament management app with real-time scoring: - Go 1.26 backend with REST API and WebSocket live scoring - React 19 + Vite 8 frontend with mobile-first design - File-based JSON storage with JSONL audit logs - Multi-stage Docker build with Gitea CI/CD pipeline - Post-tournament questionnaire with spirit voting - Technical documentation and project description Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
25
data/tournaments/fujarna-14-3-2026/questionnaire_config.json
Normal file
25
data/tournaments/fujarna-14-3-2026/questionnaire_config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"tourney_id": "fujarna-14-3-2026",
|
||||
"custom_questions": [
|
||||
{
|
||||
"id": "q_food",
|
||||
"text": "How would you rate the food at the tournament?",
|
||||
"type": "select",
|
||||
"options": ["Excellent", "Good", "Average", "Poor"],
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "q_fields",
|
||||
"text": "How were the playing fields?",
|
||||
"type": "select",
|
||||
"options": ["Great condition", "Acceptable", "Needs improvement"],
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "q_feedback",
|
||||
"text": "Any other feedback or suggestions?",
|
||||
"type": "text",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user