|
|
há 2 semanas atrás | |
|---|---|---|
| migrations | há 2 semanas atrás | |
| public | há 2 semanas atrás | |
| src | há 2 semanas atrás | |
| tests | há 2 semanas atrás | |
| views | há 2 semanas atrás | |
| .env.example | há 2 semanas atrás | |
| .gitignore | há 2 semanas atrás | |
| Dockerfile | há 2 semanas atrás | |
| HANDOFF.md | há 2 semanas atrás | |
| README.md | há 2 semanas atrás | |
| composer.json | há 2 semanas atrás | |
| docker-compose.yml | há 2 semanas atrás |
Web replacement for the Excel-based sprint planning tool.
cp .env.example .env
# fill in ENTRA_TENANT_ID, ENTRA_CLIENT_ID, ENTRA_CLIENT_SECRET, SESSION_SECRET
docker compose up --build
Then open http://localhost:8080.
The SQLite database lives at ./data/app.sqlite (mounted into the container at
/var/www/data/app.sqlite). Migrations run automatically on the first request
after container start.
public/ front controller (index.php) + web root
src/ application code (App\ namespace, PSR-4)
views/ PHP templates
migrations/ numbered .sql files applied by Migrator
assets/ static JS / CSS
data/ SQLite + sessions (volume-mounted; gitignored)
This repo is built incrementally. See the spec for phase definitions. Current phase: Phase 1 — skeleton.