Welcome to OCLM Planner, a program designed to assist with the planning of assignments for the Our Christian Life & Ministry meeting.
Site | Status |
---|---|
Test | |
Canton | |
Barry | |
North Road | |
Cardiff Bay |
- Congregation List
- Individual or bulk upload of congregation members
- Able to specify which members have the privilege of handling each item
- Schedule Planner
- Download talk information automatically
- Dropdown of congregation members who have the privilege of taking that item
- Automatically suggests the person who took that item least recently
- Warnings if members are assigned to multiple items on the same week
- Support for special weeks (Circuit Visit, Assembly, Memorial)
- Multi-language group support
- PDF Export
- PDFs can be downloaded for printing or emailing
- Generate Monthly Schedule
- Generate Talk Assignment slips
- Free To Use
- Open Source Codebase
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.
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.
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.
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