hackerspace-ntnu/website-next

chore: Add warnings if database is in an illegal state in terms of relations

Open

#165 创建于 2025年9月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (1 fork)auto 404
good first issue

仓库指标

Star
 (9 star)
PR 合并指标
 (PR 指标待抓取)

描述

If a row in a table is supposed to have two translations, one for Norwegian and one for English, we should add warnings that get printed to the console to inform of an illegal state in the database. The code won't be affected, as we will just get the first translation the database returns. However, it is still useful to go and fix manually, if this ever happens.

贡献者指南