optimus
optimus copied to clipboard
Create resource management bounded context
Description Create a module to handle and encapsulate the logic related to resource management.
Acceptance Criteria
- [ ] All handlers, service etc are present in the module.
- [ ] Logic is encapsulated properly from other modules
Depends on : 573
Tech Details Changes which are required to get this done
- [ ] Move handler and service to module
- [ ] Publish consumer interface for defining contracts
- [ ] Remove old code which is not used anymore