|
|
@@ -59,7 +59,7 @@
|
|
|
:logseq.tldraw.shape {:schema {:type :map}}
|
|
|
|
|
|
;; Task props
|
|
|
- :status {:db-ident :task/status
|
|
|
+ :status {:db-ident :logseq.task/status
|
|
|
:original-name "Status"
|
|
|
:schema
|
|
|
{:type :default}
|
|
|
@@ -69,14 +69,14 @@
|
|
|
:value value
|
|
|
:uuid (random-uuid)
|
|
|
:icon {:type :tabler-icon :id icon :name icon}})
|
|
|
- [[:task/status.backlog "Backlog" "Backlog"]
|
|
|
- [:task/status.todo "Todo" "Todo"]
|
|
|
- [:task/status.doing "Doing" "InProgress50"]
|
|
|
- [:task/status.in-review "In Review" "InReview"]
|
|
|
- [:task/status.done "Done" "Done"]
|
|
|
- [:task/status.canceled "Canceled" "Cancelled"]])
|
|
|
+ [[:logseq.task/status.backlog "Backlog" "Backlog"]
|
|
|
+ [:logseq.task/status.todo "Todo" "Todo"]
|
|
|
+ [:logseq.task/status.doing "Doing" "InProgress50"]
|
|
|
+ [:logseq.task/status.in-review "In Review" "InReview"]
|
|
|
+ [:logseq.task/status.done "Done" "Done"]
|
|
|
+ [:logseq.task/status.canceled "Canceled" "Cancelled"]])
|
|
|
:visible true}
|
|
|
- :priority {:db-ident :task/priority
|
|
|
+ :priority {:db-ident :logseq.task/priority
|
|
|
:original-name "Priority"
|
|
|
:schema
|
|
|
{:type :default}
|
|
|
@@ -85,16 +85,16 @@
|
|
|
{:db-ident db-ident
|
|
|
:value value
|
|
|
:uuid (random-uuid)})
|
|
|
- [[:task/priority.urgent "Urgent"]
|
|
|
- [:task/priority.high "High"]
|
|
|
- [:task/priority.medium "Medium"]
|
|
|
- [:task/priority.low "Low"]])
|
|
|
+ [[:logseq.task/priority.urgent "Urgent"]
|
|
|
+ [:logseq.task/priority.high "High"]
|
|
|
+ [:logseq.task/priority.medium "Medium"]
|
|
|
+ [:logseq.task/priority.low "Low"]])
|
|
|
:visible true}
|
|
|
- :scheduled {:db-ident :task/scheduled
|
|
|
+ :scheduled {:db-ident :logseq.task/scheduled
|
|
|
:original-name "Scheduled"
|
|
|
:schema {:type :date}
|
|
|
:visible true}
|
|
|
- :deadline {:db-ident :task/deadline
|
|
|
+ :deadline {:db-ident :logseq.task/deadline
|
|
|
:original-name "Deadline"
|
|
|
:schema {:type :date}
|
|
|
:visible true}
|