Closed indcoder closed 5 days ago
Fixes #85
Add functionality to upload event cover picture to Cloudinary in ScheduleEvent.razor.
ScheduleEvent.razor
Frontend Changes:
HandleValidSubmit
CoverPicture
string
Event.cs
UploadCoverPicture
IEventService.cs
EventService.cs
Backend Changes:
Program.cs
Node.js Project:
services/CloudinaryImageSigning/app.js
services/CloudinaryImageSigning/config.js
For more details, open the Copilot Workspace session.
Fixes #85
Add functionality to upload event cover picture to Cloudinary in
ScheduleEvent.razor
.Frontend Changes:
ScheduleEvent.razor
.HandleValidSubmit
method to include the cover picture upload logic.CoverPicture
of typestring
inEvent.cs
to store the URL of the uploaded cover picture.UploadCoverPicture
inIEventService.cs
to handle the cover picture upload logic.UploadCoverPicture
method inEventService.cs
to handle the cover picture upload logic using Cloudinary's signed upload functionality.Backend Changes:
Program.cs
.Node.js Project:
services/CloudinaryImageSigning/app.js
.services/CloudinaryImageSigning/config.js
.For more details, open the Copilot Workspace session.