Project-Image-Uploader/frontend
matthias.lotz 7cb264820e docs: Correct migration guide - ALL routes changed, not just admin
Critical corrections to frontend/MIGRATION-GUIDE.md:
- Emphasize ALL API routes now have consistent /api prefix
- Old routes had inconsistent prefixes (some with /api, some without)
- List specific files with wrong routes that need fixing:
  * ModerationGroupsPage.js: /groups/* → /api/admin/groups/*
  * ModerationGroupImagesPage.js: /moderation/groups/* → /api/admin/groups/*
  * PublicGroupImagesPage.js: /groups/* → /api/groups/*
- Add 3-phase checklist: Route Prefixes → Authentication → Testing
- Provide grep commands to find ALL fetch/axios calls
- Make clear this affects the entire frontend, not just admin features

Migration effort estimate increased: 3-4 hours (route audit + auth)
2025-11-16 18:25:32 +01:00
..
public feat(frontend): Ersetze Lottie-Animation durch custom 3D SVG Logo-Animation 2025-11-08 20:58:23 +01:00
src feat: Add comprehensive test suite and admin API authentication 2025-11-16 18:08:48 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
MIGRATION-GUIDE.md docs: Correct migration guide - ALL routes changed, not just admin 2025-11-16 18:25:32 +01:00
package-lock.json feat: implement drag-and-drop reordering infrastructure 2025-11-03 21:06:39 +01:00
package.json feat(frontend): Update footer with version info and attribution 2025-11-08 16:22:04 +01:00