Skip to content

Add the missing samples#16

Merged
Zneeky merged 3 commits into
masterfrom
dkamburov/add-samples
Jun 8, 2026
Merged

Add the missing samples#16
Zneeky merged 3 commits into
masterfrom
dkamburov/add-samples

Conversation

@dkamburov
Copy link
Copy Markdown
Collaborator

No description provided.

@dkamburov dkamburov requested a review from Zneeky June 4, 2026 12:25
dkamburov and others added 2 commits June 4, 2026 16:35
The Sales Dashboard showed "No data available" because SalesData expected a
different schema and a DateTime Date; the real sales.json uses Store/Brand/
Country/Sale/Cost/Date with non-ISO "M/d/yyyy" dates, so deserialization threw
and was swallowed by the catch, leaving the grid empty.

- Realign SalesData to Store/Brand/Country/Sale/Cost/Date with a derived Profit
- Add FlexibleDateTimeConverter to parse the non-ISO dates
- Compute Profit = Sale - Cost and drive live updates from Sale
- Update grid columns to match the real fields
@Zneeky Zneeky merged commit 7d769c4 into master Jun 8, 2026
3 checks passed
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