lovelace-dev-org / lovelace

Interactive Learning Environment
University of Illinois/NCSA Open Source License
4 stars 4 forks source link

Change archive utils to manipulate serialized data directly #96

Open enkwolf opened 3 months ago

enkwolf commented 3 months ago

Archive utils use the method in reversion's code to fetch older versions. However this is more expensive than it needs to be, and it would be more appropriate to simply read the serialized data from the Version objects instead.