You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support the ticket API endpoint's update operation, we need to implement a database utility function that can both create new tickets and update existing ones.
Task
Create a utility function that handles both insertion and updating of ticket records using GORM.
Please follow standards and conventions in line with the Bounty platform architecture.
This will be called via the route at: #1976
Outcome
A utility function that can reliably create new tickets or update existing ones based on UUID.
humansinstitute
changed the title
Create util function for to update ticket record in database
Create util function for to upsert ticket record in database
Nov 27, 2024
Context
To support the ticket API endpoint's update operation, we need to implement a database utility function that can both create new tickets and update existing ones.
Task
Create a utility function that handles both insertion and updating of ticket records using GORM.
Please follow standards and conventions in line with the Bounty platform architecture.
This will be called via the route at: #1976
Outcome
A utility function that can reliably create new tickets or update existing ones based on UUID.
Design
Acceptance Criteria
The text was updated successfully, but these errors were encountered: