Skip to content

Changed to object architecture and created a first version of sampleQueue

Marcus Oskarsson requested to merge gh-e7ff278a/71/bolmsten/master into master

Created by: bolmsten

As you can see both some server code and a lot of client code has been changed. The big change is to have the sample_grid as object with key value pairs of samples. This makes it easier to access a sample and the queue can be very simple. For the moment all the queue contains is the id for the sample located in the sample_grid.

Merge request reports