feat(core): add basic ticketing system

ref: #250 #252 #96 #93 #95 #90 #115
This commit is contained in:
2024-08-25 17:45:55 +09:30
parent 52db44eac7
commit c5a5c393a8
33 changed files with 2865 additions and 4 deletions

View File

@ -100,6 +100,11 @@ class Project(ProjectCommonFieldsName):
)
def __str__(self):
return self.name
@property
def percent_completed(self) -> str: # Auto-Calculate
""" How much of the project is completed.