tuwien-csd / damap-frontend

MIT License
9 stars 9 forks source link

Estimated dataset size range disappears #202

Open DerekMolnar opened 1 month ago

DerekMolnar commented 1 month ago

Describe the bug In Step 3, when adding a dataset, one selects an estimated size from the dropdown list with 10 options that represent a size range, e.g. 100 to 500 GB. However, once saved, the range changes in the table to the largest range listed. This largest value also then shows in the template.

Is this a regression? No.

To Reproduce Steps to reproduce the behavior:

  1. Go to Step 3
  2. Add a dataset under new datasets
  3. Select an estimated size that is a range, e.g. 1-5 GB
  4. See size in table change to <5 GB instead of 1-5 GB

Expected behavior The size in table should change to 1-5 GB instead of <5 GB. The change should also cascade to all the 3 templates.

Screenshots

Image

Image

Image