|
|
hai 3 días | |
|---|---|---|
| assets | hai 2 semanas | |
| migrations | hai 2 semanas | |
| public | hai 2 semanas | |
| src | hai 2 semanas | |
| tests | hai 2 semanas | |
| views | hai 2 semanas | |
| .dockerignore | hai 2 semanas | |
| .env.example | hai 2 semanas | |
| .gitignore | hai 2 semanas | |
| ACCEPTANCE.md | hai 2 semanas | |
| Dockerfile | hai 2 semanas | |
| HANDOFF.md | hai 2 semanas | |
| README.md | hai 2 semanas | |
| composer.json | hai 2 semanas | |
| docker-compose.yml | hai 3 días | |
| package-lock.json | hai 2 semanas | |
| package.json | hai 2 semanas | |
| phpunit.xml | hai 2 semanas | |
| tailwind.config.js | hai 2 semanas |
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.