Gondee / SocialCurveManager

Social Curve Manger is a platform designed to enable monetization of social media platforms by means of 3rd party CPM advertising.
http://socialcurve.io
3 stars 1 forks source link

Add radio button in signups for publisher/user #21

Closed scojasp closed 9 years ago

scojasp commented 9 years ago

:radio_button: User | :black_circle: Publisher

Gondee commented 9 years ago

How are publishers currently logging in? With User credentials? I don't see a flag/reference in the User schema to set/point

On the master btw

scojasp commented 9 years ago

Publishers currently log in through /login, as they are supposed to.

To me, makes no sense if publishers/users log in differently; if you do want to use your publishers table, we need to link the tables differently but Users needs to contain all people using the app. Probably can achieve this using a foreign key or something.

scojasp commented 9 years ago

And in order to make radio button, you'll need to manipulate the variable publisher which rn is a boolean

Gondee commented 9 years ago

I'm open to any logical way for them to login. Ok, so i accidentally checked out a local copy of master and didn't have the latest.

scojasp commented 9 years ago

Would very prefer if fixed to be in flatty_integration - want to get Flatty to master ASAP

Gondee commented 9 years ago

Done