Note: This project is no longer maintained.
This desktop application provides an easy way to report facts about events in ChurchTools. The software is based on Electron and can be used cross-platform on Windows, MacOS and Linux.
If you like my project and want to keep me motivated:
- Display all facts columns from ChurchTools
- Securely store ChurchTools credentials in system's keychain
- Auto-login on application start
- Auto-logout on application exit
- Auto-selection of latest event within the last six days
- Show warning prompt before overwriting existing values
If you want to use the Facts Reporter, check out the packaged releases for Windows, MacOS and Linux here.
Any suggestion and improvement is highly welcome! If you encounter a bug, please write an issue. If you have improved the software, please share your improvements, in the sense of the open source philosophy, with a pull request.
To get started with coding, you need node, yarn and some skills in web technologies.
# Install dependencies
yarn install
# Run the app
yarn start
Note: If you are on Linux install the libsecret
library first (see here).
Generate executables for Windows, MacOS and Linux is as easy as this:
# Package the application
yarn dist
Afterwards you find the binaries within the dist/
folder.