chore: initialize backlog task tracking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
42942cc962
commit
93e426abbe
|
|
@ -0,0 +1,16 @@
|
||||||
|
project_name: "rfunds-online"
|
||||||
|
default_status: "To Do"
|
||||||
|
statuses: ["To Do", "In Progress", "Done"]
|
||||||
|
labels: []
|
||||||
|
milestones: []
|
||||||
|
date_format: yyyy-mm-dd
|
||||||
|
max_column_width: 20
|
||||||
|
default_editor: "nvim"
|
||||||
|
auto_open_browser: true
|
||||||
|
default_port: 6420
|
||||||
|
remote_operations: true
|
||||||
|
auto_commit: false
|
||||||
|
bypass_git_hooks: false
|
||||||
|
check_active_branches: true
|
||||||
|
active_branch_days: 30
|
||||||
|
task_prefix: "task"
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
id: TASK-1
|
||||||
|
title: Real-time flow simulation engine
|
||||||
|
status: Done
|
||||||
|
assignee: []
|
||||||
|
created_date: '2026-02-15 21:00'
|
||||||
|
labels: []
|
||||||
|
dependencies: []
|
||||||
|
priority: high
|
||||||
|
---
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||||
|
Replace random-noise simulation with actual flow logic: inflow accumulation, threshold-gated overflow distribution to downstream funnels, spending drain to outcomes with zone-based rate multipliers (80% overflow, 50% healthy, 10% critical), and auto status transitions for outcomes.
|
||||||
|
<!-- SECTION:DESCRIPTION:END -->
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
id: TASK-2
|
||||||
|
title: Clickable rVote proposal links on outcomes
|
||||||
|
status: Done
|
||||||
|
assignee: []
|
||||||
|
created_date: '2026-02-15 21:00'
|
||||||
|
labels: []
|
||||||
|
dependencies: []
|
||||||
|
priority: high
|
||||||
|
---
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||||
|
Outcome nodes linked to rVote proposals now render as clickable links opening the live proposal on rvote.online/s/{slug}/proposal/{id}. Includes external link icon, hover styling, and stopPropagation for ReactFlow compatibility.
|
||||||
|
<!-- SECTION:DESCRIPTION:END -->
|
||||||
Loading…
Reference in New Issue