🍄🌈🎮💻🚲🥓🎃💀🏴🛻🇺🇸 on Nostr: Registration form is working, and I even wrote a #Playwright test to check it! I ...
Registration form is working, and I even wrote a #Playwright test to check it!
I started moving the fetching logic to a queue, and I've got it wired up, but the next step is to make the queue handler save the user's achievements to the DB as well.
This is where #DynamoDB trips me up. There are Achievements, there are Users, and then there are Achievements that a User has earned; a many-to-many relationship. I'd feel pretty confident in how to design an SQL schema, but not #NoSQL
I started moving the fetching logic to a queue, and I've got it wired up, but the next step is to make the queue handler save the user's achievements to the DB as well.
This is where #DynamoDB trips me up. There are Achievements, there are Users, and then there are Achievements that a User has earned; a many-to-many relationship. I'd feel pretty confident in how to design an SQL schema, but not #NoSQL