MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / priority

Function priority

tests/unit/modals/taskModalActionValues.test.ts:22–30  ·  view source on GitHub ↗
(value: string, weight: number)

Source from the content-addressed store, hash-verified

20}
21
22function priority(value: string, weight: number): PriorityConfig {
23 return {
24 id: value,
25 value,
26 label: value,
27 color: "",
28 weight,
29 };
30}
31
32describe("taskModalActionValues", () => {
33 it("derives default status and priority from configured ordering", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected