Skip to content
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

Feat: Move data quality page tabs to left panel #18146

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    c62eb11 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    529a033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b1c1e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da3668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9360fe View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add support for dashboard in enum and custom pie chart component

    - Added support for dashboard in enum by creating a new file `Chart.constants.ts` and exporting the constant `CHART_BASE_SIZE`.
    - Updated the `Chart.interface.ts` file to include the `CustomPieChartData` type and the `CustomPieChartProps` interface.
    - Added a new file `CustomPieChart.component.tsx` to implement the custom pie chart component.
    - Updated the `Color.constants.ts` file to import the `DEFAULT_THEME` from `Appearance.constants`.
    - Added a new file `TestCaseStatusPieChartWidget.component.tsx` to implement the test case status pie chart widget.
    
    Related to #18155
    ShaileshParmar11 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9adaae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4934bf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    6063023 View commit details
    Browse the repository at this point in the history
  2. Refactor: Update language translations and add initial entity health …

    …matrix
    
    This commit refactors the language translations in the UI, specifically adding translations for "Healthy" and "Unhealthy" in multiple languages. Additionally, it introduces the initial entity health matrix, which includes the counts for healthy and unhealthy entities.
    ShaileshParmar11 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0e11d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Refactor: Update language translations and add initial entity health …

    …matrix
    
    - Refactor the code to update language translations and add an initial entity health matrix.
    - Add a new constant `INITIAL_ENTITY_HEALTH_MATRIX` to represent the initial health matrix of entities.
    - Add a new constant `INITIAL_DATA_ASSETS_COVERAGE_STATES` to represent the initial coverage states of data assets.
    ShaileshParmar11 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cc35021 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1429425 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Refactor: Update language translations and add initial entity health …

    …matrix, added open incident area chart widget
    ShaileshParmar11 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    200a4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6ef4a View commit details
    Browse the repository at this point in the history
  3. Refactor: Update language translations and add initial entity health …

    …matrix, added open incident area chart widget
    ShaileshParmar11 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c87d06f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Refactor: Add IncidentTimeChartWidget component and related interfaces

    This commit adds a new component called IncidentTimeChartWidget, which is responsible for displaying a chart widget related to incident time metrics. It also includes the necessary interfaces for the component.
    
    The IncidentTimeChartWidget component fetches incident time metrics data from the server and displays it in a custom area chart. It calculates the average time value based on the fetched data and renders it along with the chart.
    
    The commit also includes updates to the Chart.interface.ts and CustomAreaChart.component.tsx files to support the new component.
    
    Issue #TBD
    ShaileshParmar11 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d4c7567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b0631f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f97c4f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    826b2ce View commit details
    Browse the repository at this point in the history