# Known Issues ## Logo Upload Placement (Discovered during 07-01 testing) **Issue:** The logo upload field is on the job submission form, but it should be on the provider profile. **Current Behavior:** - Job submission form (F2) has a "Logo" field - Logo is stored per job as `job_logo` ACF field - Each job can have its own logo **Expected Behavior:** - Registration form (F1) should have a "Firmenlogo" field - Logo stored as user meta: `ddhh_company_logo` - One company logo used for all job postings from that provider - Job detail pages display the provider's company logo **Impact:** Medium - UX confusion, not aligned with business requirements **Priority:** Medium **Phase Discovered:** 07-01 (Provider flow testing) **Fix Required:** 1. Add company logo field to registration form (F1) 2. Store as user meta with image upload/crop functionality 3. Remove logo field from job submission form (F2) 4. Update job edit form (F3) to remove logo field 5. Modify job detail template to display provider's company logo instead 6. Add logo display to provider dashboard (show their uploaded logo) ## Date Field Display Format (Discovered during 07-01 testing) **Issue:** The deadline date field displays in raw YYYYMMDD format instead of a user-friendly German format **Current Behavior:** - Date field on job edit form displays as "20260130" (raw format) - Not user-friendly, difficult to read at a glance - Inconsistent with German date conventions **Expected Behavior:** - Date should display in German format: "30.01.2026" (DD.MM.YYYY) - Both in the date input field and when pre-populated - Should be consistent across all forms (submission, edit, deactivation) **Location:** - Provider Dashboard edit form (`/anbieter-dashboard/?action=edit_job&job_id=XXX`) - Specifically the "Bewerbungsfrist" (deadline) field **Impact:** Low - Cosmetic issue, doesn't affect functionality **Priority:** Low **Phase Discovered:** 07-01 (Provider flow testing) **Fix Required:** 1. Check Formidable form date field settings for proper format 2. Ensure date format is set to German locale (DD.MM.YYYY) 3. Update form field configuration or add custom formatting 4. Test date display on both submission and edit forms ## Empty "Art der Stelle" Dropdown (Fixed during 07-01 testing) **Issue:** The "Art der Stelle" dropdown was empty on job submission form **Cause:** Form created before field options were configured properly **Resolution:** Fixed by updating field options directly: Vollzeit, Teilzeit, Ehrenamt **Status:** ✅ FIXED (2026-01-14)