- Add the required Api in the particular service interface. (LocationService.ts)
- Add the specific implementation for the respective Api. (LocationServiceImpl.ts)
- Add contract test for request and response models. (response.models.int.test.ts)
- Add integration test. (Location.int.test.ts)
- Add public facing models like Location in respective index.ts. (location/index.ts)
- Add unit test for post/websocket respectively . (LocationPostService.unit.test.ts/LocationWsService.unit.test.ts)
- Add example in the documentation (LocationExample.ts)
- Add api doc around the added Api.
- Add typedoc category to the added models (if possible).
- Add CHANGELOG entry (imp).