1
0
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
Benjamin Fan
f617144a93 fix(backend): Fix test typos 2024-01-21 14:28:48 -08:00
Joost De Cock
37d6959cb2 chore(backend): Remove (c)set from patterns, img from users
This removes some fields from the database and the logic for handling
them. Specifically:

- Do not keep a set or cset reference for patterns. Doing so will only
  raise expectations for users as a link between (c)set and pattern
  might signal that changes to the (c)set would somehow also update the
  pattern. Once a pattern is saved, it is what it is, so no point
  keeping a link to the (c)set. We may want to look at how to add a note
  about which (c)set the pattern was generated for, but I don't think
  that's crucial.
- Do not keep an img field in the user account, cset, or open pack,
  since they have a deterministic image ID anyway.

This also adds and info field to cset and option pack which is an
internal field allowing us to keep (non-public) notes about where the
record comes from. This will be important when we add a new mesurement
and we have to contqct all these people for that extra measurement (for
example).
2023-10-17 17:41:28 +02:00
Joost De Cock
8ba1b936f8 chore(backend): Update tests for recent changes 2023-10-15 21:15:53 +02:00
joostdecock
28ce3d78e4 chore(backend): Udpate tests for recent changes 2023-09-04 17:59:15 +02:00
joostdecock
392b5379c6 feat(backend): Added support for option packs 2023-09-02 15:21:35 +02:00
joostdecock
b05e1e20cf feat(backend): Refactor and optimize 2023-08-13 09:39:05 +02:00
joostdecock
0b441eed58 fix(backend): Various fixes for UK langauge support 2023-08-05 19:18:53 +02:00
joostdecock
79d7484ca9 feat(backend): Added tags to curated sets 2023-05-07 18:28:04 +02:00
joostdecock
b1f62acc25 chore(backend): Added docs for CuratedSets 2023-05-07 17:37:53 +02:00
joostdecock
e4f2aab9d0 feat(backend): Added curatedSets data type 2023-05-07 12:00:43 +02:00