{"id":49862885,"url":"https://github.com/steadyfall/wwbm-webapp","last_synced_at":"2026-05-14T22:11:15.471Z","repository":{"id":184303198,"uuid":"665100214","full_name":"steadyfall/wwbm-webapp","owner":"steadyfall","description":"\"Trivivo\" is a quiz game which tests you with 15 questions of varying difficulty and topics, with staggering timeouts!","archived":false,"fork":false,"pushed_at":"2026-03-15T06:00:37.000Z","size":24913,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-15T15:59:14.619Z","etag":null,"topics":["django","django-application","django-project","django-rest-framework","python310","webapp","webgame"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steadyfall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-11T12:40:26.000Z","updated_at":"2026-03-15T05:53:27.000Z","dependencies_parsed_at":"2024-05-30T03:24:59.000Z","dependency_job_id":"735bff3d-8b5f-49de-81a2-9970cbd96b11","html_url":"https://github.com/steadyfall/wwbm-webapp","commit_stats":null,"previous_names":["steadyfall/wwbm-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/steadyfall/wwbm-webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadyfall%2Fwwbm-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadyfall%2Fwwbm-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadyfall%2Fwwbm-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadyfall%2Fwwbm-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadyfall","download_url":"https://codeload.github.com/steadyfall/wwbm-webapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadyfall%2Fwwbm-webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33045218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-application","django-project","django-rest-framework","python310","webapp","webgame"],"created_at":"2026-05-14T22:11:14.276Z","updated_at":"2026-05-14T22:11:15.466Z","avatar_url":"https://github.com/steadyfall.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Trivivo\n\n\u003c/div\u003e\n\n\"Trivivo\" is a website developed by me that aims to test you with 15 questions of varying difficulty and topics, with staggering timeouts. The aim is to score the highest among the quiz-takers!\n\n## Trello\nThe Trello board is [here](https://linear.app/trivivo/team/TRI/all).\n\n\n## Project Structure\n```text\n.\n├── adminpanel\n├── auth\n├── game\n├── kbc\n├── static\n└── templates\n```\n\n- `adminpanel` app handles administrator actions of the app, allowing administrators to perform elevated actions such as CRUD operations, changing timeout speeds, etc.\n- `auth` app handles authentication of users/admins to various sites.\n- `game` app handles the game logic of the app, involving timeouts, progression to the next levels, score/leaderboard handling, etc.\n- `kbc` is the project folder (for Django projects).\n- `static` holds the staticfiles for the project \u0026 apps.\n- `templates` holds the templates for all the apps that get rendered when called via the `views.py` in each app.\n\n## Issue Labels\n\n### Quality\n| Label | Description |\n|---|---|\n| `accessibility` | Breaks keyboard or screen reader access |\n| `design` | CSS inconsistency, unfinished migration, or design debt |\n\n### Area\n| Label | Description |\n|---|---|\n| `auth` | Authentication or authorization related |\n| `backend` | Django / Python / view logic issue |\n| `database` | Model, query, migration, or index issue |\n| `frontend` | HTML / CSS / JavaScript issue |\n| `performance` | Causes excess queries, memory, or latency |\n\n### Type\n| Label | Description |\n|---|---|\n| `bug` | Something is broken or behaving incorrectly |\n| `critical` | Crash, data loss, or auth bypass risk |\n| `security` | Vulnerability or exploitable behaviour |\n| `refactor` | Restructure code without changing behaviour |\n| `feature` | New feature or request |\n\n### Dev\n| Label | Description |\n|---|---|\n| `infra` | CI/CD, GitHub Actions, or deployment configs |\n| `tests` | Missing, empty, or broken test coverage |\n| `docs` | Improvements or additions to documentation |\n\n### Flow\n| Label | Description |\n|---|---|\n| `release` | Marks PRs intended to be merged into main (production) |\n\n\n### Triage\n| Label | Description |\n|---|---|\n| `duplicate` | This issue or pull request already exists |\n| `good first issue` | Good for newcomers |\n| `invalid` | This doesn't seem right |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadyfall%2Fwwbm-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadyfall%2Fwwbm-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadyfall%2Fwwbm-webapp/lists"}