You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nafies Luthfi b8a5ee00d6
Merge pull request #46 from nafiesl/36-invalid-password-label
6 years ago
app Add age_string attribute on User model 7 years ago
bootstrap Added user family chart 9 years ago
config Remove unused service provider and alias call 7 years ago
database Add user year of birth attribute 7 years ago
public Change font from Raleway to Trebuchet MS 7 years ago
resources Change trans() helper to __() helper 6 years ago
routes Update change password route 6 years ago
storage Added user family chart 9 years ago
tests Add age_string attribute on User model 7 years ago
.env.example Add required files for laravel 5.6 7 years ago
.gitattributes Initial setup laravel 5.4.27 9 years ago
.gitignore Adjusment after Deploy 9 years ago
.travis.yml Update readme and travis config for minimum php version 6 years ago
LICENSE Initial setup laravel 5.4.27 9 years ago
Procfile Added Procfile for heroku deployment 8 years ago
artisan Initial setup laravel 5.4.27 9 years ago
composer.json Upgrade to laravel 5.8.7 7 years ago
composer.lock Update to the latest laravel 5.8 for php 7.4 support 6 years ago
package.json Merge pull request #35 from nafiesl/dependabot/npm_and_yarn/axios-0.18.1 6 years ago
phpunit.xml Update user photo upload filesystem 7 years ago
readme.id.md Update readme and travis config for minimum php version 6 years ago
readme.md Update readme and travis config for minimum php version 6 years ago
server.php Initial setup laravel 5.4.27 9 years ago
webpack.mix.js Change font from Raleway to Trebuchet MS 7 years ago
yarn.lock Merge pull request #35 from nafiesl/dependabot/npm_and_yarn/axios-0.18.1 6 years ago

readme.md

Laravel

Genealogy Application

Build Status Coverage Status

Development in progress
In development progress, any changes of table structure will be updated directly to corresponding migration file.

Baca README Bahasa Indonesia

About

Genealogy (Silsilah) application to record our family members.

Features

This application uses Bahasa Indonesia and English based on config.locale.

Logic Concept

  1. A person can have one father
  2. A person can have one mother
  3. A person can have one parent (couple of mother and father)
  4. A person can have 0 to many children
  5. A person can have 0 to many spouses (husbands or wife)
  6. A couple can have 0 to many children (based on parent_id)

Family Member Entry

  1. Enter Name and Gender
  2. Set Father
  3. Set Mother
  4. Add Spouse
  5. Add Child

Person Attribute

  1. Nickname
  2. Gender
  3. Fullname
  4. Date of birth
  5. Date of death (or at least year of death)
  6. Address
  7. Phone Number
  8. Email

Couple Attribute (TODO)

  1. Husband
  2. Wife
  3. Marriage Date
  4. Divorce Date
  5. Address

How to Install

Server Requirements

This application can be installed on local server and online server with these specifications :

  1. PHP 7.2 (and meet other Laravel 5.8 server requirements),
  2. MySQL or MariaDB database,
  3. SQlite (for automated testing).

Installation Steps

  1. Clone the repo : git clone https://github.com/nafiesl/silsilah.git
  2. cd silsilah
  3. composer install
  4. cp .env.example .env
  5. php artisan key:generate
  6. Create database on MySQL
  7. Set database credentials on .env file
  8. php artisan migrate
  9. php artisan storage:link
  10. php artisan serve
  11. 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 Tree

Family Chart

Family Chart

Search Family Member

Search Family Member

User Profile

User Profile

Profile Form

Profile Form

Profil Edit Form

Profil Edit Form

Automated Testing

Automated Testing

License

Silsilah project is open-sourced software licensed under the MIT license.