{"id":50564537,"url":"https://github.com/christophevg/maaltafels","last_synced_at":"2026-06-04T13:30:38.306Z","repository":{"id":46202084,"uuid":"166593491","full_name":"christophevg/maaltafels","owner":"christophevg","description":"Oefen maaltafels met opvolging","archived":false,"fork":false,"pushed_at":"2026-05-27T06:23:30.000Z","size":1428,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-27T08:15:27.791Z","etag":null,"topics":["html","js","maaltafels","webapp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/christophevg.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":"2019-01-19T21:04:37.000Z","updated_at":"2026-05-27T06:23:33.000Z","dependencies_parsed_at":"2022-09-11T14:41:59.024Z","dependency_job_id":"f181697e-bff3-46dc-b4d9-7efe50e47549","html_url":"https://github.com/christophevg/maaltafels","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christophevg/maaltafels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2Fmaaltafels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2Fmaaltafels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2Fmaaltafels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2Fmaaltafels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christophevg","download_url":"https://codeload.github.com/christophevg/maaltafels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2Fmaaltafels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33907693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["html","js","maaltafels","webapp"],"created_at":"2026-06-04T13:30:38.103Z","updated_at":"2026-06-04T13:30:38.299Z","avatar_url":"https://github.com/christophevg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maaltafels\n\n[![CI][ci]][ci-link]\n[![Made with Python][python]][python-link]\n[![uv][uv]][uv-link]\n[![Agentic][agentic]][agentic-link]\n\n\u003e Oefen maaltafels met opvolging.\n\n## Features\n\n- Selectie maaltafels\n- Tijdopname\n- Rapportering van resultaten\n- UI gericht op iPad\n\n## Quick Start\n\n### Prerequisites\n\n- Python 3.11+\n- [uv](https://docs.astral.sh/uv/) package manager\n- MongoDB instance\n\n### Installation\n\n```bash\nuv sync\n```\n\n### Running\n\nSet the `MONGODB_URI` environment variable and run:\n\n```bash\nexport MONGODB_URI=\"mongodb://localhost:27017/maaltafels\"\nuv run gunicorn maaltafels:server\n```\n\nOr use the Makefile:\n\n```bash\nmake run\n```\n\nThe application will be available at `http://localhost:8000`.\n\n## Setup\n\nMaak een `users` collection aan, met een document per gebruiker. Bv.:\n\n```javascript\ndb.users.insertOne({\"_id\": \"default\", \"pass\" : \"default\"})\ndb.users.find().pretty()\n{ \"_id\" : \"default\", \"pass\" : \"default\" }\n```\n\n## Gebruik\n\nBezoek de URL van je deployment, geef de gebruikersnaam (`_id`) en het paswoord (`pass`) in.\n\nSelecteer welke maaltafels je wilt oefenen. Kies optioneel hoe lang je wilt oefenen.\n\n![selectie](media/selectie.png)\n\nOefenen maar!\n\n![oefenen](media/oefenen.png)\n\nNa het oefenen krijg je feedback over je sessie en je evolutie.\n\n![feedback](media/feedback.png)\n\n## Opvolging\n\nVoeg `/report` toe aan de URL om een rapport over het oefenen te raadplegen.\n\n![report](media/report.png)\n\n## Development\n\n```bash\n# Install dev dependencies\nmake env-dev\n\n# Run tests\nmake test\n\n# Run linting\nmake lint\n\n# Run all checks\nmake check\n```\n\n[ci]: https://img.shields.io/github/actions/workflow/status/christophevg/maaltafels/test.yaml?branch=master\u0026label=CI\n[ci-link]: https://github.com/christophevg/maaltafels/actions/workflows/test.yaml\n[python]: https://img.shields.io/badge/Python-3.11+-blue.svg\n[python-link]: https://www.python.org/downloads/\n[uv]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json\n[uv-link]: https://docs.astral.sh/uv/\n[agentic]: https://img.shields.io/badge/workflow-agentic-blueviolet?style=flat-square\n[agentic-link]: https://christophe.vg/about/Agentic-Workflow","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophevg%2Fmaaltafels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristophevg%2Fmaaltafels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophevg%2Fmaaltafels/lists"}