USEPA / Scribe-Data-View-Tool

0 stars 1 forks source link

Add Search Fields and more Site Info to Explorer #65

Open amarkari opened 2 years ago

amarkari commented 2 years ago

A. Add ability to query not just by 'Project Name' in Explorer, but also by the 8 newly required Site Info fields:

  1. Site #
  2. Location
  3. Site State
  4. NPL Status
  5. Site Description
  6. EPA Region
  7. EPA Contact

B. Display these 8 Site Info fields for each project as well next to Sample info

jlherring commented 2 years ago

https://usepa.sharepoint.com/:x:/r/sites/GIS_Team/_layouts/15/Doc.aspx?sourcedoc=%7B197[…]bileredirect=true&cid=21d4f85c-429e-43b4-97ac-96e8e8683073

tbock commented 2 years ago

Current the multi select just loads all the projects. This should probably change to a autocomplete field (though this is complicated via the field listed probably needing filter type inputs). I would start by changing the multiselect to a autocomplete chip field (https://material.angular.io/components/chips/examples). The autocomplete would search the api using search=whatever typed.

tbock commented 1 year ago

I believe this is also part of pr #73 but need to look closer

sekoukeita commented 1 year ago

Yes. It is part of pr #73.