Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymcatwincities/openy_memberships
Membership Framework for OpenY and Drupal.
https://github.com/ymcatwincities/openy_memberships
membership-framework memberships-builder openy openy-decoupled openy-membership
Last synced: 17 days ago
JSON representation
Membership Framework for OpenY and Drupal.
- Host: GitHub
- URL: https://github.com/ymcatwincities/openy_memberships
- Owner: ymcatwincities
- License: gpl-3.0
- Created: 2020-03-10T13:04:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T04:48:25.000Z (3 months ago)
- Last Synced: 2024-12-12T12:48:48.725Z (24 days ago)
- Topics: membership-framework, memberships-builder, openy, openy-decoupled, openy-membership
- Language: CSS
- Homepage:
- Size: 14.1 MB
- Stars: 1
- Watchers: 4
- Forks: 17
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memberships Builder framework for OpenY.
## Description
By installing this module, you will have completed solution for the membership search and select functionality for you Open Y website.
It includes landing pages and application for memberships builder.## Requirements
PHP 7.4+ with ini_set function enabled,
Open Y 2.5+
## Installation
You can install this module with help of composer. Please, use this command:
`composer config minimum-stability dev`
`composer require openy/openy_memberships`We strongly recomment to use composer, because OpenY Membership project requires a lot of dependencies.
You need to build styles using this commands
`cd modules/openy_memberships_front/app`
`npm install`
`cd ../../..`
`npm install`
`npm run scss-build`## Upgrade to 2.4 version
Release 2.3 (https://github.com/ymcatwincities/openy_memberships/releases/tag/2.3) is needed as an intermediate state for the upgrade path.
In order to uninstall swiftmailer - upgrade to the 2.3 release and uninstall the module from your Drupal.
Once uninstalled - proceed with upgrading to the 2.4 version of Open Y Memberships## Demo content for Memberships framework
To install the demo content, please do next steps:
1. Enable an additional module:
`drush en openy_memberships_demo_content -y`
2. [Run demo content migrations from the module description](https://github.com/ymcatwincities/openy_memberships/tree/master/modules/openy_memberships_demo_content)Steps for installation - CI sources https://github.com/ymcatwincities/openy-cibox-build/blob/master/devops/reinstall/vars/environments/membership_framework_env.yml
- Install Open Y standard *without demo content*
- run ```drush en openy_carnation -y```
- run ```drush en openy_memberships_demo_content -y```
- run ```drush mim --group=openy_demo_fblock```
- run ```drush mim --group=openy_demo_term```
- run ```drush mim --group=openy_demo_nbranch```
- run ```drush mim --group=openy_memberships_demo_content```
- Visit /membership-builder page to check how it works. Step 6 installs demo branches. You can skip it if you are adding Membership Framework to currently installed Open Y.
## Add-ons
In the initial build of the Memberships framework we had a robust Addons/Discounts functionality. Application had a separate step for that feature.
Since that step was very complex for many organisations, dev team hided it from the application.To have Discount Finder step included in Membership builder, please revert code from this pr https://github.com/ymcatwincities/openy_memberships/pull/60
And add DiscountFinder step here /admin/openy/memberships/settings (after "Results" step)## Documentation
### Marketing and Membership Content Admins: How to Configure Membership Pages
For site admins and content managers to configure and update their online membership experience.
https://github.com/ymcatwincities/openy_memberships/wiki