Skip to content

🎨 Palette: [UX improvement] Enhance README accessibility and visualization#29

Open
Igor Holt (igor-holt) wants to merge 1 commit into
mainfrom
palette/readme-ux-enhancement-10831640805600118767
Open

🎨 Palette: [UX improvement] Enhance README accessibility and visualization#29
Igor Holt (igor-holt) wants to merge 1 commit into
mainfrom
palette/readme-ux-enhancement-10831640805600118767

Conversation

@igor-holt
Copy link
Copy Markdown
Member

🎨 Palette: [UX improvement]

This PR focuses on improving the "Developer Experience" (DX) and accessibility of the arbiter repository's primary interface: the README.md.

💡 What:

  • Enhanced accessibility by adding descriptive alt-text to repository badges.
  • Improved clarity of the project's experimental status using a GitHub [!CAUTION] alert block.
  • Added a visual architecture diagram using Mermaid to illustrate the orchestration between bare-metal hardware and Kubernetes scheduling.
  • Updated palette.md with a new learning regarding technical visualizations as UX.

🎯 Why:

For infrastructure projects without a UI, the README.md is the primary interface. These changes help users (both sighted and those using screen readers) quickly understand the project's utility, maturity, and complex architecture.

♿ Accessibility:

  • Replaced generic badge alt-text with descriptive labels (e.g., "License: MIT - Open source software license").
  • Used a native GitHub Alert for high-visibility warning of experimental status.

📸 Before/After:

Diagram and Alert added to the README.


PR created automatically by Jules for task 10831640805600118767 started by Igor Holt (@igor-holt)

…ation

- Improved badge alt-text for better screen reader support
- Added a [!CAUTION] alert for experimental status clarity
- Added a Mermaid architecture diagram to visualize system orchestration
- Recorded UX learnings in Palette's journal

Co-authored-by: igor-holt <125706350+igor-holt@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request enhances the project's documentation by adding a Mermaid architecture diagram and improving the accessibility of status badges in the README. The review suggests aligning the descriptive text with the terminology used in the diagram subgraphs and adding a text-based alternative for the diagram to ensure accessibility for screen reader users.

Comment thread README.md

## 🏗️ Architecture

`arbiter` operates as a bridge between the physical hardware layer and the cloud-native orchestration layer.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The terminology used here is slightly inconsistent with the Mermaid diagram below. The diagram explicitly separates the "Cloud Native Layer" and the "Orchestration Layer". Referring to a "cloud-native orchestration layer" in the text might lead to confusion about which layer is being described. It would be clearer to use the terminology defined in the diagram's subgraphs.

Suggested change
`arbiter` operates as a bridge between the physical hardware layer and the cloud-native orchestration layer.
arbiter operates as a bridge between the physical infrastructure layer and the cloud-native layer.

Comment thread README.md
Comment on lines +26 to +50
```mermaid
graph TD
subgraph CloudNative [Cloud Native Layer]
K8s[Kubernetes Cluster]
Workloads[AI/ML Workloads]
end

subgraph Orchestration [Orchestration Layer]
Arbiter((Arbiter Core))
Scheduler[Quantum-Accelerated Scheduler]
end

subgraph Infrastructure [Infrastructure Layer]
BareMetal[Bare-Metal Hardware]
vGPU[Virtualized GPU / aSHARD]
end

Workloads --> K8s
K8s <--> Scheduler
Scheduler <--> Arbiter
Arbiter <--> vGPU
vGPU --> BareMetal

style Arbiter fill:#f96,stroke-width:4px
```
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

While the PR successfully improves accessibility for badges, the newly added Mermaid architecture diagram is not accessible to screen readers. Since the PR's stated goal is to help users using screen readers quickly understand the project, providing a text-based alternative for this diagram is highly recommended. This can be achieved by adding a <details> block with a structured description of the architecture immediately following the diagram.

Example description:

Text description of the architecture

The architecture consists of three layers:

  1. Cloud Native Layer: AI/ML Workloads run on a Kubernetes Cluster.
  2. Orchestration Layer: The Arbiter Core coordinates between the Quantum-Accelerated Scheduler and the infrastructure. The Scheduler interacts with the Kubernetes Cluster.
  3. Infrastructure Layer: The Arbiter Core manages Virtualized GPUs (aSHARD), which run on Bare-Metal Hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant