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

Shop should be integrated into Member Portal #1

Open
bensaufley opened this issue Jan 3, 2017 · 1 comment
Open

Shop should be integrated into Member Portal #1

bensaufley opened this issue Jan 3, 2017 · 1 comment
Assignees

Comments

@bensaufley
Copy link
Contributor

Multiple benefits:

  • Single sign-on
  • Payment management with Stripe (extended payment management another issue)
  • Ability to automatically confirm user membership for members-only prices
  • Further steps toward single integrated web application (and steps away from hacky WordPress plugins)
@bensaufley bensaufley self-assigned this Jan 3, 2017
@bensaufley bensaufley added this to the Integrated Shop milestone Jan 3, 2017
@bensaufley
Copy link
Contributor Author

See bs_add_spree for some work in this direction. I'm unconvinced that Spree is the right solution. It's pretty unwieldy and not very well-documented, and very much intended not to integrate with an existing Devise implementation, despite what some of its documentation indicates. Plus, it seems like overkill. I'd kind of rather just figure out the spec and roll it myself/ourselves, although that's definitely got its own set of issues. It just seems like we could do it in a simple and maintainable way – it's not an overly complex problem to solve. A gem like Spree is built to be complex, robust and customizable by non-devs but we can just customize the raw environment to fit our needs.

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

1 participant