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

Add a toggle to show and hide trees we won't sample in the Un-sampled tag dropdown #123

Closed
johnpauls opened this issue Apr 30, 2019 · 5 comments
Assignees
Labels
enhancement Issue is a new feature for the application/database/project field season need Issue needs to be resolved for upcoming field season P3 - Medium Priority 3 - Issue is a medium priority to resolve

Comments

@johnpauls
Copy link
Member

It would be nice if there was a checkbox or something similar for trees and saplings to toggle tags. When unchecked (default) the unsampled tags drop-downs would only show tags we expect to sample - living trees and saplings and snags. When the box is checked, the dropdown would expand to include all unsampled tags associated with the plot. This would generally keep the unsampled list short, but would allow the field crew to deal with reanimated trees, long missing tags that are found etc.

@johnpauls johnpauls added enhancement Issue is a new feature for the application/database/project P3 - Medium Priority 3 - Issue is a medium priority to resolve field season need Issue needs to be resolved for upcoming field season labels Apr 30, 2019
@blcampbell blcampbell added this to the 2019 Pre-Season Updates milestone Apr 30, 2019
@blcampbell blcampbell self-assigned this Apr 30, 2019
@blcampbell
Copy link
Contributor

Notes on enhancement:

  • Option to add other statuses includes ALL statuses that are not currently displayed including removed from study (RFS).
  • User must take an action to trigger the dropdown to extend the current dropdown list and to revert to the shortened list after extending it.
  • Default dropdown view is the truncated list (no extension)
  • Two scenarios:
    -- Lazurus tree (tree alive after apparent death) user selects extended list, chooses the tag and proceeds as normal (tree record is created & data collected for the tree)
    -- Tag found (tag not in truncated dropdown list) user selects extended list, then with knowledge of the tag status goes to the Tag Browse functionality and updates the tag's status to retired in office (RIO), adds history notes & collects tag for return to office

@abrolis, @johnpauls please review to make sure this matches your expectation of behavior.

@johnpauls
Copy link
Member Author

That sounds good to me.

@blcampbell blcampbell changed the title FR: Add a toggle to show and hide trees we won't sample in the Un-sampled tag dropdown Add a toggle to show and hide trees we won't sample in the Un-sampled tag dropdown May 4, 2019
@blcampbell
Copy link
Contributor

Reviewing the current version of unsampled tag dropdowns indicates the following:

  • tree/sapling dropdowns include - tree, sapling, inactive (in field), retired (in office) and any other tag status
  • list sorting differs slightly
    -- trees display RIO and inactives at the bottom of the list
    -- saplings display RIO and inactives first then saplings followed by trees

@johnpauls, @abrolis
Does this address the need? Or is the issue more that the lists as is are too long with RIO and inactive statuses?

@johnpauls
Copy link
Member Author

I think it would be best if the RIO and inactive tags were not displayed unless they were specifically asked for.

I also think that the current order for the tress is better than that for the saplings - you generally want the saplings and not the RIO / inactives.

@blcampbell
Copy link
Contributor

Upcoming functionality will appear like so in both tree & sapling tabs:

The default view is as below with the dropdowns populated based on which tab is active.

  • Tree tab - list shows trees first then saplings
  • Saplings tab - list shows saplings first then trees

image

Hovering over the toggle button changes the button background color to green but only while the cursor is over the button, though no other action is taken.

Once toggled (clicked), the button stays red indicating the list is now swapped to non-trees/saplings.
This list will include all tags other than trees and saplings.

image

The user can toggle between the two at will and the list will refresh.

Once the functionality is released, this issue will close.

blcampbell pushed a commit that referenced this issue Apr 21, 2021
Version 9.8.0.9005
2021 Pre-Season Updates
Incremental release addresses the following…

**Export issues**
Closes #9(Prevent RFS tag exports)
Closes #16(Browse data not exported for herbaceous species)
Closes #18(DBH/basal area not exported for dead trees)
Closes #76(Saplings w/o habit excluded)
Closes #77(Include DBH double-checked? w/ @ DBH record)
Closes #80(Export DBH double checked In tree/sapling CSVs)
Closes #83(Add comments)
Closes #90(Add state/county to plots export)
Closes #105(Trees w/o azimuth/distance not exported)
Closes #107(Tree/sapling vigor not exported)
Closes #138(CWD exports incorrectly)
Closes #201 (Export function does not work)
Closes #216(Change UnitCode to Unit_Code)
Closes #217(Duplicate records for synonyms)
Closes #220(Add and expose plant species export field)
Closes #221(Add tlu_Plants Export field)
Closes #222(Export species lists)

