SolidLabResearch / LDES-in-SOLID-Semantic-Observations-Replay

1 stars 2 forks source link

Web app: current pointer position increased by two instead of one #15

Open pheyvaer opened 1 year ago

pheyvaer commented 1 year ago
  1. Open the Web app.
  2. Load dataset.
  3. Sort dataset.
  4. Get observation subjects.
  5. Submit next observation.
  6. The current pointer position is increased from 0 to 2. This should be 1.
  7. Submit next observation.
  8. The current point position is increased from 2 to 4. This should be 2.

Note that when looking at http://localhost:3000/test/ there are 2 resources added in step 6 and another 2 in step 8.

svrstich commented 1 year ago

OK, Thanks for filing. Needs some investigation ...

pheyvaer commented 1 year ago

This issue doesn't happen when using this dataset dataset_participant1_100obs. So for the challenge, it's in my opinion not necessary to fix this.

svrstich commented 1 year ago

Huh ... that's even stranger. Anyway ... apparently, some of the logic for the LDES in LDP and the analysis of the metadata in CSS was updated during the period I was not working on these Challenges. As a result, I first need to update my deployment. But I'm working on it next week!

pheyvaer commented 1 year ago

Isn't to set the version of LDES and CSS to a fixed version, so the version that works is always used?

svrstich commented 1 year ago

Huh ... that's even stranger. Anyway ... apparently, some of the logic for the LDES in LDP and the analysis of the metadata in CSS was updated during the period I was not working on these Challenges. As a result, I first need to update my deployment. But I'm working on it next week!

svrstich commented 1 year ago

I'm unable to replicate this issue ... Not even with the big full-blown dataset ...