select_tasks_for_sprint
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
select_tasks_for_sprint has 23 facts recorded in Dontopedia across 2 references, with 4 live disagreements.
Mostly:rdf:type(2), has parameter(2), returns(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (2)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
containsCodeContains Code(1)
- Source Document
ex:source-document
definesFunctionDefines Function(1)
- Code Snippet
ex:code-snippet
Other facts (21)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Function | [1] |
| Rdf:type | Function | [2] |
| Has Parameter | Tasks Parameter | [1] |
| Has Parameter | Target Completion Parameter | [1] |
| Returns | Selected Tasks | [1] |
| Returns | Selected Tasks | [2] |
| Calculates | Total Impact | [1] |
| Calculates | Target Impact | [1] |
| Initializes | Selected Tasks Empty List | [1] |
| Initializes | Current Impact Zero | [1] |
| Selects Based on | Impact Threshold | [1] |
| Accumulates | Current Impact | [1] |
| Iterates | Tasks Sequence | [1] |
| Appends | Selected Tasks | [1] |
| Breaks When | Target Impact Reached | [1] |
| Depends on | Prioritize Tasks | [1] |
| Uses Lambda | Sort Key Lambda | [1] |
| Uses Built in | Sum Function | [1] |
| Implements Algorithm | Greedy Impact Selection | [1] |
| Has Comment | None | [1] |
| Takes Parameter | Prioritized Tasks | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/c7bd0b2a-d77f-4652-affe-7947d561f8cc- full textbeam-chunktext/plain1 KB
doc:beam/c7bd0b2a-d77f-4652-affe-7947d561f8ccShow excerpt
{"name": "Task 3", "complexity": 4, "impact": 3}, {"name": "Task 4", "complexity": 1, "impact": 2}, {"name": "Task 5", "complexity": 5, "impact": 4}, {"name": "Task 6", "complexity": 2, "impact": 5}, {"name": "Task 7", "…
ctx:claims/beam/df37285d-e546-4bc5-a9ca-1c8e696bd127- full textbeam-chunktext/plain1 KB
doc:beam/df37285d-e546-4bc5-a9ca-1c8e696bd127Show excerpt
selected_tasks = select_tasks_for_sprint(prioritized_tasks) print("Prioritized Tasks:") for task in prioritized_tasks: print(f"Task: {task['name']}, Complexity: {task['complexity']}, Impact: {task['impact']}") print("\nSelected Tasks …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.