Open
Conversation
24 tasks
Collaborator
24 tasks
24 tasks
Aligns data with correct labeled columns
- Its value duplicates that of catalogNumber. - The MCP upload UI : - Has no option to select `dbpk` as the primary key. - Does allow `catalogNumber` to be selected as the primary key - Does not present a field to which `dbpk`can be mapped. - It works fine without `dbpk`
This reverts commit 6a78de6.
This reverts commit c711994.
This reverts commit 6a78de6. Adds a comment
- Fixes test_location_with_observations_regions ordering after DST change - Applies order_by_default to the observation_query scope in the test so both sides of assert_query_scope are ordered consistently. MySQL returns rows in arbitrary order without an ORDER BY, which was exposed by the spring DST transition.
Including changing formatting for readability, fixing errors
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Mushroom Observer’s MyCoPortal export reports/documentation to align with Symbiota 3.x import expectations, removing fields/behaviors that no longer apply and clarifying the export workflow.
Changes:
- Remove the
verbatimAttributescolumn (and its linked-URL payload) from the MyCoPortal data CSV export. - Update tests and UI strings to reflect the revised MyCoPortal export format names (“MyCoPortal Data”, “MyCoPortal Images”).
- Refresh the MyCoPortal update README with revised Symbiota 3.x import steps/links.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
app/classes/report/mycoportal.rb |
Updates MyCoPortal CSV schema/output to drop verbatimAttributes and refresh Symbiota docs references. |
test/classes/report_test.rb |
Adjusts expectations to match removed verbatimAttributes and updated Associated Taxa docs link. |
config/locales/en.txt |
Renames download option labels to match the new MyCoPortal report naming. |
README_MYCOPORTAL_UPDATE.md |
Updates the operational export/import procedure for Symbiota 3.x and the renamed report formats. |
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Responds to CoPilot suggestions
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This was referenced Mar 19, 2026
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.
Updates observation Reports to support imports to MyCoPortal, which now uses Symbiota 3.x.
Note: View the rendered Readme at https://github.com/MushroomObserver/mushroom-observer/blob/3249-revise-mcp-observation-download-formats/README_MYCOPORTAL_UPDATE.md