Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Monitor species if available in the Output Reports pre-population on data set selection. #3049

Open
chrisala opened this issue Dec 4, 2023 · 0 comments
Assignees
Milestone

Comments

@chrisala
Copy link
Collaborator

chrisala commented Dec 4, 2023

No description provided.

temi added a commit that referenced this issue Dec 15, 2023
- added ala harvest on off button
- added pre-pop of species records
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Mar 21, 2024
- synchronises protocols
- creates records for submitted data
@chrisala chrisala added this to the 3.2 milestone Mar 25, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Mar 25, 2024
- added vegetation observation records
- fixed broken tests
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Mar 25, 2024
- merged feature/paratoo branch
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Mar 28, 2024
- async fetch from monitor
- refactored code
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Mar 28, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Mar 28, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata-client-plugin that referenced this issue Apr 4, 2024
-  prepop singleLoad can now load data to table
temi added a commit that referenced this issue Apr 4, 2024
- modified nhtOutputReport.json to prepop species records
- added code to support species prepop
- modified Paratoo Config
temi added a commit that referenced this issue Apr 4, 2024
- fixed broken integration test
temi added a commit that referenced this issue Apr 5, 2024
- reverted text fields to species fields to enable non-monitor users to enter data via fieldcapture
- prepop fetch now creates species object to match expectation of species field
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 5, 2024
- fixed several broken tests
- new record will have default individual count of 1
- refactored code
- refined logic of rearrangeSurveyData
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 8, 2024
- do not add plot_visit, plot_layout and plot_selection to data model
- refactored code
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 8, 2024
- fixes NullPointerException when creating species records
temi added a commit to AtlasOfLivingAustralia/ecodata-client-plugin that referenced this issue Apr 8, 2024
- renamed property holding a list's parent object to avoid potential issues
temi added a commit that referenced this issue Apr 8, 2024
- updated ecodata-client-plugin version
- added a script to run on ecodata
temi added a commit that referenced this issue Apr 8, 2024
3.2-SPECIES-SNAPSHOT
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 8, 2024
- improved parsing of taxon information
- making sure lists are not reduced
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 8, 2024
- resolve scientific name if common name is present
- fixed broken test
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 9, 2024
- fixed getting start and end dates
- corrected data format of section view model
temi added a commit that referenced this issue Apr 9, 2024
- added activity id to dataset fields
temi added a commit that referenced this issue Apr 9, 2024
- fixed broken test
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 9, 2024
- better species matching against bie
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 9, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 10, 2024
- improved species regex and finding match from bie output
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 10, 2024
- removing feature to rearrange data model according to relationship
temi added a commit that referenced this issue Apr 10, 2024
- changed commonName attribute
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 11, 2024
- added site id to plot-layout
- remove dwcAttribute from plot-layout
- added more data models to ignore list
temi added a commit that referenced this issue Apr 11, 2024
- made ala harvest selection configurable
- added test cases
- removed unused code
- addressed code review comments
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 11, 2024
- create new site for non-plot protocols
- changed name of non-plot site to include protocol name and start date
temi added a commit that referenced this issue Apr 15, 2024
- annotated paratoo config with to distinguish species, feature, etc.
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 15, 2024
- helper functions to resubmit dataSet & to see autogenerated protocol activity form
- added ability to create polygon feature
- added capability to recognise more places to add feature data type
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 15, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 15, 2024
temi added a commit that referenced this issue Apr 16, 2024
- updated dataset option for addition
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 16, 2024
- added default values for format, sizeUnknown
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 16, 2024
temi added a commit that referenced this issue Apr 16, 2024
- fixed broken test
temi added a commit that referenced this issue Apr 17, 2024
- sorting project outcomes so that comparison will return expected result
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 17, 2024
- added capability to create line geojson
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 17, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 17, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 17, 2024
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 17, 2024
- changed how start and end dates are calculated for plot based protocols
- refactored code
temi added a commit that referenced this issue Apr 18, 2024
- filter out non-survey dataset
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 23, 2024
- fixes null pointer exception
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 25, 2024
- delete activity when re-synced
- no species created if species data is null
- update tests
temi added a commit to AtlasOfLivingAustralia/ecodata that referenced this issue Apr 26, 2024
- fixes species extraction from lut fields
temi added a commit that referenced this issue Apr 26, 2024
- updated paratoo config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants