1.1 KiB
1.1 KiB
| id | title | status | assignee | created_date | labels | dependencies | priority |
|---|---|---|---|---|---|---|---|
| task-052 | Flip permissions model: everyone edits by default, protected boards opt-in | In Progress | 2025-12-15 17:23 | high |
Description
Change the default permission model so ALL users (including anonymous) can edit by default. Boards can be marked as "protected" by an admin, making them view-only for non-designated users.
Key changes:
- Add is_protected column to boards table
- Add global_admins table (jeffemmett@gmail.com as initial admin)
- Flip getEffectivePermission logic
- Create BoardSettingsDropdown component with view-only toggle
- Add user invite for protected boards
- Admin request email flow
Acceptance Criteria
- #1 Anonymous users can edit unprotected boards
- #2 Protected boards are view-only for non-editors
- #3 Global admin (jeffemmett@gmail.com) has admin on all boards
- #4 Settings dropdown shows view-only toggle for admins
- #5 Can add/remove editors on protected boards
- #6 Admin request button sends email