|
48adbd7021
|
chore: squash migrations
ref: #764 #738
|
2025-08-15 13:51:44 +09:30 |
|
|
c7595f71ea
|
feat(project_management): Change model to inherit from CenturionModel for ProjectType model
ref: #830 #832 closes #594
|
2025-07-04 08:40:35 +09:30 |
|
|
e5946cecbc
|
feat(project_management): Change model to inherit from CenturionModel for ProjectState model
ref: #830 #831
|
2025-07-04 08:40:35 +09:30 |
|
|
c9a21bc3e9
|
feat(project_management): Change model to inherit from CenturionModel for ProjectManagement model
ref: #833 #830 closes #591
|
2025-07-04 08:40:35 +09:30 |
|
|
b378565ff6
|
feat(project_management): Change model to inherit from CenturionModel for Project model
ref: #824 #829 closes #590
|
2025-07-04 08:40:34 +09:30 |
|
|
2d7335ff85
|
refactor(access): Rename model Organization -> Tenant
ref: #756 #505
|
2025-05-15 02:44:53 +09:30 |
|
|
3058f7212a
|
chore(core): Squash history commits
to reduce amount of migrations
ref: #605 closes #601
|
2025-02-21 02:30:48 +09:30 |
|
|
19ccc5af9b
|
refactor: Update migrations imports to new path
ref: #640 #641
|
2025-02-19 22:17:49 +09:30 |
|
|
91c964b581
|
fix(project_management): Project Milestone History is a primaryu model
ref: #605 #631
|
2025-02-18 04:13:39 +09:30 |
|
|
a66c441f5a
|
feat(project_management): History Model migrations for Project Type
ref: #605 #634
|
2025-02-18 04:13:37 +09:30 |
|
|
2b1f8a6e05
|
feat(project_management): History Model migrations for Project State
ref: #605 #632
|
2025-02-18 04:13:37 +09:30 |
|
|
9ca5cdb88a
|
feat(project_management): History Model migrations for Project Milestone
ref: #605 #631
|
2025-02-18 04:13:37 +09:30 |
|
|
70d24b1094
|
feat(project_management): History Model migrations for Project
ref: #605 #630
|
2025-02-18 04:13:37 +09:30 |
|
|
05d4c4a94d
|
refactor: Squash migrations so there is less of them for model notes
ref: #525 #389
|
2025-02-09 20:40:25 +09:30 |
|
|
029e5a6d08
|
feat(project_management): Project Type Notes Model
ref: #525 #544
|
2025-02-07 23:08:17 +09:30 |
|
|
c2f7e25579
|
feat(project_management): Project State Notes Model
ref: #525 #543
|
2025-02-07 22:59:38 +09:30 |
|
|
e59e808b7f
|
feat(project_management): Project Milestone Notes Model
ref: #525 #542
|
2025-02-07 22:52:01 +09:30 |
|
|
717bc5750b
|
feat(project_management): Project Notes Model
ref: #335 #526
|
2025-02-07 20:20:30 +09:30 |
|
|
64e344206c
|
refactor(access): Dont add releationship from tenancyObject.organization to organization model
ref: #389 #525
|
2025-02-07 18:10:44 +09:30 |
|
|
ca2da06d2c
|
chore: squash previous releases migrations
Every release that occurs is squash ALL migrations to limit the amount of migrations
ref: #408 #417
|
2024-12-06 16:33:13 +09:30 |
|
|
aebd0f3580
|
refactor: ensure filed organization is required
ref: #248 #390 #366
|
2024-11-28 02:22:28 +09:30 |
|
|
32d5008f63
|
fix: Ensure all Model fields are created with attributes help_text and verbose_name
ref: #248 #346
|
2024-11-28 02:20:42 +09:30 |
|
|
983921fc22
|
chore: squash migrations
squash all to limit number of migrations required
ref: #259
|
2024-10-11 23:41:03 +09:30 |
|
|
1dda4a9fb5
|
feat(project_management): increase project field length 50 -> 100 chars
ref: #341 closes #340
|
2024-10-05 11:42:39 +09:30 |
|
|
cf73323dd3
|
feat(project_management): Add project milestones api endpoint
ref: #285 #301
|
2024-09-18 14:53:33 +09:30 |
|
|
f019c50e44
|
feat(project_management): Add import_project permission and add api serializer
ref: #295 #301
|
2024-09-18 13:20:44 +09:30 |
|
|
d6f475a009
|
feat(project_management): Add field is_deleted to projects
preparation for the purge permission.
ref: #301 closes #293
|
2024-09-18 12:30:18 +09:30 |
|
|
f8e96a556d
|
feat(project_management): Add Project State to the UI
ref: #294 #295 #300
|
2024-09-17 17:20:00 +09:30 |
|
|
1315cc584b
|
feat(project_management): add priority field to project model, form and api endpoint
ref: #293 #299
|
2024-09-17 13:50:06 +09:30 |
|
|
34b85441e2
|
feat(project_management): add project type field to project model
ref: #294 #298
|
2024-09-17 13:12:26 +09:30 |
|
|
3f0853654e
|
feat(project_management): new model project type
ref: #294 #298
|
2024-09-17 13:06:15 +09:30 |
|
|
a4926f8a0d
|
feat(project_management): add project state field to project model
ref: #294 #298
|
2024-09-17 12:49:53 +09:30 |
|
|
1314f9a1ff
|
feat(project_managemenet): new model project state
ref: #294 #298
|
2024-09-17 12:46:48 +09:30 |
|
|
033f47b6b9
|
feat(project_management): add field external system to projects
ref: #292
|
2024-09-16 16:05:37 +09:30 |
|
|
5e235617e0
|
feat(project_management): Add project milestones
ref: #285 #292
|
2024-09-14 16:09:07 +09:30 |
|
|
5f3c7296b7
|
feat(project_management): remove requirement for code field to be populated
ref: #14 #284
|
2024-09-13 14:39:50 +09:30 |
|
|
6371fa03a1
|
chore(project_management): remove non-ticket based project tasks
project tasks scope was moved to a type of ticket.
ref: #14 #250 #267
|
2024-09-10 15:52:34 +09:30 |
|
|
58a9532c70
|
chore: update to cater for recent dev changes and class inheritance
!31 !40 !42
|
2024-08-23 18:03:52 +09:30 |
|
|
3c206f5aef
|
feat(project_management): Add manager and users for projects and tasks
!30 #14
|
2024-08-23 18:03:52 +09:30 |
|
|
376faf3d5a
|
feat(project_management): Add project task model
!30 #14
|
2024-08-23 18:03:52 +09:30 |
|
|
5f3a778002
|
feat(project_management): add interim project model
!30
|
2024-08-23 18:00:45 +09:30 |
|
|
f453075d20
|
chore(app): add base app for project management
!12 closes #34
|
2024-05-27 12:47:38 +09:30 |
|