SSW.TimePro - TimesheetGPT button on Add/Edit Timesheet page #21
SamBWagner
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As TimesheetGPT is a Blazor Server application. We have 'direct' access to the API. As such we could add a button to the Add/Edit timesheet page in TimePro to call this service and then append the suggested timesheet notes text.
Figure: Mockup of the TimesheetGPT button in TimePro
This could be done entirely from the front-end. Alleviating the need to directly integrate TimesheetGPT in the TimePro API.
Considerations
Per Tenant GPT Key
Blazor Server Separation Of Concern
As Timesheet GPT is a Blazor server project, it would be simple to just setup everything in the one project and then slap an endpoint on the services and call it a day. This would be a poor choice though for a few reasons:
Beta Was this translation helpful? Give feedback.
All reactions