-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
component: backendPull requests that update Go codePull requests that update Go codelanguage: Gopriority: P1 - Highstatus: blockedstatus: new
Milestone
Description
Description
Complete the strict server interface by implementing all missing methods for the project-related API endpoints.
The strict server interface currently lacks implementations for some project endpoints, which are required for full API support and type safety. However, the controller skeleton and service are available.
Tasks
- Identify all unimplemented methods in the strict server interface related to project endpoints.
- Implement these methods to handle incoming requests properly.
- Ensure each method integrates correctly with the issue service logic.
- Add or update tests to cover the new implementations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: backendPull requests that update Go codePull requests that update Go codelanguage: Gopriority: P1 - Highstatus: blockedstatus: new