Skip to content

Agentic coding dashboard#25

Merged
aleksandrkislitsyn merged 9 commits intomainfrom
agentic-coding-dashboard
Feb 16, 2026
Merged

Agentic coding dashboard#25
aleksandrkislitsyn merged 9 commits intomainfrom
agentic-coding-dashboard

Conversation

@aleksandrkislitsyn
Copy link
Contributor

No description provided.

aleksandrkislitsyn and others added 4 commits February 16, 2026 15:11
Bun + Aidbox FHIR Server dashboard that displays patients and their
observations. Uses Bun.serve() for HTTP, @health-samurai/aidbox-client
for FHIR API access, and auto-generated TypeScript types.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Rename skill from dashboard to aidbox-dashboard
- Remove hardcoded passwords from SKILL.md, reference docker-compose.yaml
- Document Chart.js integration and $materialize workflow
- Expose PostgreSQL port 5432 in docker-compose.yaml
- Add --upload flag to build-init-bundle script for uploading
  bundle and materializing ViewDefinitions in one step

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds a ViewDefinition for body weight observations (LOINC 29463-7) that
materializes into a sof.body_weight SQL table, and renders a Chart.js
line chart on each patient's detail page showing their weight trend.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… upload command

- Add project README with quick start, structure, and development guide
- Include $materialize entries in init-bundle.json so views are created on Aidbox startup
- Add "build:init-bundle --upload" package.json script to avoid the -- separator
- Change materialize valueCode from "table" to "view"
- Update all references in SKILL.md and README.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The dashboard shows a list of patients with drill-down detail pages, including a body weight trend chart powered by materialized ViewDefinitions.


## Key Features
Copy link
Contributor

Choose a reason for hiding this comment

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

this whole paragraph is a duplicate of line 9.


- [Bun](https://bun.sh/) - JavaScript runtime and toolkit
- [Docker](https://www.docker.com/) and Docker Compose - Container orchestration
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code/setup) - AI-assisted development tool
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we want to stick to claude code only.
I know that https://agents.md/ should work, but I'm not sure.

aleksandrkislitsyn and others added 2 commits February 16, 2026 21:20
- Remove boilerplate line from CLAUDE.md
- Consolidate duplicate Key Features bullets, remove Bun.SQL mentions
- Add $materialize docs link
- Remove repetitive sof schema references from prose
- Clarify basic vs root client usage in SKILL.md
- Add dashboard screenshot

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
description: Creating dashboards on top of Aidbox FHIR Server using ViewDefinitions
---

# Aidbox FHIR Server
Copy link
Contributor

Choose a reason for hiding this comment

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

change to skill name

"resource": {
"resourceType": "AccessPolicy",
"id": "basic-policy",
"engine": "allow",
Copy link
Contributor

Choose a reason for hiding this comment

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

"The basic client is used by the running app (src/aidbox.ts) for normal FHIR CRUD operations. The root client is only used by build-init-bundle script to upload the init bundle and materialize ViewDefinitions — operations that require admin-level access."

allow crud only then?

aleksandrkislitsyn and others added 2 commits February 16, 2026 21:37
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…sactions

Replace allow-all policy with two matcho policies:
- Read/write access scoped to Patient and Observation resources
- Separate policy for FHIR transaction bundles (used by seed script)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aleksandrkislitsyn aleksandrkislitsyn merged commit 9a0d323 into main Feb 16, 2026
@aleksandrkislitsyn aleksandrkislitsyn deleted the agentic-coding-dashboard branch February 16, 2026 20:54
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.

2 participants