BenShelton / oclm-planner

A planner for the OCLM meetings of Jehovah's Witnesses
GNU General Public License v3.0
5 stars 1 forks source link
congregation jehovahs-witnesses meeting oclm

OCLM Planner

Welcome to OCLM Planner, a program designed to assist with the planning of assignments for the Our Christian Life & Ministry meeting.

:warning: Please note this project is no longer being actively maintained. We suggest you use something like NW Scheduler which has much better support and a wider range of features. :warning:

Status

Site Deployment Statuses

Site Status
Test Netlify Status
Canton Netlify Status
Barry Netlify Status
North Road Netlify Status
Cardiff Bay Netlify Status

Features

Request Access

If you would like your own version of this for your congregation's use feel free to email me and I will provide a test version of the website for you to try out first.

If you are happy then I can set up your own version based on your congregation's preferences for no charge.

Please note that although anyone can request access to the test website, only the elder in charge of organising the OCLM meeting is able to request one to be set up.

Setup Your Own Version

If you're a developer and would like to setup your own version then feel free. If you need assistance I'd be happy to help. Note that if you do make your own branch of this project then it must be open source in accordance with the project license.

Support & Development

If you find a bug or would like to request a new feature, feel free to look through the Issues page first to see if it has already been requested. If not please file a new issue.

If you are a developer and would like to assist on the project, feel free to open a new Pull Request or comment on outstanding issues. I appreciate any support you can offer.

Project Setup

Here are some basic commands for development:

# Install dependencies
npm install
# Compiles and hot-reloads for development
npm run serve
# Lints and fixes files
npm run lint