ghostguild-org/server/models
Jennie Robinson Faber 1fc937a26a refactor(board): delete old board routes, absorb slackHandle into profile PATCH
- Delete server/api/members/me/board.patch.js and server/api/board/suggestions.get.js
- Add boardSlackHandle to memberProfileUpdateSchema; remove boardPrivacy
- profile.patch.js: write boardSlackHandle -> board.slackHandle; drop boardPrivacy
- Remove privacy.board field from Member model
- onboarding/status.get.js: hasProfileTags now requires only craftTags; hasEngagedBoard uses BoardPost.exists
- onboarding/track.post.js: graduation check uses BoardPost.exists instead of board.topics elemMatch
- members/[id].get.js and directory.get.js: reduce board response to slackHandle only; drop connectionTag and peerSupport filters
2026-04-14 16:29:45 +01:00
..
activityLog.js rename communityEcology → board across backend 2026-04-14 12:00:15 +01:00
adminAlertDismissal.js feat(admin): add AdminAlertDismissal model 2026-04-08 11:00:31 +01:00
boardChannel.js add unique index on slackChannelId in BoardChannel model 2026-04-14 16:23:23 +01:00
boardPost.js feat(board): add BoardPost + BoardChannel models and zod schemas 2026-04-14 16:21:04 +01:00
counter.js Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
event.js refactor: extract escapeRegex and validateTagSlugs server utils 2026-04-09 23:51:56 +01:00
member.js refactor(board): delete old board routes, absorb slackHandle into profile PATCH 2026-04-14 16:29:45 +01:00
preRegistration.js feat: pre-registrant management and invitation system 2026-04-06 14:46:11 +01:00
series.js Add landing page 2025-11-03 11:17:51 +00:00
tag.js feat: add Tag, TagSuggestion, Connection models and extend Member schema 2026-04-05 16:06:03 +01:00
tagSuggestion.js fix: add state enums to Connection matchingTags, index to TagSuggestion 2026-04-05 16:09:20 +01:00
wikiArticle.js Member/Ecology revamp. 2026-04-14 09:25:09 +01:00