hackerspace-ntnu/website-next
GitHub で見るchore: Add warnings if database is in an illegal state in terms of relations
Open
#165 opened on 2025年9月28日
good first issue
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.