|
|
2 주 전 | |
|---|---|---|
| assets | 2 주 전 | |
| migrations | 2 주 전 | |
| public | 2 주 전 | |
| src | 2 주 전 | |
| tests | 2 주 전 | |
| views | 2 주 전 | |
| .env.example | 2 주 전 | |
| .gitignore | 2 주 전 | |
| Dockerfile | 2 주 전 | |
| README.md | 2 주 전 | |
| composer.json | 2 주 전 | |
| docker-compose.yml | 2 주 전 |
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.