Welcome to the PlanSentinel alpha POC
Things that "work":
- Basic Azure Hosting
- Viewing and approving/rejecting plans
- Accepting new plans via a RESTful API
- Performing rule evaluations using asynchronous workers
- Real-time plan status updates via SignalR
- Mobile support via MAUI
- Actual plan data
- Authentication and Authorization
- Advanced rule creation and management
Under development:
- WASM BFF authentication
- MAUI BFF authentication
- Keycloak/postgres in Azure
Things GitHub Copilot suggested :-):
- Comprehensive test coverage
- Better documentation
- [Done, ongoing] Improved error handling and logging
- [Done] Convert to use HttpClientFactory
- [Ongoing] Performance optimizations
- [Done] Scalability enhancements
- [Done] Security improvements