managarten/apps
Till JS 94d7e2bd02 feat(citycorners): add slugs, contacts, collections, clustering, rate limiting, soft deletes
1. SEO Slugs: Auto-generated from name (ä→ae, ö→oe, etc.), unique with
   -2/-3 suffix. Routes accept both UUID and slug. Seed data includes slugs.

2. Opening Hours + Contact: website, phone, openingHours fields in schema.
   Displayed on detail page, editable in add/edit forms.

3. Landing Page with API: Fetches locations from backend at build time,
   falls back to hardcoded JSON if API unreachable.

4. Frontend Tests: Vitest setup with api.test.ts (50 backend + web tests).

5. Marker Clustering: leaflet.markercluster for 10+ locations on map,
   direct markers for fewer.

6. Favorite Collections: New collections table with CRUD endpoints.
   Favorites page has tabs for favorites vs collections. Create, view,
   delete collections with location management.

7. Rate Limiting: In-memory guard (10 req/min) on write endpoints.
   Returns 429 with retryAfter.

8. Soft Deletes: deletedAt field, all reads filter deleted records.
   POST /locations/:id/restore endpoint for owners.

50 backend tests passing, 0 type errors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 12:27:29 +01:00
..
calendar fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
chat fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
citycorners feat(citycorners): add slugs, contacts, collections, clustering, rate limiting, soft deletes 2026-03-24 12:27:29 +01:00
clock fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
contacts fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
context fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
docs fix: replace all manacore.app URLs with mana.how 2026-03-22 18:40:37 +01:00
manacore feat(manascore): add API conformity and cross-app consistency checks 2026-03-24 12:24:45 +01:00
manadeck fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
matrix fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
mukke fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
nutriphi fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
photos fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
picture fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
planta fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
playground refactor(auth): standardize URL resolution and token handling across all web auth stores 2026-03-23 12:11:52 +01:00
presi fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
questions fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
skilltree fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
storage fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
todo fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00
traces feat: add unified @manacore/shared-llm package and migrate all backends 2026-03-23 22:06:30 +01:00
zitare fix(manacore): improve dashboard layout polish 2026-03-24 12:21:51 +01:00