Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clergy roll #45

Open
reubenlillie opened this issue Jul 28, 2019 · 0 comments
Open

Add clergy roll #45

reubenlillie opened this issue Jul 28, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@reubenlillie
Copy link
Collaborator

@czechju, we talked about transforming some of the info in the District Journal into a more user-friendly (and maintainable) format. If we wanted a publicly available roll of clergy, I was thinking we could do something similar to what we’re doing with local churches by creating a src/clergy/ directory and then a json file for each member of clergy.

The information in the District Journal was originally intended to be publicly available, but I see no reason to insist on publishing personally identifying information like email, address, or phone numbers on the site (not without a members-only login or something). I suppose if we wanted to keep the sensitive info in Git (perhaps for Board of Ministry use), we could make a private repo in GitLab for free and then use the GitLab API for querying the JSON key-value pairs we want to render on the public site.

{
  "name": "First M. Last",
  "roleCode": "PAS",
  "yearGranted": 2019,
  "membership": "Church Name"
}

The following rolls of ministry are outlined in the District Journal.

  • Ordained Elders
  • Ordained Deacons
  • Licensed Ministers
  • Tenured Evangelists
  • Commissioned Evangelists
  • Registered Evangelists
  • Evangelism Service, Retired
  • Registered Song Evangelists
  • Commissioned Song Evangelist
  • Retired Song Evangelists, Non-Credentialed
  • Consecrated Deaconesses (grandfathered only)
  • Licensed Deaconesses (renewals only)
  • Commissioned Ministers of Christian Education
  • Licensed Directors of Christian Education
  • Ministers and Laypersons Serving Connectional Interests
  • Commissioned Ministers of Music
@reubenlillie reubenlillie added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Jul 28, 2019
@reubenlillie reubenlillie added this to the Initial launch milestone Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants