rename communityEcology → board across backend
Model, schemas, API routes, activity log, and all server handlers updated. Old ecology/ and community-ecology routes removed, new board/ routes added. Tests updated and new board-suggestions tests written (10 cases).
This commit is contained in:
parent
59d6e97787
commit
091ec58073
20 changed files with 405 additions and 80 deletions
|
|
@ -17,7 +17,7 @@ export const ACTIVITY_TYPES = {
|
|||
SLACK_INVITED: 'slack_invited',
|
||||
EMAIL_SENT: 'email_sent',
|
||||
COMMUNITY_CONNECTIONS_UPDATED: 'community_connections_updated',
|
||||
COMMUNITY_ECOLOGY_UPDATED: 'community_ecology_updated',
|
||||
BOARD_UPDATED: 'board_updated',
|
||||
CONNECTION_REQUESTED: 'connection_requested',
|
||||
CONNECTION_CONFIRMED: 'connection_confirmed',
|
||||
TAG_SUGGESTED: 'tag_suggested'
|
||||
|
|
@ -40,7 +40,7 @@ export const ACTIVITY_TYPE_DEFAULTS = {
|
|||
slack_invited: 'admin',
|
||||
email_sent: 'member',
|
||||
community_connections_updated: 'member',
|
||||
community_ecology_updated: 'member',
|
||||
board_updated: 'member',
|
||||
connection_requested: 'member',
|
||||
connection_confirmed: 'member',
|
||||
tag_suggested: 'member'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue