Conversation
Adds a generalized component for min/max ranges for numeric fields. Co-authored-by: Claude (claude-opus-4-6) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Claude (claude-sonnet-4-6) <noreply@anthropic.com> # Claude prompts used: # # let's figure out a plan for #29. in terms of UI I think I want a segmented control to the right of the "Filter Observations" title with the options "Fields" and "URL". the trickier part will be the backend, where I think API params are fairly strongly typed, so there will need to be mapping between the URL the user provides and those API params # observations search URLs only, but that might include urls like https://www.inaturalist.org/observations?place_id=any&user_id=kueda&verifiable=any, https://api.inaturalist.org/v1/observations?place_id=122851&taxon_id=47790&view=species&without_taxon_id=47789, or https://api.inaturalist.org/v2/observations?taxon_id=47790&ident_user_id=1. the host doesn't really matter, just the search params # we should pass any recognized iNat API param # B sounds ok, but will be able to tell the user what params are actually getting used? in that scenario perhaps we could just return a version of the query string that only includes params we can use (i.e. ones the inaturalist crate knows about) # yes, go ahead # go ahead # yes, go ahead # don't commit. i'll review at the end and commit myself # 1 # is the superpowers plugin perhaps getting in the way of using the teams feature?
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Claude (claude-sonnet-4-6) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows the user to enter an iNat URL instead of choosing the filters Chuck supports. Should allow much more flexibly DwC-A generation.
Closes #29