ghostguild-org/server/api
Jennie Robinson Faber 0b3896d984
Some checks failed
Test / vitest (push) Successful in 11m42s
Test / playwright (push) Failing after 9m27s
Test / visual (push) Failing after 9m53s
Test / Notify on failure (push) Successful in 2s
refactor(community): rename Community Connections → Community Ecology
Simplify the feature to pure discovery (filter by topic, see matching
members, copy Slack handle). Drop the connection request/confirm flow
entirely — Connection model, 7 API endpoints, useConnections composable,
and TagInput component deleted.

- Rename communityConnections → communityEcology in schema, API, pages
- Delete legacy fields: offering, lookingFor, peerSupport
- New /ecology page, /api/ecology/suggestions, community-ecology.patch
- Nav: "Connections" → "Ecology", remove pending-count badge
- Fix auth/member.get.js missing craftTags + communityEcology
- Add community_ecology_updated activity log type
- Expose slackHandle conditionally when offerPeerSupport is true
- Add migration script at scripts/migrate-to-ecology.js (run before deploy)
2026-04-09 09:07:15 +01:00
..
admin feat(admin): add restore dismissed alerts flow 2026-04-08 12:22:35 +01:00
auth refactor(community): rename Community Connections → Community Ecology 2026-04-09 09:07:15 +01:00
contributions Adding features 2025-10-05 16:15:09 +01:00
dev merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
ecology refactor(community): rename Community Connections → Community Ecology 2026-04-09 09:07:15 +01:00
events Tests, UX improvements. 2026-04-05 14:25:29 +01:00
helcim refactor(helcim): use helper in unused admin endpoints 2026-04-08 22:11:25 +01:00
invite Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
members refactor(community): rename Community Connections → Community Ecology 2026-04-09 09:07:15 +01:00
series Tests, UX improvements. 2026-04-05 14:25:29 +01:00
tags feat: add Tags API endpoints and validation schemas 2026-04-05 16:15:29 +01:00
upload Add Zod validation, fix mass assignment, remove test endpoints and dead code 2026-03-01 14:02:46 +00:00
health.get.js feat: add /api/health endpoint for uptime monitoring 2026-04-04 12:35:26 +01:00