-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature] ko/datagateway review #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 adds comprehensive client-facing documentation for Data Gateway, SHI's secure data layer that unifies access to product and tenant information across SHI solutions. The documentation provides guidance for admins, operators, and analysts who will use the Data Gateway UI or connect via the public API.
Key changes include:
- Created complete documentation structure with Overview, Usage Guide, Architecture, Reference, Deployment, and Troubleshooting pages
- Added interactive Mermaid diagrams showing system architecture and data flows
- Updated navigation structure in mkdocs.yml to organize the new content
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| mkdocs.yml | Added navigation entries for new Data Gateway documentation sections |
| docs/Data-Gateway/index.md | Complete rewrite providing overview, features, and high-level architecture diagram |
| docs/Data-Gateway/Usage-Guide/index.md | New comprehensive guide covering LicenseGPT, Tenant Manager, and API access |
| docs/Data-Gateway/Troubleshooting.md | New placeholder page for future troubleshooting content |
| docs/Data-Gateway/Reference/index.md | New reference documentation covering authentication, endpoints, and error handling |
| docs/Data-Gateway/Deployment/index.md | New deployment guide explaining SHI-hosted nature of the service |
| docs/Data-Gateway/Architecture/index.md | New architecture overview page |
| docs/Data-Gateway/Architecture/Infrastructure.md | Complete rewrite with detailed infrastructure diagrams and component descriptions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Add steps for the Enterprise App registration process.
Add additional charts. Correct existing charts. Add additional information about the update service. Add links to the component map table. Change from bold section headers to actual headers.
Replaced stylized apostrophe with standard one.
The API routes had the wrong capitalization and were missing prefixes. In the case of the health check route, it was completely wrong. Remove an un-needed chart on the reference index page since the architecture pages have the expected content. Correct some wording.
elliot-huffman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Adds client-facing documentation for Data Gateway
Changes
Added Overview, Usage Guide, Architecture, Reference, Deployment, Troubleshooting pages.
Updated mkdocs.yml navigation.
Added Mermaid diagrams, examples, and consistent “Use case” notes.