Skip to content

Commit

Permalink
add: parameterized tasks/data in ADR
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Jan 27, 2025
1 parent 8ca4bed commit 8e9946f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sirocco/ADR.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,10 @@ We will at some point introduce parameterized tasks (and thus data as well). Thi
- Potentially, changes to the config schema might necessitate or unlock a different design here


### UPDATE: Introduction of parameterized tasks

Since the introduction of parameterized tasks, the `Store` and `Timeseries` design evolved.

The `Timeseries` class became the more generic `Array` class. This makes the date part of the `Array` dimensions, along with the parameters.

`Store` then becomes a container for `Array` objects.

0 comments on commit 8e9946f

Please sign in to comment.