Migrate backend code to use storyblokUuid #781
Labels
backend
complexity: advanced
Time needed to do this ticket will be large e.g. 2-3+ days
full-stack
refactor
Milestone
Overview
The backend currently uses both
storyblokId
andstoryblokUuid
. We need to migrate all code to usestoryblokUuid
to maintain consistency.❗️ Blockers: While there are no blockers for this issue, this issue should ideally be completed alongside this frontend issue.
The database migration is handled in this separate issue.
Action Items
storyblokId
is used in the backend code.storyblokId
from entities, interfaces, and all code, including affected services and controllers. Some functions may need refactored to reflect reduction in number of arguments required.storyblokId
, then run unit tests.Resources
The text was updated successfully, but these errors were encountered: