time-sync: add min/max/median aggregation methods ; treat as constants during normalization (Fixes #918)#1167
Conversation
fce2276 to
7d00244
Compare
7d00244 to
0bd9ba9
Compare
|
Hi @kalialovish, thanks for your contribution! I will review the PR asap and leave a comment if needed. |
|
Hi @kalialovish , I'm unable to run tests since aggregation methods are stored in if-core repository not here. So newly added aggregation methods like please rise a PR addind that methods, then I will cut a new release of if-core v0.0.31, so you can include that version in if's package.json. Thanks! |
|
@kalialovish I have released v0.0.31 version of |
…ng normalization; tests + README (Green-Software-Foundation#918) Signed-off-by: lovish.kalia <lovish.kalia@accenture.com> Signed-off-by: lovish.kalia <https.ping@gmail.com>
0bd9ba9 to
5b9faab
Compare
|
@narekhovhannisyan this branch is now referring to |
|
@kalialovish, I have pulled the latest changes. I'm unable to run the tests; they are failing: Also lint is not passing: Please revise so I can test. |
…ng normalization; tests + README (Green-Software-Foundation#918) Signed-off-by: lovish.kalia <lovish.kalia@accenture.com> Signed-off-by: lovish.kalia <https.ping@gmail.com>
…ng normalization; tests + README (Green-Software-Foundation#918) Signed-off-by: lovish.kalia <https.ping@gmail.com>
|
@narekhovhannisyan fix deployed, please retest |
|
@kalialovish I have checked, and the functionality works fine. However, there are lint issues that will block the release flow. Please fix that so we can merge and go on! |
What
[x] Adds
min,max,medianto allowed aggregation methods.[x] Handle these test cases in time-sync, treating them as
copyequivalents[x] Add unit tests
[x] Add documentation to time-sync README
Why
To support edge cases where
Context
Expands time sync and aggregation functionality
SoW (scope of work)
[x] aggregation methods added
[x] time-sync updated to handle new methods
[x] documentation updated
[x] test cases added