Skip to content

0.2.0

Compare
Choose a tag to compare
@sunshinejr sunshinejr released this 31 Jan 17:04
· 271 commits to main since this release

(Note: Please remove previous versions of the app from device/simulator since this version brings a lot of changes in the Database schema)
This adds ability to select, instead of writing, the Supervisor/Species and also adds Site to the edit/add option of the tree.

Changelog

  • Added count of trees to upload on the list.
  • Added ability to remove trees from the upload list (edit tree -> trash icon).
  • Supervisors and Species now open a selection picker as a keyboard since we're using identifiers to other tables instead of pure strings for these fields.
  • Added fetching of Supervisors/Species/Sites from Airtable tables once the app launches and it's refreshing with trees once Refresh button is tapped on List view.
  • Added Site to the edit/add tree modal (with selection picker and caching, similar to Supervisors/Species).
  • Fixed progress bar & button state when image upload errored out.
  • Fixed Save button glitch that would show loading spinner underneath the title.