update todo

This commit is contained in:
2025-09-02 13:15:26 -04:00
parent 11b2c2487c
commit 7f6c91ae74

View File

@@ -1,7 +1,5 @@
# TODO # TODO
- [ ] Add ability to initialize OTEL early (before app runs)
- [ ] Spruce up the README
- [ ] Create generic interface for implementing a service - [ ] Create generic interface for implementing a service
- [ ] Create config sample not called demo, so it is more easily reused - [ ] Create config sample not called demo, so it is more easily reused
- [ ] Expand config test case to cover GRPC config - [ ] Expand config test case to cover GRPC config
@@ -9,6 +7,8 @@
## Done ## Done
- [x] Add ability to initialize OTEL early (before app runs)
- [x] Spruce up the README
- [x] Test and troubleshoot GRPC Gateway support - [x] Test and troubleshoot GRPC Gateway support
- [x] Finish implementing GRPC service support - [x] Finish implementing GRPC service support
- [x] Unit tests - [x] Unit tests