Genealogy Application
Development in progress
In development progress, any changes of table structure will be updated directly to corresponding migration file.
About
Genealogy (Silsilah) application to record our family members.
Features
This application uses Arabic and English based on config.locale
.
Logic Concept
- A person can have one father
- A person can have one mother
- A person can have one parent (couple of mother and father)
- A person can have 0 to many children
- A person can have 0 to many spouses (husbands or wife)
- A couple can have 0 to many children (based on parent_id)
Family Member Entry
- Enter Name and Gender
- Set Father
- Set Mother
- Add Spouse
- Add Child
Person Attribute
- Nickname
- Gender
- Fullname
- Date of birth
- Date of death (or at least year of death)
- Address
- Phone Number
Couple Attribute (TODO)
- Husband
- Wife
- Marriage Date
- Divorce Date
- Address
How to Install
Server Requirements
This application can be installed on local server and online server with these specifications :
- PHP 7.3 (and meet other Laravel 7.x server requirements),
- MySQL or MariaDB database,
- SQlite (for automated testing).
Installation Steps
- Clone the repo :
git clone https://github.com/nafiesl/atefBB/silsila-family-tree-app.git
cd silsila-family-tree-app
composer install
cp .env.example .env
php artisan key:generate
- Create database on MySQL
- Set database credentials on
.env
file php artisan migrate
php artisan storage:link
php artisan serve
- Done (Register as new user to start using the application).
Testing
This application built with testing (TDD) using in-memory sqlite database.
$ vendor/bin/phpunit
Contributing
Feel free to submit Issue for bugs or sugestions and Pull Request.
Screenshots
Family Tree
Family Chart
Search Family Member
User Profile
Profile Form
Profil Edit Form
Automated Testing
License
Silsilah project is open-sourced software licensed under the MIT license.