Skip to content

show cloud backend check results - #420

Closed
mcthesw wants to merge 2 commits into
devfrom
fix/issue-417-cloud-check-results
Closed

show cloud backend check results#420
mcthesw wants to merge 2 commits into
devfrom
fix/issue-417-cloud-check-results

Conversation

@mcthesw

@mcthesw mcthesw commented May 28, 2026

Copy link
Copy Markdown
Owner

Fixes #417.

Adds structured backend check results and shows them in Sync settings.

@mcthesw mcthesw changed the title [codex] show cloud backend check results show cloud backend check results May 28, 2026
@mcthesw
mcthesw marked this pull request as ready for review May 28, 2026 13:26

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 443cfbccdb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

) -> Result<(), String> {
) -> Result<CloudBackendCheckReport, String> {
info!(target:"rgsm::ipc", "Checking cloud backend: {:?}", session.backend.clone().sanitize());
match svc(&app_handle).check_cloud_backend(&session).await {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep IPC command as thin delegation

AGENTS.md specifically says apps/rgsm-gui/src-tauri/src/ipc_handler.rs is a thin export layer and commands should stay 1-3 lines while delegating to services/domain modules. This change moves outcome-specific control flow and logging into the IPC command, so future backend-check behavior is now split between the service and GUI export layer; please move this reporting/logging decision into a service/domain helper and keep the command as a small delegation wrapper.

Useful? React with 👍 / 👎.

@mcthesw mcthesw closed this May 28, 2026
@mcthesw
mcthesw deleted the fix/issue-417-cloud-check-results branch May 28, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant