inovector / mixpost

Mixpost - Self-hosted social media management software (Buffer alternative)
https://mixpost.app
MIT License
913 stars 146 forks source link

Add user add to the social account connection #1

Closed mihaisolomon closed 1 year ago

lao9s commented 1 year ago

Hey, thanks for this! I analyzed the code and didn't understand why we needed user_id in our table. We will not do anything with this information and we do not intend to use it anywhere.

Can you explain in more detail what your pull request consists of?

mihaisolomon commented 1 year ago

Hey,

The ideea behind this is that if you are going to have multiple users in the platform you need to identify their accounts, that was my logic behind it. Even so it can be extended a little bit more with teams, but that is another talk.

lao9s commented 1 year ago

I got it. At the moment, it's premature to implement the team & user functionality. Even if we do it now, we need to do everything from the front end to the backend, not just a small part of the backend.

Another reason would be that I do not intend to maintain this functionality in the FREE version. This functionality will be developed and maintained in the PRO version.

mihaisolomon commented 1 year ago

Got it. Makes sense.