You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: make it possible to show extra info in table headers
* copy: update all copy to use latest terminology
* feat: add tooltip to jobs page header and status table column
* copy: sync copy after updates in doc
'A collection is a group of captures. A collection contains all or some captures in a project. When a processing job is registered, a collection is picked. This list defines the collection options available.',
426
+
'A collection is a group of source images. A collection contains all or some images in a project. When a processing job is registered, a collection is picked. This list defines the collection options available.',
425
427
[STRING.TOOLTIP_DEPLOYMENT]:
426
-
'A deployment is defined as one monitoring station.',
428
+
'A monitoring station is a location where a device is deployed to take images of insects in the wild (at a “Site”).',
427
429
[STRING.TOOLTIP_DEVICE_TYPE]:
428
-
'A device type is the type of equipment used for monitoring, for example an AMI system. One or many deployments can be connected to a device type.',
430
+
'A device type is the type of equipment or camera used for collecting source images. One or many deployments can be connected to a device type. Device type refers to the model version, category or description of a kind of hardware, not the serial number of an individual device.',
431
+
[STRING.TOOLTIP_JOB]:
432
+
'A job is a request for data processing that specifies the data to process and the pipeline to use.',
429
433
[STRING.TOOLTIP_OCCURRENCE]:
430
-
'An occurrence is a group of detections of one individual. One occurrence consists of one or many detections.',
434
+
'An occurrence refers to when an individual is detected in a sequence of one or more images with no time interruption.',
431
435
[STRING.TOOLTIP_PIPELINE]:
432
-
'A pipeline is a set of algorithms used for processing. When a processing job is registered, a pipeline is picked. This list defines the pipeline options available.',
436
+
'A pipeline is a set of algorithms used for processing. A pipeline is picked from a list of algorithm bundle options when a processing job is defined.',
433
437
[STRING.TOOLTIP_SESSION]:
434
-
'A session is a fixed period of time of monitoring for one deployment. The period is typically one night.',
438
+
'A session is a fixed period of time of monitoring for one station. The period is typically one night.',
435
439
[STRING.TOOLTIP_SITE]:
436
-
'A site is a physical place where monitoring is taking place. One or many deployments can be connected to a site.',
440
+
'A site is a physical location where monitoring is taking place. One or many stations can be connected to a site.',
441
+
[STRING.TOOLTIP_STATUS]:
442
+
'A status is the processing stage of a job once submitted: Created > Pending > Running > Done. A Failed status means the job stopped before it had finished.',
437
443
[STRING.TOOLTIP_STORAGE]:
438
-
'A storage is a place where captures are kept, for example a S3 bucket. One or many deployments can be connected to a storage.',
444
+
'A storage is a place where source images are kept, for example a S3 bucket. One or many stations can be connected to a storage.',
0 commit comments