https://github.com/jondoescoding/rgadocu
Simple CLI C++ program which accepts the user data of church members and logs them into a file.
https://github.com/jondoescoding/rgadocu
Last synced: over 1 year ago
JSON representation
Simple CLI C++ program which accepts the user data of church members and logs them into a file.
- Host: GitHub
- URL: https://github.com/jondoescoding/rgadocu
- Owner: jondoescoding
- License: mit
- Created: 2021-11-22T21:22:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T21:36:51.000Z (over 4 years ago)
- Last Synced: 2025-01-29T00:43:51.209Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RGADocu
- A program which accepts the data of members within a church. The program is to be used as a simple replacement from the archaic method of hand writing the details of individuals in a church
- This program is no longer in development. However changes could be made to suit another persons need.
### Core Technical Concepts
- This project exist as a solution to the documentation issues faced by Rehboth Gospel Assembly.
- This project supports: Accepting Personal data, ministry involvement and attendance logging
### Installing
- This program required no outside dependcies and runs perfectly fine outside of the box
### Things To Note
- The program, because of technical limitations, won’t be able to automatically call upon the unique 7-digit ID each member will have and to be used as reference in the C Code.
- The system can only add up to 100 members any given time.
- The program will have an old and unintuitive UI.