diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..4ef79e3 --- /dev/null +++ b/backlog/config.yml @@ -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" diff --git a/backlog/tasks/task-1 - Real-time-flow-simulation-engine.md b/backlog/tasks/task-1 - Real-time-flow-simulation-engine.md new file mode 100644 index 0000000..ef3ce63 --- /dev/null +++ b/backlog/tasks/task-1 - Real-time-flow-simulation-engine.md @@ -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 + + +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. + diff --git a/backlog/tasks/task-2 - Clickable-rVote-proposal-links-on-outcomes.md b/backlog/tasks/task-2 - Clickable-rVote-proposal-links-on-outcomes.md new file mode 100644 index 0000000..53998d8 --- /dev/null +++ b/backlog/tasks/task-2 - Clickable-rVote-proposal-links-on-outcomes.md @@ -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 + + +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. +