CRITFC / Helpdesk

Parent repository for tribal CDMS documentation and issues
1 stars 0 forks source link

Exporter Issues: select-field box, Location filter, Grid Row Counter #47

Open tylerstright opened 3 years ago

tylerstright commented 3 years ago

While playing around with the CDMS Exporter I noticed a few things worth mentioning. None of these seem like high priorities, but I wanted to make sure to document them.

  1. The select-field box doesn’t quite fit the container (aesthetics issue) image

  2. When you place a Location filter on the dataset, the whole process works properly, but it displays LocationId in the applied-filters display (In the example below, I selected to filter on Location = “Big Creek: Transect – 2”). This for sure makes sense to me from the SQL query standpoint, but I’m not sure if this is intended to display the LocationLabel vs. the associated LocationId. This doesn’t cause an issue with the exporter, but simply wouldn’t be something the typical user understands.
    image

  3. When you filter the query results using the GRID filters at the top of each field, the Row counter on top doesn’t update. I’m not sure if this is how it is supposed to work. In the example pasted here, the exported file definitely represents the data post-filter (9 records), not the original query return of 685 records.

image