Overhaul iOS Shortcuts documentation with detailed workflows and troubleshooting#22
Merged
Overhaul iOS Shortcuts documentation with detailed workflows and troubleshooting#22
Conversation
Co-authored-by: hessius <1499030+hessius@users.noreply.github.com>
Co-authored-by: hessius <1499030+hessius@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update shortcuts integration documentation for new API
Overhaul iOS Shortcuts documentation with detailed workflows and troubleshooting
Jan 9, 2026
hessius
approved these changes
Jan 9, 2026
hessius
added a commit
that referenced
this pull request
Jan 22, 2026
Overhaul iOS Shortcuts documentation with detailed workflows and troubleshooting
hessius
added a commit
that referenced
this pull request
Mar 18, 2026
Comprehensive sweep of all user-facing error/failure messages across 15+ components and hooks. Added ~35 new error translation keys to all 6 locales (en/sv/de/es/fr/it). Also addresses PR #285 review comments: - #16: Added i18n exemption comment for SHOT_QUOTES (cultural refs) - #19: Added per-item dict validation in apply-recommendations endpoint - #20: Removed unreachable dead branch in VariableAdjustPanel - #22: Replaced hardcoded ' failed' concat with dedicated i18n key - #23: Replaced hardcoded 'Failed to apply recommendations' with i18n Files changed: ExpertAnalysisView, RecommendationSelectionDialog, FindSimilarOverlay, ProfileRecommendations, ProfileCatalogueView, ProfileImportDialog, SyncReport, SettingsView, RunShotView, ShotAnalysisView, PourOverView, VariableAdjustPanel, SearchingLoader, useHistory, useShotHistory, useUpdateStatus, useUpdateTrigger, profiles.py, + all 6 locale translation.json files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
hessius
added a commit
that referenced
this pull request
Mar 25, 2026
Comprehensive sweep of all user-facing error/failure messages across 15+ components and hooks. Added ~35 new error translation keys to all 6 locales (en/sv/de/es/fr/it). Also addresses PR #285 review comments: - #16: Added i18n exemption comment for SHOT_QUOTES (cultural refs) - #19: Added per-item dict validation in apply-recommendations endpoint - #20: Removed unreachable dead branch in VariableAdjustPanel - #22: Replaced hardcoded ' failed' concat with dedicated i18n key - #23: Replaced hardcoded 'Failed to apply recommendations' with i18n Files changed: ExpertAnalysisView, RecommendationSelectionDialog, FindSimilarOverlay, ProfileRecommendations, ProfileCatalogueView, ProfileImportDialog, SyncReport, SettingsView, RunShotView, ShotAnalysisView, PourOverView, VariableAdjustPanel, SearchingLoader, useHistory, useShotHistory, useUpdateStatus, useUpdateTrigger, profiles.py, + all 6 locale translation.json files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
The iOS Shortcuts section showed outdated API patterns and lacked actionable guidance. Users needed step-by-step instructions for creating shortcuts with photo and/or description inputs.
Changes
Workflow Options
Documentation Structure
file,user_prefs) and HTTP methods<PI_IP>placeholder convention defined upfrontAPI Endpoints
All workflows reference current endpoints:
/analyze_and_profile- acceptsfileand/oruser_prefsform data/analyze_coffee- acceptsfilefor analysis without profile creationExample: Photo + Description Workflow
Pre-built shortcut link placeholder added for future distribution.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.