The Fern Platform web interface has been completely redesigned with a modern, professional UX/UI that incorporates the Fern brand identity and provides powerful data visualization capabilities.
- Fern Green Color Scheme: Primary colors derived from the Fern logo (
#7cb342,#43a047,#8bc34a) - Nature-Inspired Design: Seedling logo icon and organic color gradients
- Professional Typography: Inter font family for excellent readability
- Consistent Design System: CSS custom properties for colors, spacing, shadows, and border radius
- Interactive Test Suite Overview: D3.js-powered treemap showing all projects at a glance
- Size-Based Representation: Rectangle size proportional to number of tests
- Intelligent Color Coding:
- 🟢 Green: High pass rate (90%+) - Excellent test health
- 🟢 Light Green: Good pass rate (70-89%) - Good test health
- 🟡 Yellow: Medium pass rate (50-69%) - Needs attention
- 🟠 Orange: Mixed results - Requires investigation
- 🔴 Red: High fail rate (70%+) - Critical issues
- Real-Time Data: Shows current test run statistics (not historical)
- Responsive Design: Adapts to different screen sizes
- Sticky Header: Always visible with live statistics
- Tab-Based Navigation: Clean, intuitive page switching
- Live Statistics: Real-time display of active projects and recent runs
- Responsive Grid Layout: Adapts to desktop, tablet, and mobile
- Loading States: Animated spinners with meaningful messages
- Empty States: Helpful guidance when no data is available
- Error Handling: Clear error messages with troubleshooting hints
- Hover Effects: Subtle animations and interactions
- Accessibility: Proper ARIA labels and keyboard navigation
- Mobile-First Approach: Optimized for mobile devices
- Flexible Layouts: Grid systems that adapt to screen size
- Touch-Friendly: Appropriate touch targets and gestures
- Platform Status Card: Service health with real-time monitoring
- Projects Overview: Total and active project counts
- Test Runs Summary: Total and recent run statistics
- API Documentation: Interactive endpoint reference
- View Toggle: Switch between Grid and Treemap views
- Project Cards: Detailed project information with:
- Test statistics (total, passed, failed, skipped)
- Repository and branch information
- Test history visualization dots
- Last run timestamp
- Treemap Visualization: Interactive overview of all projects
- Color-Coded Status Indicators: Visual health assessment
- Comprehensive Table: All test run details
- Status Badges: Clear visual indicators
- Filterable Data: Easy to scan and understand
- Responsive Tables: Mobile-optimized display
:root {
--fern-primary: #7cb342; /* Primary green */
--fern-secondary: #43a047; /* Secondary green */
--fern-accent: #8bc34a; /* Accent green */
--success: #4caf50; /* Success green */
--warning: #ff9800; /* Warning orange */
--error: #f44336; /* Error red */
--info: #2196f3; /* Info blue */
--skipped: #9e9e9e; /* Skipped gray */
}- Test Status Color Algorithm: Intelligent color assignment based on pass rates
- D3.js Treemap: Hierarchical data visualization with proper scaling
- Responsive SVG: Scalable graphics that work on all devices
- Component Memoization: Efficient React rendering
- Lazy Loading: On-demand resource loading
- Efficient API Calls: Parallel data fetching
- CSS Optimization: Minimal, well-organized stylesheets
- ✅ Chrome 90+
- ✅ Firefox 88+
- ✅ Safari 14+
- ✅ Edge 90+
The interface seamlessly integrates with the Fern Platform APIs:
GET /api/v1/projects- Project listing with all metadataGET /api/v1/test-runs- Test run data with statisticsGET /health- Platform health monitoring
- Real-Time Updates: WebSocket integration for live data
- Advanced Filtering: Multi-criteria search and filter
- Data Export: CSV/JSON export capabilities
- Custom Dashboards: User-configurable layouts
- Dark Mode: Alternative color scheme
- Performance Metrics: Detailed analytics and trends
- Screen Reader Support: Enhanced ARIA labeling
- Keyboard Navigation: Complete keyboard accessibility
- High Contrast Mode: Better visibility options
- Font Size Controls: User-adjustable text sizing
- Dashboard: Start here for platform overview and health status
- Test Summaries:
- Use Grid View for detailed project information
- Use Treemap View for visual overview of test suite health
- Test Runs: Browse all test execution history with detailed metrics
The enhanced UI follows these principles:
- Clarity: Information is easy to find and understand
- Efficiency: Common tasks are streamlined
- Consistency: Uniform patterns throughout the interface
- Delight: Subtle animations and thoughtful interactions
- Accessibility: Inclusive design for all users
This redesign transforms the Fern Platform from a basic functional interface into a professional, visually appealing dashboard that provides both overview insights and detailed data analysis capabilities.