Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalable Platform/Username links in UserProfile #67

Open
zwaters opened this issue Oct 14, 2016 · 1 comment
Open

Scalable Platform/Username links in UserProfile #67

zwaters opened this issue Oct 14, 2016 · 1 comment

Comments

@zwaters
Copy link
Collaborator

zwaters commented Oct 14, 2016

At present, for every new plugin that is implemented an associated column in the UserProfile model must be added (e.g. for the facebook plugin, there's fb_id). This is obviously not scalable as we consider the sheer range of plugins that can be implemented for various online platforms.

@tommarmstrong
Copy link
Contributor

@zwaters, I'm working on implementing this along with Wordpress plugin that I'm building. Basically I'm storing a platform identifier in a jsonb field in the UserProfile and then using that to match up posts to specific users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants