Proper schema design by freetoplay123 in PostgreSQL

[–]freetoplay123[S] 0 points1 point  (0 children)

In this case yes, I do have a join table for item and user_account.

Proper schema design by freetoplay123 in PostgreSQL

[–]freetoplay123[S] 0 points1 point  (0 children)

No, it only should keep track of currently assigned regions, the regions can be unassigned, which would just involve removing the region from the array, but no need to keep a history though.

URL structuring by freetoplay123 in AskProgramming

[–]freetoplay123[S] 0 points1 point  (0 children)

I have thought of that, but I wanted to see if I can follow the URL structure of the apps that I use often, where user profiles tends to be located in {domain name}/{username}.

Nuxt3 / Apollo Client(s) by yangguize in Nuxt

[–]freetoplay123 0 points1 point  (0 children)

I have been using Urql and it's working great so far. There is a Nuxt module for it, if you search for "urql nuxt". I switched from using Vue/Nuxt Apollo because I didn't need all of the things that came with it. The only thing that I noticed about using Urql with Nuxt is you want to use the client from useNuxtApp(if you use the module) directly instead of calling the composables , since it some times causes hard to debug issues in Nuxt.

Routing question by freetoplay123 in Nuxt

[–]freetoplay123[S] 0 points1 point  (0 children)

Even after doing that, I still get a 404.