We have collections and subscriptions, and they both have owner user IDs. But the ID is just directly taken from the GitHub token we get, we do not track anything else about the user.
This also means that when we want to display a collection and who owns it, we cannot do that, we can only display the user ID.
It would be good to have our own user table.
Then we could also have user profiles where users can explain a bit more about themselves if they want to.
We have collections and subscriptions, and they both have owner user IDs. But the ID is just directly taken from the GitHub token we get, we do not track anything else about the user.
This also means that when we want to display a collection and who owns it, we cannot do that, we can only display the user ID.
It would be good to have our own user table.
Then we could also have user profiles where users can explain a bit more about themselves if they want to.