kell_creations/kell_creations_apps/apps/kell_web/lib
Mike Kell bda93640e4 feat(auth): Stage 8C - authentication foundation
- Add KcUser/KcUserRole domain models with copyWith, equality, toString
- Add AuthState sealed hierarchy (unauthenticated, loading, authenticated, error)
- Add AuthService abstract contract (signIn, signOut, refreshSession, stream)
- Add AuthException with optional HTTP statusCode
- Add CredentialStore abstract contract with CredentialKeys constants
- Add InMemoryCredentialStore implementation
- Add FakeAuthService with role-based sign-in simulation
- Add KcAppEnvironment.square to core enum with SQ label
- Add KcBootstrap square case (falls back to fake until Stage 10A)
- Update kell_web and kell_mobile shell environment badges for square case
- Add integrations dependency to kell_web and kell_mobile pubspec.yaml
- Add auth to run_all_tests.sh TESTABLE and ANALYZABLE lists
- Add 42 auth tests (42/42 passing)
- Add 1 new core test for square bootstrap fallback (21/21 passing)
- Update master_development_brief.md: Stage 8C complete, Stage 8 complete
- Total: 764/764 tests passing, dart analyze clean

Stage 8 (infrastructure package activation) is now complete.
Next: feat/wc-orders-integration (Stage 9A)
2026-07-11 08:48:18 -04:00
..
composition feat(core): extract shared composition pattern into core package (Stage 4B) 2026-05-22 09:57:51 -04:00
dashboard feat(dashboard): compose live summary data across features 2026-04-04 14:07:21 -04:00
navigation feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
pages feat(design-system): Stage 4A — design system expansion and shared widget migration 2026-05-22 09:42:31 -04:00
routing feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
shell feat(auth): Stage 8C - authentication foundation 2026-07-11 08:48:18 -04:00
app.dart feat(kell-web): add dashboard page and reusable shell widgets 2026-04-04 12:51:08 -04:00
main.dart feat(kell-web): add runtime environment bootstrap for wordpress mode 2026-04-04 15:23:38 -04:00