ghostguild-org/server/models
Jennie Robinson Faber 6fa3e08fe0 feat(events): accept 'TBD' as a valid location
Events are often scheduled before the platform (Zoom link, Slack
channel) is chosen. The current workaround is a placeholder URL like
"https://us02web.zoom.us/j/TBD", which leaks to the public page as a
broken link.

Accept the literal "TBD" (case-insensitive) in both the Mongoose
validator and the form-side validator. The public detail page renders
"Platform TBD" instead of a link when the location matches.
2026-05-19 10:35:49 +01:00
..
activityLog.js feat(activity): add member onboarding activity types 2026-04-19 18:32:13 +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 feat(events): accept 'TBD' as a valid location 2026-05-19 10:35:49 +01:00
member.js refactor(member): replace slackInviteStatus with slackInvitedAt 2026-04-29 12:11:25 +01:00
payment.js feat(payments): add Payment model for Phase 1 receipt data capture 2026-04-20 13:12:17 +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
siteContent.js New SiteContent. 2026-04-16 21:11:14 +01: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