2 Open Issues Need Help Last updated: Jul 19, 2025

Open Issues Need Help

View All on GitHub
Member model about 2 months ago

AI Summary: Design and implement a Member model in a database, including attributes for personal information (birthdate, address, baptism date, ministries), a boolean field to indicate pastor status, and relationships to Church and Event models to track church affiliation and event participation/facilitation.

Complexity: 3/5
good first issue 1️⃣ Priority

Portal for IEUDC

TypeScript
Church model about 2 months ago

AI Summary: Design and implement a Church model in a database, including attributes like code, name, description, type (Mission, Local, District, National, International), and parent_id for hierarchical relationships. The model should also handle relationships with pastors (members marked as pastors).

Complexity: 3/5
good first issue 1️⃣ Priority

Portal for IEUDC

TypeScript