refactor: refactor endpoints to comply with github api

introduce new logic to handle project and column assignment, refactor everything and removed unnecessary code, create swagger docs
This commit is contained in:
eyad-hussein
2024-07-31 14:13:21 +03:00
parent 1b47d915bc
commit d41dc95f10
9 changed files with 2090 additions and 1930 deletions
+7
View File
@@ -27,3 +27,10 @@ type swaggerResponseColumn struct {
// in:body
Body api.Column `json:"body"`
}
// ColumnList
// swagger:response ColumnList
type swaggerResponseColumnList struct {
// in:body
Body []api.Column `json:"body"`
}