update for release v2.3.0

This commit is contained in:
2023-06-27 18:46:04 +02:00
parent 5bbc50976e
commit da50fbc1fb
7 changed files with 85 additions and 51 deletions

View File

@@ -1,6 +0,0 @@
kind: Feature
body: 'Edit saved exports options: the saved exports options (forms, filters, aggregators)
are now editable.'
time: 2023-06-06T10:51:53.331701352+02:00
custom:
Issue: "110"

View File

@@ -1,5 +0,0 @@
kind: Feature
body: Get an unified list of document in person and accompanying period context
time: 2023-06-13T15:15:46.146899906+02:00
custom:
Issue: "103"

View File

@@ -1,6 +0,0 @@
kind: Feature
body: '[export] Set the default date of calculation of the accompanying period''s
list as "today"'
time: 2023-06-27T11:12:22.296330037+02:00
custom:
Issue: ""

View File

@@ -1,28 +0,0 @@
kind: Feature
body: "Force accompanying period user history to be unique for the same period and
stardate/enddate [:warning: may encounter migration issue]"
time: 2023-06-27T15:16:15.775571488+02:00
custom:
Issue: ""
Long: "If some issue is encountered during migration, use this SQL to find the line which are in conflict, examine the problem and delete some of the concerning line
```sql
-- to see the line which are in conflict with another one
SELECT o.*
FROM chill_person_accompanying_period_user_history o
JOIN chill_person_accompanying_period_user_history c ON o.id < c.id AND o.accompanyingperiod_id = c.accompanyingperiod_id
WHERE tsrange(o.startdate, o.enddate, '[)') && tsrange(c.startdate, c.enddate, '[)')
ORDER BY accompanyingperiod_id;
-- to examine line in conflict for a given accompanyingperiod_id (given by the previous query)
SELECT * FROM chill_person_accompanying_period_user_history WHERE accompanyingperiod_id = IIIIDDDD order by startdate, enddate;
```
"

View File

@@ -1,6 +0,0 @@
kind: Feature
body: 'Rename label of filter in French: "parcours actif" => "parcours ouvert", and
"filtrer les parcours ouverts" => "Filtrer les parcours dont la date d''ouverture"'
time: 2023-06-27T15:59:25.442854464+02:00
custom:
Issue: ""