Greenstand / treetracker-admin-client

The Admin Panel is the part of the Treetracker project for verifying, processing and managing data collected by the Treetracker app
GNU Affero General Public License v3.0
33 stars 193 forks source link

Update Verify grower id filter to allow both uuid and reference id #1086

Closed gwynndp closed 1 year ago

gwynndp commented 1 year ago

Description

Currently the filter only allows filtering by the grower_account_id. This PR allows filtering by either grower uuid or reference number in the same field and then just check for if it's a uuid before making the api request.

Note: the same update for the Grower page and Capture page are in separate PRs.

Issue(s) addressed

Depends on API update

What kind of change(s) does this PR introduce?

Please check if the PR fulfills these requirements