Open Bug 2002310 Opened 5 months ago Updated 5 months ago

Simplify Experiment parsing

Categories

(Application Services :: Nimbus SDK, task, P3)

Tracking

(Not tracked)

People

(Reporter: beth, Unassigned)

References

Details

(Whiteboard: [nimbus])

The experiment parsing code is from a time where we were doing raw HTTP responses and it is now doing some unnecessary stringification. This could be greatly simplified by updating parse_experiments to take a impl Iterator<Item = serde_json::Value> or similar and skipping serializing everythign to string before trying to parse it as a serde_json::Value

The entire pipeline also needs tests

You need to log in before you can comment on or make changes to this bug.