Commit Graph

11 Commits

Author SHA1 Message Date
Ryan Lancaster
8c2781ea81 feat: CSV import preview/apply endpoints and helpers
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-18 18:49:20 -04:00
Ryan Lancaster
9cc677ce68 feat: PWA + full web app — service worker, routing, mobile responsive
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-18 17:42:34 -04:00
Ryan Lancaster
758fa37c2a fix: frontend healthcheck use 127.0.0.1 (Alpine busybox IPv6 bug)
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-18 17:03:43 -04:00
Ryan Lancaster
82d7dfcc14 ci: add Drone pipeline, production Docker setup, frontend Dockerfile
Some checks failed
continuous-integration/drone/push Build encountered an error
2026-03-18 17:00:31 -04:00
Ryan Lancaster
4a7b3061ed Harden MVP runtime and fix packaged desktop white screen 2026-03-18 13:05:14 -04:00
Ryan Lancaster
9302a88aea feat: feature log CRUD endpoints, timestamps, and project list sorting
- Add dedicated REST endpoints for feature CRUD (GET/POST/PUT/DELETE /api/projects/:id/features)
- Add normalizeFeatureEntry() with updatedAt, updatedBy, shippedAt lifecycle
- Auto-set shippedAt when status transitions to 'shipped'
- Frontend api.js: getFeatures, createFeature, updateFeature, deleteFeature methods
- App.jsx: optimistic CRUD handlers using dedicated feature endpoints
- Project list: feature-status filter dropdown + 5-way sort (feature activity, feature status, project status, due date, name)
- Project cards: feature log preview (latest entry + in-flight count)
- FeaturesTab: filter by status, sort by updatedAt desc
- FeatureRow: show updatedAt, updatedBy, shippedAt metadata; updatedBy edit field
2026-03-17 15:23:43 -04:00
Ryan Lancaster
d1a755e4cb add docker:restart npm script 2026-03-17 14:55:35 -04:00
Ryan Lancaster
49c39f2757 Ignore generated release artifacts 2026-03-17 14:31:43 -04:00
Ryan Lancaster
7cd0005cba Fix Docker volume permissions for backend runtime 2026-03-17 14:08:46 -04:00
Ryan Lancaster
ca46302aff Implement wiring hardening, runtime API config, smoke tests, and build scripts 2026-03-17 12:58:43 -04:00
Ryan Lancaster
a3949c32ee Initial commit — Electron + React frontend, Express/Docker backend, members & project management 2026-03-15 13:40:01 -07:00