All Projects → digitaldeacon → memberhive

digitaldeacon / memberhive

Licence: other
Relationship Management System for churches and organisations

Programming Languages

typescript
32286 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to memberhive

HeyCommunity-frontend
See: dev4living/HeyCommunity
Stars: ✭ 43 (+258.33%)
Mutual labels:  ionic, hybrid-apps
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+316.67%)
Mutual labels:  ionic, hybrid-apps
build ionic2 app chinese
this is the chinese version of <build ionic2 app chinese>
Stars: ✭ 16 (+33.33%)
Mutual labels:  ionic, hybrid-apps
ellenorzo
Arisztokréta: Nem hivatalos KRÉTA-kompatibilis ellenőrző alkalmazás
Stars: ✭ 17 (+41.67%)
Mutual labels:  ionic, hybrid-apps
Mobiscroll
Cross platform UI controls for progressive web and hybrid apps (plain JS, jQuery, Angular and React)
Stars: ✭ 1,510 (+12483.33%)
Mutual labels:  ionic, hybrid-apps
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (+83.33%)
Mutual labels:  ionic, hybrid-apps
Pikachu
Yummy Recipe Crawler and Search
Stars: ✭ 50 (+316.67%)
Mutual labels:  ionic, hybrid-apps
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (+8.33%)
Mutual labels:  ionic, hybrid-apps
Google Login With Ionic Framework
Ionic example app of how to add Google Plus authentication into an Ionic Framework app. Add google login to your ionic app!
Stars: ✭ 24 (+100%)
Mutual labels:  ionic, hybrid-apps
Polyonic
A managed Electron wrapper for Ionic Apps
Stars: ✭ 24 (+100%)
Mutual labels:  ionic, hybrid-apps
Bibi Ionic
An mobile app of e-commerce for Ionic
Stars: ✭ 154 (+1183.33%)
Mutual labels:  ionic, hybrid-apps
app-starter
Angular mono-repo (Ionic/Capacitor/StencilJS/Web Component) app starter for supporting cross platform apps.
Stars: ✭ 75 (+525%)
Mutual labels:  ionic, nx
yii2-querybuilder
Extension for Yii2 Framework to work with jQuery QueryBuilder
Stars: ✭ 41 (+241.67%)
Mutual labels:  yii2
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (+41.67%)
Mutual labels:  ionic
yii2-bankcard-info
银行卡卡号分析(Yii2扩展)
Stars: ✭ 15 (+25%)
Mutual labels:  yii2
yii2-jwt-tools
An easy way to configure JWT authentication and validation on Yii Framework 2 Projects
Stars: ✭ 22 (+83.33%)
Mutual labels:  yii2
ionic-shrinkage
Directive for Ionic 2 to cause headers to shrink & reveal, in parallactic fashion, based on user scrolling.
Stars: ✭ 18 (+50%)
Mutual labels:  ionic
ionic4-angular7-example
Ionic 4, Angular 7 and Cordova Tutorial: Build CRUD Mobile Apps
Stars: ✭ 57 (+375%)
Mutual labels:  ionic
yii2-vue-admin
Yii2 Vue Admin Template
Stars: ✭ 22 (+83.33%)
Mutual labels:  yii2
ionic-ecommerce
Ionic Ecommerce Frontend
Stars: ✭ 43 (+258.33%)
Mutual labels:  ionic

Memberhive

Logo Memberhive

travis Dependency Status devDependency Status Join the chat at https://gitter.im/memberhive2/Lobby

Note

Memberhive is now in Beta status. Many dependencies, like material design for angular, are still under heavy development. Things may change/ break rather quickly because of it. So be patient :)

We stay in step with the dependencies of angular/material, angular/angular-cli and nrwl/nx.

Introduction

The current Memberhive is the redevelopment of Memberhive1. Memberhive is a church relationship management system (CRMS). Our focus is facilitating pastoral relationships within small and mid-sized churches.

Check out our Roadmap (no dates, see ceveat below).

DEMO Environment

A demo environment is currently unavailable (check the High-Level Items list below).

High-Level Items for February & March

In order of importance

  • RBAC (#139) (in progress...)
  • Translation (#9)
  • GDPDR readiness (#165)
  • New DEMO Environment
  • Some rework (#156, #159, #163)

Install

Prerequisites

In order to set your dev environment you need to have the following things in order

PHP

You need PHP 7.1, or higher, with the 'mbstring' and 'simplexml' extensions. Also Composer is required.

On Ubuntu you can install all of those with: sudo apt install php7.1 php7.1-xml php7.1-mbstring composer

On OSX you can get PHP7 via homebrew and composer like this sudo curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

Apache/Nginx

If you want to use/ test the compressions you need to have mod_rewrite, mod_mime and mod_negotiation enabled (Apache, see nginx for related req). In case you want to have the server use brotli you also need to have https working.

Environment installation

If you are on a *nix based system (including OS X) you should use nvm to install NPM versions. Checkout the github repo for detailed installation instructions concerning your environment.

We encourage you to use the latest NPM version (currently 9.x branch), until further notice.

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install 9.5.0
nvm use 9.5
nvm alias default 9.5
yarn global add angular-cli@latest @nrwl/schematics 
git clone [email protected]:digitaldeacon/memberhive.git
cd memberhive
yarn && cd api && composer install

DEMO Data

You can load some sample demo data by running the following command: php api/yii demo/create-people.

This will load 50 random profiles into the app. You can play with this data during development.

Update/ Upgrade

In case you are updating from a version previsou to the changes from #166 then you should ideally remove everything and clone a fresh copy. Additionally you should clean your dev env as well:

  • first uninstall the cli globally
  • clean your npm/ yarn cache
  • add the latest version of angular-cli back in (globally, via yarn)
  • make sure that you have your global TypeScript up to 2.6.2 (or whatever is the latest version we use now)
  • remove your old (or any!) node_modules folder
  • in case you used yarn before, make sure you do not have a .yarnclean file
  • reinstall

Developing

Code scaffolding

Run ng generate component component-name --app=web to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run yarn build:web to build the project. The build artifacts will be stored in the dist/ directory. This uses the -prod flag for a production build.

Debugging API Requests

In dev mode the debug window is available under: http://localhost/memberhive/api/web/debug/default/view. You can view all the latest requests there, as well as the runtime/logs folder.

Developing with NgRX (Redux pattern)

Checkout this tutorial for a good overview: https://gist.github.com/btroncone/a6e4347326749f938510. Install the devTools for Chrome.

Serve App

  • yarn start
  • serving with a specific language yarn start:de

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Linting your code

Everything (TS and PHP): yarn lint:all

Typescript only: yarn lint

PHP only: yarn lint:php

Changes to DB

  • Undo all migrations : php api/yii migrate/down all --interactive=0
  • Then redo all migrations again: php api/yii migrate

License

All files are made available under the terms of the GNU Affero General Public License (AGPL). See LICENSE. I.e. you may fork but not resell.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].