feat: added tags for cards, aligned status headers
This commit is contained in:
@@ -2,6 +2,7 @@ from typing import Optional
|
||||
|
||||
from schemas.attribute import AttributeSchema
|
||||
from schemas.base import BaseSchema, OkMessageSchema
|
||||
from schemas.card_tag import CardTagSchema
|
||||
|
||||
|
||||
# region Entities
|
||||
@@ -26,6 +27,7 @@ class ModuleSchema(BaseSchema):
|
||||
class ProjectSchema(ProjectGeneralInfoSchema):
|
||||
attributes: list[AttributeSchema]
|
||||
modules: list[ModuleSchema]
|
||||
tags: list[CardTagSchema]
|
||||
|
||||
|
||||
class FullProjectSchema(ProjectSchema):
|
||||
|
||||
Reference in New Issue
Block a user