Commit Graph

21 Commits

Author SHA1 Message Date
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