chore: initialize backlog and log deployment fix

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-15 15:16:46 -07:00
parent 9c07471229
commit a99de7388a
2 changed files with 32 additions and 0 deletions

16
backlog/config.yml Normal file
View File

@ -0,0 +1,16 @@
project_name: "rfiles-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"

View File

@ -0,0 +1,16 @@
---
id: TASK-1
title: Fix rfiles.online 404/500 errors
status: Done
assignee: []
created_date: '2026-02-15 22:16'
labels: []
dependencies: []
priority: high
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
App was crash-looping (404) then throwing 500s due to: 1) Missing SpacePermission class in encryptid_auth.py, 2) Missing check_space_access function in encryptid_auth.py, 3) Missing DB migration for visibility/owner_did fields on SharedSpace, 4) Missing encryptid.browser.js static file. All four issues fixed across commits f26850d, 2b20b23, and 9c07471.
<!-- SECTION:DESCRIPTION:END -->