mirror of
https://github.com/ceratic/project_vollidioten_website.git
synced 2026-05-14 00:16:47 +02:00
- Created DatabaseManager component for managing database access via phpMyAdmin. - Developed LinkPlayer component to link Discord accounts with game characters, including user authentication and error handling. - Added mock data files for players, organizations, and projects to handle backend unavailability. - Implemented AuthService for managing user authentication and session checks. - Created DatabaseService to fetch and manage player, organization, and project data with fallback to mock data. - Added HTML page for handling authentication unavailability. - Developed a test script for validating Docker setup and required files.
14 lines
314 B
JSON
14 lines
314 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "Mock Project",
|
|
"description": "This is a mock project that appears when the backend is unavailable.",
|
|
"leader": "DrKButz",
|
|
"employees": ["8984c0b5-d912-4462-b189-c864fba4a1af"],
|
|
"shopCatalog": [],
|
|
"gallery": [],
|
|
"hiring": false,
|
|
"status": "active"
|
|
}
|
|
]
|