- Architecture Based on Clean Architecutre pattern + CQRS + MediatR
- SignalR for alerts
- Small react app for front-end
- Added few UnitTests
- Added few Integration test with InMemoryDatabase for testing purposes
- Used EntityFramework ORM
TODO:
- FRONT-END: move web-sockets hub connection to contex, to make it able to receive alerts on any screen.
- BACK-END: change inMemoryStore saving for last observations and save only average number
UPD: 24.01
- Fixed alerts in UI, now it's global, added popups and badge counter.
- Changed "average" calculation for last 3 observations
UPD: 25.01
- Added Patients Microservice
UPD: 26.01
- Converted to real-time app