serlo / backlog

1 stars 0 forks source link

RFC: validate slate content? #313

Open hugotiburtino opened 1 year ago

hugotiburtino commented 1 year ago

Sometimes we have content that is not valid (for example, someone puts as plugin id 9619, trailing space). Currently backend just saves, without questioning. Should we add some kind of validation? If yes, what should do it, another microservice, serlo-bot, or just a helper function in db-layer/api?

kulla commented 1 year ago

If yes, what should do it, another microservice, serlo-bot, or just a helper function in db-layer/api?

This can be a combined solution as the future migration algotihm