feat(hardened): Centralized PMOVES UI with real-time health monitoring - #405
Closed
POWERFULMOVES wants to merge 2 commits into
Closed
POWERFULMOVES wants to merge 2 commits into
POWERFULMOVES wants to merge 2 commits into
Conversation
Implements centralized PMOVES UI with: - Service catalog with 55 services across 11 tiers - Real-time health monitoring with SystemStatsBar - Tier-based navigation and filtering - Neo-brutalism design with Cataclysm Studios branding - Updated tests for new catalog structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(ui): Centralized PMOVES UI with real-time health monitoring Implements TAC 1: Single branded dashboard showing all 94+ services with real-time health monitoring, eliminating URL jumping between services. Features: - Service catalog with 94+ services across 11 categories - Real-time health monitoring (30s auto-refresh) - Tier/category filtering on services dashboard - Expandable tier overview cards on landing page - System-wide health statistics bar - Search functionality for services New Components: - SystemStatsBar - Overall health percentage and service counts - TierNavigation - Category filter pills - TierOverview - Expandable tier summary cards - ServiceHealthIndicator - Visual health status dot - SystemHubSection - Landing page service hub New APIs: - GET /api/services - Service catalog with filtering - GET /api/health-all - Health check for all/specific services - GET /api/services-hub - Aggregated catalog + health endpoint New Hooks: - useServiceHealth - Client-side health polling with auto-refresh 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: resolve TypeScript build errors from PR review Fixes 4 critical type errors identified by PR review: - Change isChecking → isPolling (useServiceHealth returns isPolling) - Fix ServiceCategory import from serviceCatalog instead of serviceHealth - Add 'use client' directive to services/page.tsx for hooks - Remove metadata export (incompatible with client components) - Fix ServiceEndpoint.url → endpoints.length check Resolves: - Type error: Property 'isChecking' does not exist - Type error: Module has no exported member 'ServiceCategory' - Type error: React hooks require client component 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix(ci): address PR #366 CodeRabbit review feedback Add missing permissions blocks to 3 workflows and fix out-of-diff issues: - Add permissions: contents: read to chit-contract.yml, python-tests.yml, webhook-smoke.yml - Fix .gitmodules e2b submodule path (pmoves/pmoves/vendor/e2b → pmoves/vendor/e2b) - Add SCRIPTS variable to Makefile (was undefined) - Fix Makefile test-smoke targets (remove cd pmoves && for make -C compatibility) - Add standard Makefile targets (all, test, clean, .DEFAULT_GOAL) - Add learnings document 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix(tests): update tests for TAC 1 centralized UI Updates Jest and E2E tests to work with the new SERVICE_CATALOG: - Changed heading check from "integration services" to "services" - Updated service list to use SERVICE_CATALOG entries - Separated catalog visibility tests from markdown doc tests Test results: - Jest: 10/11 passing (2 suites) - E2E: 4/4 passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Codex Agent <codex-agent@example.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Owner
Author
|
Superseded by PR #433 (centralized UI now in main branch) |
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.
Summary: Centralized PMOVES UI with real-time health monitoring and UI refinements.
Note: This PR includes only the core UI feature commits. Accessibility fixes from 6c97210 were skipped due to UI architectural differences.
Changes:
Test Plan: UI renders correctly, health monitoring works, all services display properly