**Event Report issues**
Closes #3 (Identify trees surpassing threshold)
Closes #20(Equivalent DBH should display)
Closes #63(Report doesn't open from gateway form)
Closes #64(No Tree Conditions red bar appears on all living trees w/o tree conditions selected)
Closes #65(Sapling foliar conditions don't show)
Closes #72(Sapling foliar issues not showing)
Closes #75(Missing tree/sapling/shrub ID doesn't highlight)
Fixes #112(Number appears at top)
Fixes #113(Not showing trees)
Closes #157(Sapling VCF checkboxes not showing)
Closes #158(Missing sapling DBHs not highlighted)
Closes #174(Monster saplings because of dead standing DBH)
Closes #178(Remove RIO from unsampled tags & event report)
Closes #184(Highlight herbaceous species cover < 0%)
Closes #197(Prior DBH's not correct)
Closes #294(Add stem prior DBHs)

**Import Issues**
Fixes #127(Quadrat data doesn't import)
Closes #139(Only 1 event imports per day)
Fixes #140(Secondary events from pseudoevents not imported)
Fixes #199 (Issue w/ importing tables from field data)

**Species Issues**
Closes #99(Add Berberis bealei to plants)
Closes #219(Add Parthenocissus tricuspidata)


**Data Issues**
Closes #66(Update tag status for all dead fall trees)
Closes #71(Delete MONO-0026 tag 99999)
Fixes #74(Move 2 trees from PRWI-0082 to PRWI-0028)
Closes #95(Retag 3593 to 25278)
Closes #96(Issues w/ tag 3250)
Fixes #89(Extra event)
Closes #223(Synonyms - change to new TSN_Accepted)
Closes #224(Synonyms - split out distinct species)
Closes #225(Synonyms - add new species as new default TSN_Accepted)

**General issues**
Closes #12(Add new plot data to locations table)
Closes #21(Deleted issue)
Closes #44(Species pad allow double click selection)
Closes #68(Vigor data field highlighted after crown class entry)
Closes #69(Target herb percent cover autofills to 0 after taxon entry)
Closes #70(Add quick comment "old primary branch broken")
Closes #78(Display all vs active tags)
Closes #85(Handle pseudo-events)
Closes #87(Sort tag history by date)
Closes #88(Add change log functionality to browse tag form)
Closes #91(Sapling tag status doesn’t update)
Closes #92(Pseudoevent - conversion to actual event)
Closes #103(Automatically update "habit" for saplings/shrubs based on species ID)
Closes #106(Preserve pseudo-event date)
Closes #111(Add tree/sapling/shrub condition for stress related to vines)
Closes #114(Tags not shifting to sampled on events form)
Closes #115(DBH double checked background remains)
Closes #120(RIO tags show at top of dropdown)
Closes #121(Targeted herbs % autofills to 0 w/ species selection)
Closes #122(Minimum 1.0 sapling DBH frequenlly pops up)
Closes #123(Add Show/Hide for trees we won't sample in unsampled tag dropdown)
Closes #124(Add buttons to browse plants/tags from events form)
Fixes #126(Lookup code for spotted lanternfly missing)
Closes #128(Sampled tag dropdown missing tree/sapling status)
Closes #136(Highlight when tag RFS flag set)
Closes #145(Post-Season review - RIO tags)
Closes #146(Event date(s) need to be updated)
Closes #156(Drop-down comments for change log not populating for azimuth/distance)
Closes #166(Shrinking DBHs not flagged)
Closes #171(64-bit conversion)
Closes #172(Integrate framework modules)
Closes #176(Herbaceous species w/o % cover or browse)
Closes #196(Cannot input multiple DBH measurements for multi-stemmed sapling)
Closes #198 (Unexpected popup when inputting living status for saplings)
Fixes #200 (Cannot create Db backup)
Fixes #202 (PriorDBH Incorrect)
Closes #203 (Add PriorDBH to tree/sapling Forms)
Fixes #205 (Advanced Data Summary - Event Summary report displays overlain text)
Fixes #207(New Event triggers null error for DBH)
Fixes #208(Unable to create new event)

Partially addresses (these are not fully exposed/implemented)
#100 (Add taxonomic reference adjustments)
#181 (Event Report - tree/sapling vine loss)
#186 (Allow event date changes)
#187 (Add measurement data flags set/edit/delete)
#188 (Add SOP version tracking)
#189(Add data flag utilities)
#192(Add event DPL utilities)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue is a new feature for the application/database/project field season need Issue needs to be resolved for upcoming field season P3 - Medium Priority 3 - Issue is a medium priority to resolve
Projects
None yet
Development

No branches or pull requests

2 participants