A macOS/iOS app ecosystem for Azure DevOps work item tracking and visualization.
-
Work Item Type (WIT) Management
- View and manage different work item types
- Detailed WIT information display
- Recent activity tracking
-
Query Management
- Custom query support
- Query hierarchy view
- Work item table view for query results
-
Visualization
- Graph view for work item relationships
- Tree view for hierarchical representation
- List view for simplified item display
-
Cross-Platform
- Native iOS app
- macOS widget support
- Synchronized settings across devices via App Groups
-
Settings & Configuration
- Azure DevOps organization integration
- Personal Access Token (PAT) authentication
- Project-specific settings
- Clipboard integration options
- Report generation features
Formatho/
├── Formatho/ # Main iOS app
│ ├── Views/ # UI components
│ ├── Common/ # Shared utilities
│ ├── DetailViews/ # Detailed UI views
│ └── Subs/ # Subscription handling
├── Formatho.xcodeproj/ # Xcode project files
├── formathoIntent/ # Intent handling
├── formathoPhone/ # iPhone specific code
└── macWidget/ # macOS widget implementation
- Xcode 14.0+
- iOS 16.0+
- macOS 12.0+
- Azure DevOps account with appropriate permissions
- Personal Access Token (PAT) with work item read permissions
- Clone the repository
- Open
Formatho.xcodeprojin Xcode - Configure your Azure DevOps credentials in the settings:
- Organization name
- Personal Access Token (PAT)
- Project name
- Build and run the project
The app supports several configuration options:
- Copy to clipboard functionality
- Report inclusion in outputs
- Custom query management
- Widget configurations
This project is licensed under the MIT License. See the LICENSE file for details.
This software is provided "as is", without warranty of any kind. Use at your own risk.