FLOIP / flow-spec

7 stars 6 forks source link

CORE-294 change resources collection from object to array #75

Closed seifertk closed 1 year ago

seifertk commented 1 year ago

This PR simplified the structure of a collection of resources. Instead of an object keyed by resource UUID, it becomes a simple unordered array. The typical way to interact with this element is to iterate through it, so a simpler data structure makes sense.

seifertk commented 1 year ago

@smn how would this change affect your team? Easy or difficult?

smn commented 1 year ago

Apologies, missed this earlier. This isn't a big change, it's one we can accommodate I think. We'd just need to introduce different handling for rc3 & rc4.