Skip to content

Commit

Permalink
remove todo comments in reporter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed May 2, 2024
1 parent 5873cbe commit eafcb13
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/content/en/docs/core-components/reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,4 @@ ReporterApi -down-> IExecutionInformer
```

The *Cache* thus reports the execution information downstream both in the database, and in memory. Upon execution information requests from the `/reporter` API, the cache can provide information fetching either from memory, or querying the database.

### Notes
- Add *results* functions in database (alongside playbook), implementing intermediate class in database that handles results information
- Extend projections class with results information
- Later instantiate "resultsRepo" in controller logic

Extension of reporting interface
- ReportStepStart/End
- ReportWorkflowStart/End
- Reporter infers the time values
- Add time interface with "Now()" (to mock)
The *Cache* thus reports the execution information downstream both in the database, and in memory. Upon execution information requests from the `/reporter` API, the cache can provide information fetching either from memory, or querying the database.

0 comments on commit eafcb13

Please sign in to comment.