Julien Fastré 49d2e98a1a [person] Feature: add a person's center history
The association between Person and Center is now stored in a dedicated
Entity: `PersonCenterHistory`, which have a date interval (start date
and endDate). The SQL counterpart is a table, with a constraint which
ensure that no person might be associated with two center at the same time.

For ease, a view is created to get the current center associated with
the person.

The dedicated migration creates also:

* indexes for a rapid search for person at current date;
* and populate the table from current data, setting the startdate to the
  person's creation date and time if any, `NOW()` unless.

The `Person` entity is also updated to use the information from the
PersonCenterHistory classes, but this commit does not yet delete the
`Center` column.
2022-09-26 21:11:01 +02:00
2022-09-07 12:18:07 +02:00
2021-11-23 14:05:45 +01:00
2022-05-27 14:30:05 +02:00
2022-01-12 22:06:47 +01:00
2022-03-02 16:41:53 +01:00
2021-04-20 17:20:57 +02:00
2021-03-25 17:43:44 +01:00
2022-05-05 07:13:53 +02:00
2021-11-23 14:05:45 +01:00
2022-04-30 01:34:23 +02:00
2021-05-04 14:49:36 +02:00

Chill framework

Documentation of the Chill software.

The online documentation can be found at http://docs.chill.social

See the docs directory for more.

Description
Miroir de chill-bundles
Readme AGPL-3.0 58 MiB
Languages
PHP 77.3%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1%
Other 0.8%