node
node copied to clipboard
The core of Po.et
We are now using a curried log method with pipeP/asyncPipe pretty successfully, I think its time we extract it into a helper or something so that files can import a...
stdout is showing the following message: ``` $ LOGGING_LEVEL=warn npm start > @po.et/[email protected] start /Projects/poet/node > node dist/babel/src Running Po.et Node Loading Configuration... Loaded configuration from .po.et/configuration.json Switching to Structured...
- Explain architecture - Explain that each subfolder has its own README explaining the inner workings in more detail - Update main README.md with an Architecture section linking to this...
Messaging.ts has six `console.log` calls — two in `start` and the remaining four in the business-specific `consumePoetTimestampsDownloaded` and `consumeClaimsDownloaded` functions. The logs in the `start` function are needed in case...
There's a few `console.log`s lying around in the code base that we haven't converted to PinoJS yet. They exist in three files: - [index.ts](https://github.com/poetapp/node/issues/190) - [Configuration.ts](https://github.com/poetapp/node/issues/191) - [Messaging.ts](https://github.com/poetapp/node/issues/192) These few...
Creating this issue to track the work done, even though part of the work will be done in another repo. https://github.com/poetapp/node/blob/7b675984d116d907847e7bb5f119cbae8ae99d97/src/Helpers/FetchError.ts#L3-L13 Will also need to delete the enum from our...
WIP, ignore for now. ## TODO - [ ] `src/index.ts` - [ ] `src/app.ts` - [x] Service Layers - [x] Composition Root - [x] Router - [x] Controller - [x]...
[PR Process](https://github.com/poetapp/documentation/blob/master/process/pr-review.md#pr-process) - [PR Review Checklist](https://github.com/poetapp/documentation/blob/master/process/pr-review.md#pr-review-checklist) ### Release Semantic release is enabled for this repository. Make sure you follow the right commit message convention. We're using semantic-release's default — [Angular...