Commit Graph

34 Commits

Author SHA1 Message Date
1b9ab0f9e6 chore(helm): add web deployment and service templates 2025-01-17 12:00:00 -05:00
ae037b8ae9 chore(helm): add worker deployment template 2025-01-16 12:00:00 -05:00
f61eb6a79b chore(helm): add API deployment and service templates 2025-01-15 12:00:00 -05:00
cda843a80e chore(helm): add Helm template helpers 2025-01-14 12:00:00 -05:00
885c288283 chore(helm): add Helm chart configuration 2025-01-13 12:00:00 -05:00
112a6eeba6 chore: add Docker Compose configuration 2025-01-12 12:00:00 -05:00
3abbd4a9aa build(web): add Dockerfile for web service 2025-01-11 12:00:00 -05:00
f17fa5eb76 feat(web): add dashboard page 2025-01-10 12:00:00 -05:00
8ada5d1946 feat(web): add registration page 2025-01-09 12:00:00 -05:00
53418cf41c feat(web): add login page 2025-01-08 12:00:00 -05:00
f635386b4d feat(web): add landing page 2025-01-07 12:00:00 -05:00
d6ac0ddd3a feat(web): add root layout component 2025-01-06 12:00:00 -05:00
a0e9fd71e6 feat(web): add global styles 2025-01-05 12:00:00 -05:00
03bc133e2c feat(web): add API client library 2025-01-04 12:00:00 -05:00
1d3ef9ef90 feat(web): add TypeScript type definitions 2025-01-03 12:00:00 -05:00
1d98cd5a73 feat(web): add Next.js project configuration 2025-01-02 12:00:00 -05:00
1a5e1d6c38 build(worker): add Dockerfile for worker service 2025-01-01 12:00:00 -05:00
8cac9b4377 feat(worker): configure Hangfire worker startup 2024-12-31 12:00:00 -05:00
06db4231cf feat(worker): implement background jobs for incidents 2024-12-30 12:00:00 -05:00
8ac4d814ee feat(worker): add worker project configuration 2024-12-29 12:00:00 -05:00
9e73887efc build(api): add Dockerfile for API service 2024-12-28 12:00:00 -05:00
4db3e56811 feat(api): configure API application startup 2024-12-27 12:00:00 -05:00
d4c5f257af feat(api): add incident management endpoints 2024-12-26 12:00:00 -05:00
929327eca3 feat(api): add organization management endpoints 2024-12-25 12:00:00 -05:00
97905f9e19 feat(api): add authentication and health check endpoints 2024-12-24 12:00:00 -05:00
0aac1b6dc7 feat(api): add authentication middleware and request context 2024-12-23 12:00:00 -05:00
a6d5a696a6 feat(api): add API project configuration 2024-12-22 12:00:00 -05:00
3e70ba560b feat(infrastructure): add dependency injection configuration 2024-12-21 12:00:00 -05:00
92f9ed001c feat(infrastructure): add job interfaces for background processing 2024-12-20 12:00:00 -05:00
38aa3fb12e feat(infrastructure): add FluentMigrator migrations for database schema 2024-12-19 12:00:00 -05:00
370408af95 feat(infrastructure): add data access and authentication services 2024-12-18 12:00:00 -05:00
7a09f8e2f6 feat(contracts): add API DTOs and request/response contracts 2024-12-17 12:00:00 -05:00
9357cbe026 feat(domain): add domain entities and enums 2024-12-16 12:00:00 -05:00
49ec9cd997 chore: initialize project structure and specification 2024-12-15 12:00:00 -05:00