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
Currently, gitea's API has limited support for project management. We need to expand the API to cover all aspects of project management within gitea, including creating, updating, and managing projects, columns, and cards. This expansion will allow for better integration with external tools
Tasks:
Review current API endpoints related to projects
Identify missing functionalities in the current API
Design new API endpoints to cover all project management features
Update Swagger/OpenAPI specification if used
Implement new API endpoints:
Project CRUD operations
Column CRUD operations
Card CRUD operations
Move cards between columns
Attach issues/pull requests to cards
Get project statistics
Create a new repo based on another repo what we call template repo
This similar to initializing the repo with initial set of files + labels
Fix a repo based on another repo e.g reapplying all of the labels from another repo
Update API documentation
Notes
Support for organization-wide projects (if that how it works in gitea?)
Pagination for list endpoints
Filtering and sorting options for list endpoints
The text was updated successfully, but these errors were encountered:
Currently, gitea's API has limited support for project management. We need to expand the API to cover all aspects of project management within gitea, including creating, updating, and managing projects, columns, and cards. This expansion will allow for better integration with external tools
Tasks:
Review current API endpoints related to projects
Identify missing functionalities in the current API
Design new API endpoints to cover all project management features
Update Swagger/OpenAPI specification if used
Implement new API endpoints:
what we call template repo
This similar to initializing the repo with initial set of files + labels
e.g reapplying all of the labels
from another repoUpdate API documentation
Notes
The text was updated successfully, but these errors were encountered: