Skip to content

Conversation

@lbeckman314
Copy link
Contributor

@lbeckman314 lbeckman314 commented Jan 27, 2026

Overview

This PR addresses Issue #60 by adding initial data management pages.

Copilot AI review requested due to automatic review settings January 27, 2026 19:38
@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for calypr ready!

Name Link
🔨 Latest commit 3d6689f
🔍 Latest deploy log https://app.netlify.com/projects/calypr/deploys/697d3434ce27640008c8bbfc
😎 Deploy Preview https://deploy-preview-62--calypr.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@lbeckman314 lbeckman314 self-assigned this Jan 27, 2026
@lbeckman314 lbeckman314 added the documentation Improvements or additions to documentation label Jan 27, 2026
@lbeckman314 lbeckman314 linked an issue Jan 27, 2026 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CALYPR data management documentation to reflect a significant tooling migration from Gen3/forge to git-drs/GRIP. The changes modernize the documentation with current command syntax, expand workflow guidance, and add comprehensive examples for working with FHIR metadata and graph-based queries.

Changes:

  • Rebranded commands from forge and Gen3 SDK to git-drs and GRIP throughout all documentation
  • Added comprehensive workflow guides for data management including file addition, metadata generation, validation, and querying
  • Updated the index page with expanded FHIR data model overview and CALYPR tool ecosystem description

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs/calypr/data-management/metadata.md Updated validation commands from forge meta validate to git-drs meta validate
docs/calypr/data-management/managing-metadata.md Rebranded validation tools from forge to git-drs; contains one copy-paste error in command example
docs/calypr/data-management/index.md Complete rewrite from "FHIR for Researchers" to comprehensive CALYPR Data Management guide with tool ecosystem overview
docs/calypr/data-management/git-drs.md Expanded from basic instructions to comprehensive workflow guide with detailed examples
docs/calypr/data-management/data-model/metadata.md Updated from gen3_util commands to git-drs and GRIP commands for metadata management
docs/calypr/data-management/data-model/integration.md Updated reference link and added review date footer
docs/calypr/data-management/custom-views.md Added review date footer with minor formatting issue (duplicate separator)
docs/calypr/data-management/common-errors.md Added review date footer
docs/calypr/data-management/analysis/query.md Complete rewrite from Gen3 SDK/GraphQL to GRIP/GRIPQL query examples

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


--- No newline at end of file
---
---
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

There are two consecutive horizontal rule markers (---). This appears to be a duplicate - only one separator is needed before the "Last reviewed" footer.

Suggested change
---

Copilot uses AI. Check for mistakes.
**Check-edge-** Example:

\`\`\`forge check-edge META\`\`\` or \`\`\`forge validate META/DocumentReference.ndjson\`\`\`
\`\`\`git-drs meta check-edge META\`\`\` or \`\`\`git-drs meta validate META/DocumentReference.ndjson\`\`\`
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The second example command should use check-edge instead of validate to match the section title and first example. The command should be git-drs meta check-edge META/DocumentReference.ndjson.

Copilot uses AI. Check for mistakes.

Choose a reason for hiding this comment

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

I think this is incorrect. git-drs just manages the files, it doesn't know about edge generation. That is something that forge is in charge of

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.

Review and Rewrite calypr/data-management Pages

3 participants