liberu-genealogy / genealogy-old

Laravel 10.x backend using PHP 8.2. Family tree and genealogy data processing website software.
https://www.liberu.co.uk
MIT License
204 stars 59 forks source link

Make a tree public and restrict living records. Optional for users #1595

Closed curtisdelicata closed 1 year ago

curtisdelicata commented 3 years ago

This is a bug | feature request.

Prerequisites

Description

Steps to Reproduce

Expected behavior

Actual behavior

curtisdelicata commented 3 years ago

Algolia from enso maybe useful with vue instant search for frontend.

curtisdelicata commented 3 years ago

To be discussed but Algolia or Meliasearch should work well. We need to index public records.

curtisdelicata commented 1 year ago

Public by default. User can make their tree private.

curtisdelicata commented 1 year ago

Improve the template of companies creation. app / form / builders / Company and app / form / templates company.json copied from vendor

curtisdelicata commented 1 year ago

Template improved. Using enum temporary for private and public, needs to be stored in database so the indexing script can check.

robertnicjoo commented 1 year ago

Done.