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
|
|
@ -39,7 +39,7 @@ describe('POST /api/onboarding/track', () => {
|
|||
onboarding: {
|
||||
completedAt: null,
|
||||
eventPageVisited: false,
|
||||
ecologyPageVisited: false,
|
||||
boardPageVisited: false,
|
||||
wikiClicked: false,
|
||||
},
|
||||
})
|
||||
|
|
@ -108,7 +108,7 @@ describe('POST /api/onboarding/track', () => {
|
|||
onboarding: {
|
||||
completedAt: null,
|
||||
eventPageVisited: true,
|
||||
ecologyPageVisited: false,
|
||||
boardPageVisited: false,
|
||||
wikiClicked: false,
|
||||
},
|
||||
})
|
||||
|
|
@ -138,7 +138,7 @@ describe('POST /api/onboarding/track', () => {
|
|||
onboarding: {
|
||||
completedAt: new Date(),
|
||||
eventPageVisited: true,
|
||||
ecologyPageVisited: true,
|
||||
boardPageVisited: true,
|
||||
wikiClicked: true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue