Skip to content

Conversation

jpggvilaca
Copy link
Contributor

Summary

  • Proposal for ADRs

How to test

Checklist

  • The PR title and description are clear and descriptive
  • I have manually tested the changes
  • All changes are covered by automated tests
  • All related issues are linked to this PR (if applicable)
  • Documentation has been updated (if applicable)

@jpggvilaca jpggvilaca added the Geti Tune UI Issues related to Geti Tune Studio UI label Oct 17, 2025
@jpggvilaca jpggvilaca requested a review from a team as a code owner October 17, 2025 06:43
@Copilot Copilot AI review requested due to automatic review settings October 17, 2025 06:43
@github-actions github-actions bot added the DOC Improvements or additions to documentation label Oct 17, 2025
Copy link
Contributor

@Copilot 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 introduces Architectural Decision Records (ADRs) to document key technical decisions made in the Geti Tune UI project. The documentation covers five major architectural areas: API client implementation, state management approach, testing strategy, UI package structure, and feature-based architecture.

  • Establishes ADR documentation framework with an index of all decisions
  • Documents technical choices for API integration, state management, testing, UI components, and code organization
  • Provides implementation examples and rationale for each architectural decision

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
application/ui/docs/adr/README.md Creates ADR index with links to five architectural decision records
application/ui/docs/adr/001-api-client.md Documents decision to use openapi-fetch with React Query for type-safe API communication
application/ui/docs/adr/002-state-management.md Documents decision to use React Context API with custom providers for client state
application/ui/docs/adr/003-testing-strategy.md Documents three-tier testing pyramid using Vitest and Playwright
application/ui/docs/adr/004-ui-packages.md Documents decision to use Adobe React Spectrum as the component library
application/ui/docs/adr/005-feature-structure.md Documents feature-based architecture for organizing code by domain

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

Docker Image Sizes

Image Size
geti-tune-pr-4918 1.5G
geti-tune-sha-5b17576 1.5G

Copy link

📊 Test coverage report

Metric Coverage
Lines 39.4%
Functions 36.2%
Branches 84.5%
Statements 39.4%

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

Labels

DOC Improvements or additions to documentation Geti Tune UI Issues related to Geti Tune Studio UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants