Org App
Changelog
Changelog
All notable changes to Org App are documented here.
[Unreleased]
Added
- Features currently in development
Changed
- Improvements to existing functionality
Fixed
- Bug fixes in progress
[1.0.0] - 2026-01-22
Added
Organization Management
- Create, view, and edit organizations
- Organization list with search and filtering
- Auto-selection of newly created organizations when none selected
- Organization selection persistence to local storage
Workspace Management
- Create, view, and edit workspaces within organizations
- Workspace list with parent organization display
- Auto-selection of newly created workspaces when none selected
- Workspace selection persistence to local storage
User Management
- User directory view for organization members
- Search and filter users within the organization
- Display of user roles and details
Attribute Management
- Create categories and tags for entity classification
- Edit existing attributes (title, name, description, color)
- Delete and archive attributes
- Color picker with predefined palette
- Attribute seeding from presets:
- Seed defaults (single preset)
- Seed from multiple presets
- Skip existing attributes to prevent duplicates
- Seeding results reporting
Sync Configuration
- External data source synchronization setup
- GitHub sync provider with OAuth authentication
- Custom API sync provider support
- OAuth callback handling for secure authentication
- Provider registration and configuration
User Interface
- Sidebar navigation between app sections
- Responsive layout with FlowState Framework integration
- Toast notifications for user feedback
- Form validation with error messages
- Loading states and error handling
Framework Integration
- FlowState App Framework delegation for shared components
- RxDB reactive data subscriptions
- Local-first offline support
- Plugin system registration
Version Format
This changelog follows Keep a Changelog format.
- Added for new features
- Changed for changes in existing functionality
- Deprecated for soon-to-be removed features
- Removed for now removed features
- Fixed for bug fixes
- Security for vulnerability fixes