KaplanOpenSource / argos

Entity placement on map
GNU Affero General Public License v3.0
0 stars 0 forks source link

Export options #56

Closed yehudarav closed 4 months ago

yehudarav commented 4 months ago
  1. Each device must have a boolean field that is named dataPerDevice (scope constant), and default value is False.
  2. The name of the json file in the export should always be data.json (and not the name of the experiment).
erasta commented 4 months ago
  1. I checked and the name of the json is already data.json
  2. every new device type is created with a boolean attribute StoreDataPerDevice with default false, currently it is scope trial but i will change that. old device types do not have that, do you need that to be created for old device types? because then you will not be able to delete it manually. image
erasta commented 4 months ago

changed to constant