Skip to content

Commit 6197b95

Browse files
authored
Merge pull request #638 from tu2-atmanand/feat/newCardDesigns
Feat/new card designs
2 parents d09054e + 5fad134 commit 6197b95

29 files changed

+1980
-1127
lines changed

data.json

Lines changed: 183 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@
315315
}
316316
],
317317
"tasksIdManualOrder": [
318+
"276",
319+
"389",
318320
"378",
319321
"355",
320322
"258",
@@ -507,8 +509,8 @@
507509
]
508510
},
509511
"taskCount": {
510-
"pending": 61,
511-
"completed": 18
512+
"pending": 56,
513+
"completed": 17
512514
},
513515
"swimlanes": {
514516
"enabled": true,
@@ -609,10 +611,12 @@
609611
],
610612
"tasksIdManualOrder": [
611613
"375",
612-
"378",
613-
"258",
614+
"389",
615+
"224",
614616
"355",
615-
"365"
617+
"276",
618+
"258",
619+
"378"
616620
]
617621
},
618622
{
@@ -627,7 +631,8 @@
627631
"rootCondition": "any",
628632
"filterGroups": []
629633
},
630-
"minimized": false
634+
"minimized": false,
635+
"workLimit": 5
631636
},
632637
{
633638
"colType": "namedTag",
@@ -637,7 +642,8 @@
637642
"index": 5,
638643
"coltag": "Test",
639644
"id": 396902,
640-
"minimized": false
645+
"minimized": false,
646+
"workLimit": 3
641647
},
642648
{
643649
"colType": "namedTag",
@@ -653,7 +659,7 @@
653659
"id": 1936828579,
654660
"index": 7,
655661
"colType": "namedTag",
656-
"active": true,
662+
"active": false,
657663
"collapsed": false,
658664
"name": "*/seeding/*",
659665
"coltag": "*/seeding/*"
@@ -690,8 +696,8 @@
690696
"filterGroups": []
691697
},
692698
"taskCount": {
693-
"pending": 55,
694-
"completed": 18
699+
"pending": 57,
700+
"completed": 16
695701
},
696702
"swimlanes": {
697703
"enabled": false,
@@ -716,6 +722,147 @@
716722
"groupAllRest": true,
717723
"verticalHeaderUI": false
718724
}
725+
},
726+
{
727+
"name": "Only column filters",
728+
"index": 4,
729+
"columns": [
730+
{
731+
"id": 2050194674,
732+
"index": 1,
733+
"colType": "allPending",
734+
"active": true,
735+
"collapsed": false,
736+
"name": "Backlogs",
737+
"filters": {
738+
"rootCondition": "any",
739+
"filterGroups": [
740+
{
741+
"id": "id-1768140055334-efs743ce1",
742+
"groupCondition": "all",
743+
"filters": [
744+
{
745+
"id": "id-1768140055335-r98019pcb",
746+
"property": "tags",
747+
"condition": "isEmpty"
748+
}
749+
]
750+
}
751+
]
752+
}
753+
},
754+
{
755+
"id": 850996788,
756+
"index": 2,
757+
"colType": "allPending",
758+
"active": true,
759+
"collapsed": false,
760+
"name": "Important",
761+
"filters": {
762+
"rootCondition": "any",
763+
"filterGroups": [
764+
{
765+
"id": "id-1768140070366-ymlrpxfd5",
766+
"groupCondition": "all",
767+
"filters": [
768+
{
769+
"id": "id-1768140070367-26fzfh3fi",
770+
"property": "tags",
771+
"condition": "contains",
772+
"value": "#important"
773+
}
774+
]
775+
}
776+
]
777+
}
778+
},
779+
{
780+
"id": 3370807172,
781+
"index": 3,
782+
"colType": "allPending",
783+
"active": true,
784+
"collapsed": false,
785+
"name": "WIP",
786+
"filters": {
787+
"rootCondition": "any",
788+
"filterGroups": [
789+
{
790+
"id": "id-1768140095718-9u02uoxai",
791+
"groupCondition": "all",
792+
"filters": [
793+
{
794+
"id": "id-1768140095719-sfcnddjpj",
795+
"property": "tags",
796+
"condition": "contains",
797+
"value": "#wip"
798+
}
799+
]
800+
}
801+
]
802+
}
803+
},
804+
{
805+
"id": 1957870296,
806+
"index": 4,
807+
"colType": "allPending",
808+
"active": true,
809+
"collapsed": false,
810+
"name": "In Review",
811+
"filters": {
812+
"rootCondition": "any",
813+
"filterGroups": [
814+
{
815+
"id": "id-1768140118917-x50nyv0rm",
816+
"groupCondition": "any",
817+
"filters": [
818+
{
819+
"id": "id-1768140118918-q6snn1uk7",
820+
"property": "tags",
821+
"condition": "contains",
822+
"value": "#Test"
823+
},
824+
{
825+
"id": "id-1768140126093-wn5bwcpwz",
826+
"property": "tags",
827+
"condition": "contains",
828+
"value": "#working"
829+
}
830+
]
831+
}
832+
]
833+
},
834+
"workLimit": 3
835+
},
836+
{
837+
"id": 4265650565,
838+
"index": 5,
839+
"colType": "completed",
840+
"active": true,
841+
"collapsed": false,
842+
"name": "Completed",
843+
"limit": 20
844+
}
845+
],
846+
"hideEmptyColumns": false,
847+
"showColumnTags": true,
848+
"showFilteredTags": true,
849+
"boardFilter": {
850+
"rootCondition": "any",
851+
"filterGroups": []
852+
},
853+
"swimlanes": {
854+
"enabled": false,
855+
"hideEmptySwimlanes": false,
856+
"property": "tags",
857+
"sortCriteria": "asc",
858+
"minimized": [],
859+
"maxHeight": "300px",
860+
"verticalHeaderUI": false
861+
},
862+
"taskCount": {
863+
"pending": 56,
864+
"completed": 17
865+
}
719866
}
720867
],
721868
"globalSettings": {
@@ -821,14 +968,14 @@
821968
"customStatuses": [
822969
{
823970
"symbol": " ",
824-
"name": "incomplete",
971+
"name": "Incomplete",
825972
"nextStatusSymbol": "x",
826973
"availableAsCommand": false,
827974
"type": "TODO"
828975
},
829976
{
830977
"symbol": "X",
831-
"name": "complete",
978+
"name": "Complete",
832979
"nextStatusSymbol": " ",
833980
"availableAsCommand": false,
834981
"type": "DONE"
@@ -849,7 +996,7 @@
849996
},
850997
{
851998
"symbol": ">",
852-
"name": "deferred",
999+
"name": "Deferred",
8531000
"nextStatusSymbol": "x",
8541001
"availableAsCommand": false,
8551002
"type": "TODO"
@@ -884,7 +1031,7 @@
8841031
"autoAddUniversalDate": true,
8851032
"universalDate": "scheduledDate",
8861033
"archivedTasksFilePath": "",
887-
"showFileNameInCard": false,
1034+
"showFileNameInCard": true,
8881035
"showFrontmatterTagsOnCards": true,
8891036
"tasksCacheFilePath": ".obsidian/plugins/task-board/tasks.json",
8901037
"notificationService": "obsiApp",
@@ -902,14 +1049,14 @@
9021049
"taskPropertyFormat": "3",
9031050
"taskNoteDefaultLocation": "TaskNotes",
9041051
"autoAddUniqueID": true,
905-
"uniqueIdCounter": 387,
1052+
"uniqueIdCounter": 395,
9061053
"experimentalFeatures": true,
9071054
"searchQuery": "",
9081055
"lastViewHistory": {
9091056
"viewedType": "kanban",
9101057
"boardIndex": 3,
9111058
"taskId": "",
912-
"settingTab": 1
1059+
"settingTab": 4
9131060
},
9141061
"taskNoteIdentifierTag": "task",
9151062
"doubleClickCardToEdit": "noteInTab",
@@ -999,24 +1146,6 @@
9991146
"index": 13,
10001147
"key": "completed-date",
10011148
"taskItemKey": "completionDate"
1002-
},
1003-
{
1004-
"index": 14,
1005-
"property": "Source file",
1006-
"key": "source-file",
1007-
"taskItemKey": "filePath"
1008-
},
1009-
{
1010-
"index": 15,
1011-
"property": "Task location",
1012-
"key": "task-location",
1013-
"taskItemKey": "taskLocation"
1014-
},
1015-
{
1016-
"index": 16,
1017-
"property": "Last modified",
1018-
"key": "last-modified",
1019-
"taskItemKey": ""
10201149
}
10211150
],
10221151
"mapView": {
@@ -1037,8 +1166,26 @@
10371166
"scrollThresholdPercent": 80
10381167
},
10391168
"safeGuardFeature": true,
1040-
"visiblePropertiesList": [],
1041-
"taskCardStyle": "Bases"
1169+
"visiblePropertiesList": [
1170+
"id",
1171+
"priority",
1172+
"tags",
1173+
"time",
1174+
"reminder",
1175+
"createdDate",
1176+
"startDate",
1177+
"scheduledDate",
1178+
"dueDate",
1179+
"completionDate",
1180+
"cancelledDate",
1181+
"dependsOn",
1182+
"filePath",
1183+
"status",
1184+
"checkbox"
1185+
],
1186+
"taskCardStyle": "emoji",
1187+
"autoAddCompletedDate": true,
1188+
"autoAddCancelledDate": true
10421189
}
10431190
}
10441191
}

0 commit comments

Comments
 (0)