-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: copilot plugin templates optimization
- Loading branch information
Showing
22 changed files
with
200 additions
and
67 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
62 changes: 62 additions & 0 deletions
62
templates/csharp/copilot-plugin-from-scratch/RepairData.cs.tpl
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
using {{SafeProjectName}}.Models; | ||
|
||
namespace {{SafeProjectName}} | ||
{ | ||
public class RepairData | ||
{ | ||
public static List<RepairModel> GetRepairs() | ||
{ | ||
return new List<RepairModel> | ||
{ | ||
new() { | ||
Id = 1, | ||
Title = "Oil change", | ||
Description = "Need to drain the old engine oil and replace it with fresh oil to keep the engine lubricated and running smoothly.", | ||
AssignedTo = "Karin Blair", | ||
Date = "2023-05-23", | ||
Image = "https://www.howmuchisit.org/wp-content/uploads/2011/01/oil-change.jpg" | ||
}, | ||
new() { | ||
Id = 2, | ||
Title = "Brake repairs", | ||
Description = "Conduct brake repairs, including replacing worn brake pads, resurfacing or replacing brake rotors, and repairing or replacing other components of the brake system.", | ||
AssignedTo = "Issac Fielder", | ||
Date = "2023-05-24", | ||
Image = "https://upload.wikimedia.org/wikipedia/commons/7/71/Disk_brake_dsc03680.jpg" | ||
}, | ||
new() { | ||
Id = 3, | ||
Title = "Tire service", | ||
Description = "Rotate and replace tires, moving them from one position to another on the vehicle to ensure even wear and removing worn tires and installing new ones.", | ||
AssignedTo = "Karin Blair", | ||
Date = "2023-05-24", | ||
Image = "https://th.bing.com/th/id/OIP.N64J4jmqmnbQc5dHvTm-QAHaE8?pid=ImgDet&rs=1" | ||
}, | ||
new() { | ||
Id = 4, | ||
Title = "Battery replacement", | ||
Description = "Remove the old battery and install a new one to ensure that the vehicle start reliably and the electrical systems function properly.", | ||
AssignedTo = "Ashley McCarthy", | ||
Date ="2023-05-25", | ||
Image = "https://i.stack.imgur.com/4ftuj.jpg" | ||
}, | ||
new() { | ||
Id = 5, | ||
Title = "Engine tune-up", | ||
Description = "This can include a variety of services such as replacing spark plugs, air filters, and fuel filters to keep the engine running smoothly and efficiently.", | ||
AssignedTo = "Karin Blair", | ||
Date = "2023-05-28", | ||
Image = "https://th.bing.com/th/id/R.e4c01dd9f232947e6a92beb0a36294a5?rik=P076LRx7J6Xnrg&riu=http%3a%2f%2fupload.wikimedia.org%2fwikipedia%2fcommons%2ff%2ff3%2f1990_300zx_engine.jpg&ehk=f8KyT78eO3b%2fBiXzh6BZr7ze7f56TWgPST%2bY%2f%2bHqhXQ%3d&risl=&pid=ImgRaw&r=0" | ||
}, | ||
new() { | ||
Id = 6, | ||
Title = "Suspension and steering repairs", | ||
Description = "This can include repairing or replacing components of the suspension and steering systems to ensure that the vehicle handles and rides smoothly.", | ||
AssignedTo = "Daisy Phillips", | ||
Date = "2023-05-29", | ||
Image = "https://i.stack.imgur.com/4v5OI.jpg" | ||
} | ||
}; | ||
} | ||
} | ||
} |
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"title": "Oil change", | ||
"description": "Need to drain the old engine oil and replace it with fresh oil to keep the engine lubricated and running smoothly.", | ||
"assignedTo": "Karin Blair", | ||
"date": "2023-05-23", | ||
"image": "https://www.howmuchisit.org/wp-content/uploads/2011/01/oil-change.jpg" | ||
}, | ||
{ | ||
"id": 2, | ||
"title": "Brake repairs", | ||
"description": "Conduct brake repairs, including replacing worn brake pads, resurfacing or replacing brake rotors, and repairing or replacing other components of the brake system.", | ||
"assignedTo": "Issac Fielder", | ||
"date": "2023-05-24", | ||
"image": "https://upload.wikimedia.org/wikipedia/commons/7/71/Disk_brake_dsc03680.jpg" | ||
}, | ||
{ | ||
"id": 3, | ||
"title": "Tire service", | ||
"description": "Rotate and replace tires, moving them from one position to another on the vehicle to ensure even wear and removing worn tires and installing new ones.", | ||
"assignedTo": "Karin Blair", | ||
"date": "2023-05-24", | ||
"image": "https://th.bing.com/th/id/OIP.N64J4jmqmnbQc5dHvTm-QAHaE8?pid=ImgDet&rs=1" | ||
}, | ||
{ | ||
"id": 4, | ||
"title": "Battery replacement", | ||
"description": "Remove the old battery and install a new one to ensure that the vehicle start reliably and the electrical systems function properly.", | ||
"assignedTo": "Ashley McCarthy", | ||
"date": "2023-05-25", | ||
"image": "https://i.stack.imgur.com/4ftuj.jpg" | ||
}, | ||
{ | ||
"id": 5, | ||
"title": "Engine tune-up", | ||
"description": "This can include a variety of services such as replacing spark plugs, air filters, and fuel filters to keep the engine running smoothly and efficiently.", | ||
"assignedTo": "Karin Blair", | ||
"date": "2023-05-28", | ||
"image": "https://th.bing.com/th/id/R.e4c01dd9f232947e6a92beb0a36294a5?rik=P076LRx7J6Xnrg&riu=http%3a%2f%2fupload.wikimedia.org%2fwikipedia%2fcommons%2ff%2ff3%2f1990_300zx_engine.jpg&ehk=f8KyT78eO3b%2fBiXzh6BZr7ze7f56TWgPST%2bY%2f%2bHqhXQ%3d&risl=&pid=ImgRaw&r=0" | ||
}, | ||
{ | ||
"id": 6, | ||
"title": "Suspension and steering repairs", | ||
"description": "This can include repairing or replacing components of the suspension and steering systems to ensure that the vehicle handles and rides smoothly.", | ||
"assignedTo": "Daisy Phillips", | ||
"date": "2023-05-29", | ||
"image": "https://i.stack.imgur.com/4v5OI.jpg" | ||
} | ||
] |
This file contains 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
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"title": "Oil change", | ||
"description": "Need to drain the old engine oil and replace it with fresh oil to keep the engine lubricated and running smoothly.", | ||
"assignedTo": "Karin Blair", | ||
"date": "2023-05-23", | ||
"image": "https://www.howmuchisit.org/wp-content/uploads/2011/01/oil-change.jpg" | ||
}, | ||
{ | ||
"id": 2, | ||
"title": "Brake repairs", | ||
"description": "Conduct brake repairs, including replacing worn brake pads, resurfacing or replacing brake rotors, and repairing or replacing other components of the brake system.", | ||
"assignedTo": "Issac Fielder", | ||
"date": "2023-05-24", | ||
"image": "https://upload.wikimedia.org/wikipedia/commons/7/71/Disk_brake_dsc03680.jpg" | ||
}, | ||
{ | ||
"id": 3, | ||
"title": "Tire service", | ||
"description": "Rotate and replace tires, moving them from one position to another on the vehicle to ensure even wear and removing worn tires and installing new ones.", | ||
"assignedTo": "Karin Blair", | ||
"date": "2023-05-24", | ||
"image": "https://th.bing.com/th/id/OIP.N64J4jmqmnbQc5dHvTm-QAHaE8?pid=ImgDet&rs=1" | ||
}, | ||
{ | ||
"id": 4, | ||
"title": "Battery replacement", | ||
"description": "Remove the old battery and install a new one to ensure that the vehicle start reliably and the electrical systems function properly.", | ||
"assignedTo": "Ashley McCarthy", | ||
"date": "2023-05-25", | ||
"image": "https://i.stack.imgur.com/4ftuj.jpg" | ||
}, | ||
{ | ||
"id": 5, | ||
"title": "Engine tune-up", | ||
"description": "This can include a variety of services such as replacing spark plugs, air filters, and fuel filters to keep the engine running smoothly and efficiently.", | ||
"assignedTo": "Karin Blair", | ||
"date": "2023-05-28", | ||
"image": "https://th.bing.com/th/id/R.e4c01dd9f232947e6a92beb0a36294a5?rik=P076LRx7J6Xnrg&riu=http%3a%2f%2fupload.wikimedia.org%2fwikipedia%2fcommons%2ff%2ff3%2f1990_300zx_engine.jpg&ehk=f8KyT78eO3b%2fBiXzh6BZr7ze7f56TWgPST%2bY%2f%2bHqhXQ%3d&risl=&pid=ImgRaw&r=0" | ||
}, | ||
{ | ||
"id": 6, | ||
"title": "Suspension and steering repairs", | ||
"description": "This can include repairing or replacing components of the suspension and steering systems to ensure that the vehicle handles and rides smoothly.", | ||
"assignedTo": "Daisy Phillips", | ||
"date": "2023-05-29", | ||
"image": "https://i.stack.imgur.com/4v5OI.jpg" | ||
} | ||
] |
This file contains 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