Skip to content

docs: add WhoDB to showcase#5788

Open
modelorona wants to merge 3 commits into
wailsapp:masterfrom
clidey:master
Open

docs: add WhoDB to showcase#5788
modelorona wants to merge 3 commits into
wailsapp:masterfrom
clidey:master

Conversation

@modelorona

@modelorona modelorona commented Jul 16, 2026

Copy link
Copy Markdown

Description

Adds WhoDB to the community showcase. WhoDB is a database management tool written in Go and Typescript.

Follows the format of the existing showcase entries: one .mdx page plus one screenshot under static/img/showcase.

Type of change

  • This change requires a documentation update

How Has This Been Tested?

Docs-only change. Change follows existing structure.

Summary by CodeRabbit

  • Documentation
    • Added a community showcase page for WhoDB.
    • Included a product screenshot and overview of key capabilities, including supported databases, visual query building, AI chat, data import/export, and a Jupyter-style editor.
    • Documented additional highlights such as keyboard shortcuts, interactive ER diagrams with foreign keys, and SSL support.

@github-actions github-actions Bot added the Documentation Improvements or additions to documentation label Jul 16, 2026
@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Adds a WhoDB community showcase page with a centered screenshot, product description, supported databases, and feature highlights.

Changes

WhoDB showcase

Layer / File(s) Summary
Showcase page content
website/docs/community/showcase/whodb.mdx
Adds the WhoDB screenshot, description, supported database list, and product feature bullets.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • wailsapp/wails#5620: Adds a similar community showcase documentation page with an embedded screenshot.

Suggested reviewers: leaanthony

Poem

A bunny found a showcase bright,
With WhoDB features tucked in sight.
A screenshot shines, the bullets glow,
Through databases they swiftly go.
“Hop, hop—great docs!” the rabbit sings.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description summarizes the change, but it omits the fixed issue, motivation/context, dependencies, and most required checklist/test details. Add the issue number, more context/motivation, any dependencies, full test/config details, and complete the checklist items in the template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely states the main change: adding WhoDB to the showcase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
website/docs/community/showcase/whodb.mdx (1)

5-5: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Add alternative text to the screenshot.

This informative image currently lacks alt text, so screen readers cannot identify it.

-  <img src={require("`@site/static/img/showcase/whodb.png`").default} />
+  <img
+    src={require("`@site/static/img/showcase/whodb.png`").default}
+    alt="WhoDB database management interface"
+  />
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@website/docs/community/showcase/whodb.mdx` at line 5, Add a descriptive alt
attribute to the screenshot img element, identifying what the WhoDB image
depicts for screen-reader users while preserving the existing image source.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@website/docs/community/showcase/whodb.mdx`:
- Line 10: Update the WhoDB showcase description to correct “availble” to
“available” and standardize the product names to “TypeScript,” “App Store,” and
“Snap Store,” while preserving the rest of the description.

---

Nitpick comments:
In `@website/docs/community/showcase/whodb.mdx`:
- Line 5: Add a descriptive alt attribute to the screenshot img element,
identifying what the WhoDB image depicts for screen-reader users while
preserving the existing image source.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a8fe8f36-0fe5-4ab3-9158-16be442e04da

📥 Commits

Reviewing files that changed from the base of the PR and between 107e42c and f4d0d52.

⛔ Files ignored due to path filters (1)
  • website/static/img/showcase/whodb.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • website/docs/community/showcase/whodb.mdx

Comment thread website/docs/community/showcase/whodb.mdx Outdated

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
website/docs/community/showcase/whodb.mdx (1)

5-5: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Add alternative text to the screenshot.

The image needs meaningful alt text so screen-reader users can identify the WhoDB interface.

Proposed fix
-  <img src={require("`@site/static/img/showcase/whodb.png`").default} />
+  <img
+    src={require("`@site/static/img/showcase/whodb.png`").default}
+    alt="WhoDB database management interface"
+  />
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@website/docs/community/showcase/whodb.mdx` at line 5, Update the showcase
image element in the WhoDB documentation to include meaningful alt text
describing the WhoDB interface, while preserving the existing image source.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@website/docs/community/showcase/whodb.mdx`:
- Line 5: Update the showcase image element in the WhoDB documentation to
include meaningful alt text describing the WhoDB interface, while preserving the
existing image source.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: bda68eb5-5489-4c8b-86be-11358e15db21

📥 Commits

Reviewing files that changed from the base of the PR and between f4d0d52 and ea7dd44.

📒 Files selected for processing (1)
  • website/docs/community/showcase/whodb.mdx

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

Labels

Documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant