Skip to content

Conversation

@IMinchev64
Copy link
Contributor

No description provided.

@IMinchev64 IMinchev64 changed the title [WIP] Add fleet management grid Add fleet management grid Apr 2, 2025
@IMinchev64 IMinchev64 marked this pull request as ready for review April 2, 2025 06:29
@IMinchev64 IMinchev64 added the ❌ status: awaiting-test PRs awaiting manual verification label Apr 2, 2025
private utilizationData: any[] = [];
private fuelCostsCache: { [key: string]: any[] } = {};

async loadAllData(): Promise<void> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please align how you get the data based on grid-demos in Angular? It would be better to use a separate request for each instead of using Promise.all() ?

PR for Angular

'https://www.infragistics.com/grid-examples-data/data/fleet/trip_history.json';

export class DataService {
private vehiclesData: any[] = [];
Copy link
Contributor

Choose a reason for hiding this comment

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

Some models for the data here would be nice

registerIconFromText(gitIssue.name, gitIssue.value, 'imx-icons');
}

@property({ type: Array }) maintenanceData: any[] = [];
Copy link
Contributor

Choose a reason for hiding this comment

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

Data type/model here as well

color: var(--primary-text-color);
}
.child-grid {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need this class if you are not adding any styles to it?

@IMinchev64 IMinchev64 requested a review from MarielaTihova April 7, 2025 08:07
@mddragnev mddragnev self-requested a review April 11, 2025 12:56
@IMinchev64 IMinchev64 requested a review from mddragnev April 14, 2025 14:48
@dkamburov
Copy link
Contributor

@IMinchev64 please resolve conflicts

@mddragnev mddragnev self-requested a review April 16, 2025 08:07
Copy link
Member

@mddragnev mddragnev left a comment

Choose a reason for hiding this comment

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

Waiting for styles update

@IMinchev64 IMinchev64 requested a review from mddragnev April 17, 2025 06:59
@dkamburov dkamburov added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Apr 17, 2025
@dkamburov dkamburov merged commit 4aeecde into vnext Apr 17, 2025
2 checks passed
@dkamburov dkamburov deleted the iminchev/fleet-management branch April 17, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants