# Category Reordering Plan - Comparison Table

**Last Updated:** 2025-01-27

## Current Order Analysis

Current category order in `comparison-table-data.json`:

1. Digitale Personalakte
2. Dokumente
3. Verfügbarkeiten
4. Rechte & Rollen
5. Lohn & Gehalt
6. Schichtplan
7. Zeiterfassung
8. Team Terminal
9. Kommunikation
10. Checklisten
11. Steuerberater & Schnittstellen
12. Sicherheit & Support

## Issues with Current Order

1. **Core features buried**: Schichtplan (core feature) is 6th, Zeiterfassung is 7th
2. **No logical flow**: Administrative features (Personalakte, Dokumente) come before operational features
3. **Dependencies not respected**: Verfügbarkeiten should be near Schichtplan (used together)
4. **Trust signals too early**: Sicherheit & Support should be last (trust builders)

## Proposed New Order (Following User Journey)

### Phase 1: Core Operations (Daily Workflow)

**Order 1-5: What users interact with daily**

1. **Schichtplan** (order: 1)

   - Core feature, most visible
   - Primary value proposition
   - Used daily by managers

2. **Verfügbarkeiten** (order: 2)

   - Directly related to Schichtplan
   - Used when planning shifts
   - Natural flow: check availability → plan shift

3. **Zeiterfassung** (order: 3)

   - Core feature, follows planning
   - Employees use daily
   - Logical: plan shift → work shift → track time

4. **Team Terminal** (order: 4)

   - Extension of Zeiterfassung
   - Physical time tracking method
   - Related technology

5. **Kommunikation** (order: 5)
   - Day-to-day operations
   - Broadcasts during shifts
   - Operational communication

### Phase 2: Administration & Management

**Order 6-9: Administrative features**

6. **Digitale Personalakte** (order: 6)

   - Employee management
   - Foundation for other features
   - HR/Admin focused

7. **Dokumente** (order: 7)

   - Document management
   - Related to Personalakte
   - Administrative workflow

8. **Rechte & Rollen** (order: 8)

   - Access control
   - Administrative setup
   - Security/access management

9. **Lohn & Gehalt** (order: 9)
   - Payroll processing
   - Financial/administrative
   - Uses data from Zeiterfassung

### Phase 3: Advanced Features

**Order 10-11: Power user features**

10. **Checklisten** (order: 10)

    - Advanced workflow management
    - Pro/Enterprise feature
    - Operational excellence

11. **Steuerberater & Schnittstellen** (order: 11)
    - Integrations & exports
    - Advanced integrations
    - Technical/enterprise feature

### Phase 4: Trust & Support

**Order 12: Trust builders (always last)**

12. **Sicherheit & Support** (order: 12)
    - Trust signals
    - Security & compliance
    - Support information
    - Typically placed last in comparison tables

## Rationale

### UI/UX Best Practices Applied

1. **Progressive Disclosure**: Start with most-used features, end with trust signals
2. **User Journey Mapping**: Follow natural workflow (plan → track → manage → integrate)
3. **Feature Hierarchy**: Core features first, advanced features later
4. **Trust Building**: Security/Support at end (builds confidence after showing value)
5. **Logical Grouping**: Related features grouped together

### Ordio-Specific Considerations

- **Schichtplan is core**: Primary differentiator, should be first
- **Zeiterfassung is core**: Second primary feature, follows planning
- **Verfügbarkeiten supports planning**: Natural dependency
- **Lohn & Gehalt uses time data**: Logical to place after time tracking
- **Sicherheit & Support builds trust**: Important but secondary to feature value

## Implementation Steps

1. Update `order` field in each category object in `comparison-table-data.json`
2. Verify all features remain intact
3. Test category view rendering
4. Test plan view rendering
5. Verify filtering still works
6. Test responsive design
7. Validate accessibility

## Expected Benefits

- **Better user flow**: Users see core features first
- **Improved conversion**: Most valuable features visible immediately
- **Logical progression**: Features flow naturally
- **Reduced cognitive load**: Related features grouped
- **Trust building**: Security/Support at end reinforces confidence
