-
Notifications
You must be signed in to change notification settings - Fork 32
Make user class configuration option #32
Comments
What would it be for normal devise User ? just = User model ? Still trying to figure out how to mix my normal User model with devise and my PT nodes.. |
@prussiap I think I might have answered your question here: https://discuss.pushtype.org/t/adding-user-roles-and-even-document-types/215/4?u=aaron |
You certainly did. If/since I intend on rewriting some of the devise/omniauth/role related stuff maybe i can merge or do some work there that kills two birds one stone and helps you? thoughts and future directions? I can do it as a plugin, or option. I haven't dug enough in your code yet but can. Like I said I think as is PT provides a very simple way to have users do some basic CMS and if we could a few fun templates this could compete with square but for people that have technical skill. AKA packaging this with AWS (bitnami), dockerize, DigitalOcean, or my favorite the free heroku setup that gets people quick access and setup.. They can switch Zurb templates quickly that just would the early and clean easy way to do the PT for less technical folks without going through the horrid Wordpress security stuff. Then for more advanced folks we can build on top of that with Thredded/discource, wiki and blog which are basically default PT, combined with role specific devise admin. Just random thoughts. I've been through your site and the docs but not sure if there was a clear path and deadline for stuff. If it's something I can help with I gladly will chat with you on Slack/email, Signal etc and maybe do some basic stories. |
Hey @prussiap cool, would love any help. Probably best if we discuss this over on the forum so I'll post some thoughts over there now... |
To make it easier to integrate PushType with own user and authentication setups, there should be a configuration options for the user class.
This option should primarily be used for defining the
creator
andupdater
associations onPushType::Node
, although there may be other cases where the option is needed.The text was updated successfully, but these errors were encountered: