Giter Club home page Giter Club logo

silsilah's People

Contributors

azharlihan avatar bhargavraviya avatar biplobice avatar dependabot[bot] avatar hdvinnie avatar htmujahid avatar issh1989 avatar nafiesl avatar nimdasx avatar rafgugi avatar xtrsyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

silsilah's Issues

Unable to retrieve password using Forgot Password feature while running the DB locally

Is there a way to recover a password from the database for an account created if the application is running on a local server i.e. without being hosted anywhere. I am currently running a DB instance on my laptop and if I try to use the forgot password feature, I run into the following error:

image

File path: silsilah/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php

GEDCOM

Do you have any plans to support importing or exporting of GEDCOM files?

Password Lama

Pada page profile, pada Akun Login ada 2 isian : email dan password lama. Passowrd lama maksudnya apa ya? Mungkin yg dimaksud adala "Ppassword" saja.

Redirect domain to domain/public

lepas install dekat web hosting, gimana mau automatic redirect to public folder when enter domain.

e.g. qysteena.net straight away open the qysteena.net/public

sekarang ni terpaksa gune subdomain untuk redirect.

e.g. salasilah.qysteena.net

[tanya] family chart

selamat sore, pada family chart ini kenapa tidak ada nama suaminya ya? pada nama masitah baderi

image

Approving additions to family trees

Can there be "family admins" who approve people joining a family? Like if I want to set a person as my child or father/mother, then the "family admin" approves my connection to ensure whoever adds is legitimate. Or some sort of approval process

Error exception upon attempting to register a new user.

When trying to register a new user, I receive an Error Exception as such:
'Trying to access array offset on value of type null'

The issue appears to originate from line 147 in the /vendor/egulias/email-validator/EmailValidato/Parser/Parser.php file

image

Any help in this regard would be greatly appreciated. Thank you for your contribution!

Suggested modification of a person's identity

For a modern genealogy:
A person can have one father, A person can have one mother: this is only true on the day of his birth, thereafter he can be adopted.
A person can have one parent: so this becomes false.
Enter Name and Gender: this is true on the day of his birth only, thereafter he may change his name or gender and therefore the death information will no longer correspond with the birth.

This is just to give you a more current hierarchy.

Delete wife/husband query

Hi,

I would like to request the user can delete the wife/husband if example the user entered the name twice. So if the user want to delete the wife/husband and merge together it will cause an error as attached.

image

I will assume that the couple_husband is attached with the same key.

Thank you

how to publish it to public hosting

hi akhi,
when i think it's need to publish, my brother and sister self entry to this database; but i don't understand how to publish it to my domain/hosting public
i use host : tryfcomet.com

how to type on cpanel :
php artisan key:generate
and type :
php artisan migrate
php artisan storage:link
php artisan serve

i already create database, copy extract to filemanager, and edit .env, but it's can't work.
is any example site demo's can work to apply it?

it's great idea, i can't wait it... thank you verymuch

my number : wa.me/628561515628
wassalaamu'alaikum

Duplicate route names caused error on route caching

Issue description

Duplicate route names caused error on route caching

silsilah/routes/web.php

Lines 19 to 20 in 01524cd

Route::get('password/change', 'Auth\ChangePasswordController@show')->name('password.change');
Route::post('password/change', 'Auth\ChangePasswordController@update')->name('password.change');

Steps to reproduce the issue

  1. Setup new instance from master branch
  2. Run command php artisan route:cache

What's the expected result?

Command successful without any error

What's the actual result?

Command failed with error below:

Command failed with error `Unable to prepare route [password/change] for serialization. Another route has already been assigned name [password.change].`

Additional details / screenshot

This can be easily fixed by renaming one of the route. But to ensure consistent naming convention, I think it's best left to the original author

Error Saat Edit Profile

Halo,
Saya baru saja melakukan update dengan perintah git pull karena saya lihat ada perubahan di repo utama. Tapi mendapat error ketika melakukan edit profile seperti berikut
bani-mahrup
Dikatakan bahwa table user_metadata tidak ditemukan.
Apakah bisa dilakukan perbaikan dengan perintah migrate?
Terima kasih

[PROPOSAL] Birthday List

Since we can set a birth date for every person in this system, I think we can have something like the "Upcoming Birthday" list.

screen_20-01-26_001

In the example above, we can do a DB query to get users having birthday in the next 2 months.

add data not functional after updates to php 7.0.13

Hello, I recently try this script on my server. After setup everything and the website is running smoothly, but the function set bapa, set ibu and others not function. can u help me to discover what went wrong?

thks

How to run without artisan serve

Selamat sore.
Saya baru pertama kali mencoba Laravel. Bagaimana menjalankan aplikasi ini tanpa artisan serve? Saya sudah mencoba beberapa panduan di internet, halaman utama bisa tampil tapi beberapa halaman seperti login dan register menghasilkan error 404.
Demikian, terima kasih.

Input Tanggal Pernikahan

Perlu ditambah link atau tombol untuk menginput tanggal pernikahan. Bisa ditambahkan hanya dengan langsung mengedit database.

Update di Edit profile password hilang

terima kasih telah membuat aplikasi yang bagus sekali, setelah dicoba saya menemukan hal seperti ini

di bagian Edit Profile, ketika di tekan tombol Update dengan kondisi kolom Password kosong, menyebabkan password dari user tersebut hilang/kosong,
mungkin bisa di berikan pengecekan, ketika kosong maka password tetap, tetapi kalau di isi maka password di ganti,

terima kasih

Gagal register di PHP 7.4

Saya gagal register saat versi php 7.4. Warningnya sbb:

/home/ponco/domains/poncowidarso.xyz/silsilah/vendor/egulias/email-validator/EmailValidator/Parser/Parser.php
            return false;
        }
 
        if ($this->lexer->token['type'] === EmailLexer::S_SP ||
            $this->lexer->token['type'] === EmailLexer::S_HTAB ||
            $this->lexer->token['type'] === EmailLexer::S_CR ||
            $this->lexer->token['type'] === EmailLexer::S_LF ||
            $this->lexer->token['type'] === EmailLexer::CRLF
        ) {
            return true;
        }
 
        return false;
    }
 
    protected function escaped()
    {
        $previous = $this->lexer->getPrevious();
 
        if ($previous['type'] === EmailLexer::S_BACKSLASH
            &&
            $this->lexer->token['type'] !== EmailLexer::GENERIC
        ) {
            return true;
        }
 
        return false;
    }
 
    protected function warnEscaping()
    {
        if ($this->lexer->token['type'] !== EmailLexer::S_BACKSLASH) {
            return false;
        }

Register normal ketika php version kembali ke 7.3

[PROPOSAL] Add Change Password Feature

Currently our user don't have a feature to change password. We need a change password page for logged in user.

Change password flow :

  • User must be logged in
  • User click the "Change Password" menu/link
  • User must fill in the old password, new password and confirm new password.
  • System checks that old password is correct
  • If old password correct, save new password
  • Else, notify user that old password is incorrect.

Thanks.

Can profiles be made private?

Right now if someone writes their address and phone number, they're public to the everyone on a live server, whether they are logged in or not. Can the profiles be made private until the person registers or private to only a select few who are in the person's family tree?

Error pada saat register pertama

Setelah proses install selesai, Coba register baru, terjadi error seprerti di bawah ini

SQLSTATE[HY000]: General error: 1364 Field 'manager_id' doesn't have a default value (SQL: insert into users (nickname, name, gender_id, email, password, updated_at, created_at) values (Budi, budi hermawan, 1, [email protected], $2y$10$zkjU1Jx2MkQe9takWtDU1OMqWF.oijAb9jSYENg8zrQ1QoIatnJ/O, 2017-11-23 17:23:23, 2017-11-23 17:23:23))

manager_id fungsinya buat apa?

Error , Setelah Logout tidak bisa Login Kembali

  1. Pesan error setelah logout "Identitas tersebut tidak cocok dengan data kami.", padahal tidak lupa password dan user name, bagaimana mengatasinya ?,
  2. Project saya taurh web site dan masalahannya tidak bisa upload gambar, hanya bisa di localhost saja, apakah ada solusi , mas ?

Pin lokasi makam

Maaf, mau usul aja. Saya lihat ada fitur tanggal meninggal, gimana kalau ditambahkan lokasi pemakaman dalam bentuk pin map google,. Sptnya cocok diterapkan di laravel ini. karena kalau bicara silsilah maka tak lepas dari leluhur. Apalagi dengan tradisi takziah (mengunjungi maka) bagi banyak orang di Indonesia.

Terima kasih

[PROPOSAL] Admin for Managing All Users

On current condition, user's data can only be modified by their managers (the one whom user ID stored on users.manager_id column). So we want to create a feature which allow us to set some users to be an admin.

Here is a possible solution without changing any DB structure:

  1. We have a env var and config to store array of user emails
  2. We take the user emails on the config to determine the system's admin.
  3. Config key: config('app.system_admins');
  4. Config value data type: array (of email addresses).

For example:

  1. We have User A, user B and User C
  2. User A is manager of User B, but not User C
  3. User A can edit User B data, but cannot edit user C data.
  4. We add user A email address on the app.system_admins config
  5. User A now can edit all user's data the system (not only User B).

This feature resolves this problem:
Any user can be assigned as system admin to edit any user's data.

Request to add order to poligamy wife

Can you please add the order if have multiple wives ?

my great2 grandfather was having 5 wives. and how to show which child belongs to which mother.

below is sample of my family tree. my great grandma is from the 2nd wife.

2

1

Set default language

Hi!
Can we set default language to id when people open the page for the first time?
Thank you

Update Urutan Berdasarkan Tanggal Lahir

Urutan anak dalam keluarga berdasarkan urutan penambahan user. Sebaiknya, setelah user menambahkan tanggal lahir, urutan anak diupdate secara otomatis berdasarkan tanggal lahir.

Feature Request: Create a homepage with family tree chart

I really love to have a homepage like the following image.

  • The tree should start from the oldest person.
  • Should show their thumbnail, name & life period (From Year - To Year).
  • If I click on a person image, the tree should show his family tree from his grandfather to grandchildren (if any)
  • It's better to have a setting option if I want to make the tree public or private.

the-entire-royal-family-tree-explained-in-one-easy-chart-2

[PROPOSAL] Add user age based on given date of birth and date of death

It will be nice if we have age information of a user/person. For example, if we visit a person profile, we see age of the person after their name.

We can calculate person age by this method:

  1. User dob (date of birth) are filled (must be filled first).
  2. We calculate current year - person year of birth (from their dob).
  3. If dod (date of death) are filled, we calculate year difference.
  4. If dod is null and yod (year of death) are filled, we calculate year difference.

We can use eloquent accessor to set age attribute of a person, like this $user->age.

Wrapping not running

Dear Bung Nafiesl,

Kok wrapping ngga jalan kalau dibuka dengan menggunakan browser chrome tpi jika menggunakan IE aman sentosa ?

dibawah dengan menggunakan IE
image

Dibawah dengan menggunakan Chrome
image

Terima kasih.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.