Demo List - Update years in Tasks data#33490
Merged
markallenramirez merged 6 commits intoMay 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates hard-coded year references in the List demo datasets so the demo task text reflects more current years across frameworks (Vue/React/ReactJs/jQuery/Angular).
Changes:
- Updated “Selection” demo task strings from older years (e.g., 2016/2012) to 2026/2022.
- Updated “ItemDeletion” demo task strings (including R&D/QA/training, recall, support traffic, retail strategy years).
- Updated “Grouping” and “DragAndDrop” demo task strings to align with the refreshed year set.
Reviewed changes
Copilot reviewed 20 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/List/Selection/Vue/data.ts | Refreshes year values in Selection demo task dataset (Vue). |
| apps/demos/Demos/List/Selection/ReactJs/data.js | Refreshes year values in Selection demo task dataset (React JS). |
| apps/demos/Demos/List/Selection/React/data.ts | Refreshes year values in Selection demo task dataset (React TS). |
| apps/demos/Demos/List/Selection/jQuery/data.js | Refreshes year values in Selection demo task dataset (jQuery). |
| apps/demos/Demos/List/Selection/Angular/app/app.service.ts | Refreshes year values in Selection demo task dataset (Angular). |
| apps/demos/Demos/List/ItemDeletion/Vue/data.ts | Refreshes year values in ItemDeletion demo task dataset (Vue). |
| apps/demos/Demos/List/ItemDeletion/ReactJs/data.js | Refreshes year values in ItemDeletion demo task dataset (React JS). |
| apps/demos/Demos/List/ItemDeletion/React/data.ts | Refreshes year values in ItemDeletion demo task dataset (React TS). |
| apps/demos/Demos/List/ItemDeletion/jQuery/data.js | Refreshes year values in ItemDeletion demo task dataset (jQuery). |
| apps/demos/Demos/List/ItemDeletion/Angular/app/app.service.ts | Refreshes year values in ItemDeletion demo task dataset (Angular). |
| apps/demos/Demos/List/Grouping/Vue/data.ts | Refreshes year values in Grouping demo employee task items (Vue). |
| apps/demos/Demos/List/Grouping/ReactJs/data.js | Refreshes year values in Grouping demo employee task items (React JS). |
| apps/demos/Demos/List/Grouping/React/data.ts | Refreshes year values in Grouping demo employee task items (React TS). |
| apps/demos/Demos/List/Grouping/jQuery/data.js | Refreshes year values in Grouping demo employee task items (jQuery). |
| apps/demos/Demos/List/Grouping/Angular/app/app.service.ts | Refreshes year values in Grouping demo employee task items (Angular). |
| apps/demos/Demos/List/DragAndDrop/Vue/data.ts | Refreshes year values in DragAndDrop demo doing/planned task datasets (Vue). |
| apps/demos/Demos/List/DragAndDrop/ReactJs/data.js | Refreshes year values in DragAndDrop demo doing/planned task datasets (React JS). |
| apps/demos/Demos/List/DragAndDrop/React/data.ts | Refreshes year values in DragAndDrop demo doing/planned task datasets (React TS). |
| apps/demos/Demos/List/DragAndDrop/jQuery/data.js | Refreshes year values in DragAndDrop demo doing/planned task datasets (jQuery). |
| apps/demos/Demos/List/DragAndDrop/Angular/app/app.service.ts | Refreshes year values in DragAndDrop demo doing/planned task datasets (Angular). |
dmlvr
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.