- Document completed Issues #3, #5, #6, #7
- Add Step Categories and Step Library API docs
- Add userPreferencesStore and SettingsPage to structure
- Add step_category.py and step_library.py models
- Document ALLOW_RAILWAY_ORIGINS env var for PR CORS
- Note VITE_API_URL must include https:// prefix
- Add /debug/cors endpoint documentation
- Update roadmap with Phase 2.5 progress
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Features:
- Categories: Global and team-specific tree categorization (admin-managed)
- Tags: Flexible tree tagging with autocomplete (author + admin)
- User folders: Personal tree collections with subfolder support
- Hierarchical structure (max 3 levels deep)
- Right-click context menu for folder management
- Cascade delete for subfolders
- Filter trees by category, tags, and folder in library view
Backend:
- New models: Category, Tag, UserFolder with relationships
- New API endpoints for categories, tags, and folders
- Tree organization migrations (005, 006)
Frontend:
- FolderSidebar with hierarchical folder tree
- FolderEditModal for create/edit with color picker
- AddToFolderMenu for quick tree organization
- TagInput with autocomplete and TagBadges display
- Updated TreeMetadataForm and TreeLibraryPage
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>