Skip to content

Augment measurement data for root access in Superset#152

Open
Victor1Ja wants to merge 2 commits into
development-oldfrom
feat/augmentData
Open

Augment measurement data for root access in Superset#152
Victor1Ja wants to merge 2 commits into
development-oldfrom
feat/augmentData

Conversation

@Victor1Ja

Copy link
Copy Markdown
Collaborator

No description provided.

@Victor1Ja
Victor1Ja marked this pull request as ready for review May 20, 2025 10:23
@Victor1Ja
Victor1Ja requested a review from Copilot May 20, 2025 10:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request augments measurement data by adding additional fields to the Prisma schema and updating the corresponding measurement service to extract and map new measurement details.

  • Extended the measurements model with extra fields for elapsed time, connection properties, client location, and ASN information.
  • Updated the measurement service to extract additional data from the request DTO for the new fields.

Reviewed Changes

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

File Description
src/prisma/schema.prisma Added new optional fields to the measurements model.
src/measurement/measurement.service.ts Implemented extraction and mapping of new fields from the DTO.

Comment thread src/measurement/measurement.service.ts
Comment thread src/measurement/measurement.service.ts Outdated
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