chill-bundles/CHANGELOG.md

78 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v2.10.0 - 2023-10-24

Feature

  • (#172) [export] Add a filter "grouping accompanying period by opening date" and "grouping accompanying period by closing date"
  • (#172) [export] add a filter and aggregator on accompanying period work: group/filter by handling third party
  • (#172) [export] add a filter and aggregator on activites: group/filter activities by people participating to the activities
  • (#172) [export] add a grouping on accompanying period export: group by activity type associated to at least one activity within the accompanying period
  • [export] sort filters and aggregators by title
  • (#179) [export] create a parameter that will force to skip the filtering by center (ACL) when generating an export

Fixed

  • (#177) [export] fix date range selection on filter and grouping "by status of the course at date", on accompanying periods

Résumé francophone des changements

  • Ajout d'un regroupement sur les parcours: par date de cloture et d'ouverture;
  • Ajouter d'un filtre et regroupement par tiers traitant sur les actions d'accompagnement;
  • ajout d'un filtre et regroupement par usager participant sur les échanges
  • ajout d'un regroupement: par type d'activité associé au parcours;
  • trie les filtre et regroupements par ordre alphabétique dans els exports
  • ajout d'un paramètre qui permet de désactiver le filtre par centre dans les exports
  • correction de l'interface de date dans les filtres et regroupements "par statut du parcours à la date"

v2.9.2 - 2023-10-17

Fixed

  • Fix possible null values in string's entities

v2.9.1 - 2023-10-17

Fixed

  • Fix the handling of activity form when editing or creating an activity in an accompanying period with multiple centers

v2.9.0 - 2023-10-17

Feature

  • (#147) Add history to scopes and to jobs in administrator section. When user job or main scope of user is changed, automaticaly add a new row in history.
  • (#146) Allow closing motives to be identified as 'canceling the accompanying period' + don't take canceled accompanying periods into account
  • [export] add an aggregator for activities: group by job scope's creator aggregator
  • DX: prepare the code for the upgrade to symfony 5.4

Traductions francophones des principaux changements

  • ajout de l'historique des services et métiers pour les utilisateurs. Les exports, filtres et regroupements sont adaptés pour tenir compte du métier et du service de l'utilisateur au moment de l'échange, de sa désignation comme agent traitant de l'échange ou du moment du rendez-vous (#147))
  • modification des motifs de cloture des parcours: ajout d'un chanmp "annule le parcours", qui permet d'indiquer que le motif "annule" le parcours. Les parcours annulés n'apparaissent pas dans les statistiques
  • ajouter d'un regroupement pour les échanges: grouper par métier et service du créateur de l'échange

Possible BC break in configuration

This release remove the use of deprecated package symfony/templating.

If you use this package in your own bundle (usually src/ directory, or other dependencies), you should add this dependencies in your local composer.json (composer require symfony/templating).

But if you do not need this any more, you must ensure that the configuration key framework.templating is removed. This is usually located into config/packages/framework.yaml. See here an example

v2.8.0 - 2023-10-05

Feature

  • (#162) Reassigning list: when reassigning courses to a new user, the job associated with the course become the one of the new user (if any)
  • Reassining list: the length of the list is increased to 100 courses

Fixed

  • (#143) Fix filter "accompanying course by social action" to avoid duplication in list
  • (#164) View a third party: avoid errors when a contact has a civility
  • (#163) Fix the filters and aggregators on exports "count peoples"
  • (#143) From the database, avoid the creation of location history for same period and at same dates

Traduction francophone des principaux changements

  • Fonctionnalité: Réassigner les parcours en lot: lorsque des parcours sont réassignés "en lot", les parcours sont maintenant associés au métier du nouveau référent;
  • Correction: certaines causes qui créaient des doublons dans les listes ont été corrigées;
  • Correction des associations entre l'export "nombre de personnes" et les filtres et regroupements associés

v2.7.0 - 2023-09-27

Feature

  • (#155) The regulation list load accompanying periods by exact postal code (address associated with postal code), and not by the content of the postal code (postal code with same code's string)

Fixed

  • (#142) Fix the label of filter ActivityTypeFilter to a more obvious one
  • (#140) [export] Fix association of filter "filter location by type" which did not appears on "list of activities"

v2.6.3 - 2023-09-19

Fixed

  • Remove id property from document mappedsuperclass

v2.6.2 - 2023-09-18

Fixed

  • Fix doctrine mapping of AbstractTaskPlaceEvent and SingleTaskPlaceEvent: id property moved.

v2.6.1 - 2023-09-14

Fixed

  • Filter out active centers in exports, which uses a different PickCenterType.

v2.6.0 - 2023-09-14

Feature

  • (#133) Add locations in Aside Activity. By default, suggest user location, otherwise a select with all locations.
  • (#133) Adapt Aside Activity exports: display location, filter by location, group by location
  • Use the CRUD controller for center entity + add the isActive property to be able to mask instances of Center that are no longer in use.

Fixed

  • (#107) reinstate the fusion of duplicate persons

  • Missing translation in Work Actions exports

  • Reimplement the mission type filter on tasks, only for instances that have a config parameter indicating true for this.

  • (#135) Corrects a typing error in 2 filters, which caused an error when trying to reedit a saved export

  • (#136) [household] when moving a person to a sharing position to a not-sharing position on the same household on the same date, remove the previous household membership on the same household. This fix duplicate member.

  • Add missing translation for comment field placeholder in repositionning household editor.

  • Do not send an email to creator twice when adding a comment to a notification

  • (#107) Fix gestion doublon functionality to work with chill bundles v2

UX

  • Uniformize badge-person in household banner (background, size)

v2.5.3 - 2023-07-20

Fixed

  • (#132) Rendez-vous documents created would appear in all documents lists of all persons with an accompanying period. Or statements are now added to the where clause to filter out documents that come from unrelated accompanying period/ or person rendez-vous.

v2.5.2 - 2023-07-15

Fixed

  • [Collate Address] when updating address point, do not use the point's address reference if the similarity is below the requirement for associating the address reference and the address (it uses the postcode's center instead)

v2.5.1 - 2023-07-14

Fixed

  • [collate addresses] block collating addresses to another address reference where the address reference is already the best match

v2.5.0 - 2023-07-14

Feature

  • Allow filtering on the basis of a user within general tasks lists
  • (#120) Adding OrderFilter to the list of social actions.
  • (#125) [export] Add a list for people with their associated course
  • [export] Add ordering by person's lastname or course opening date in list which concerns accompanying course or peoples
  • (#128) [Export] allow to group activities by localisation
  • (#129) [export] Add a filter "filter course having an activity between two dates"
  • (#112) [addresses] Add a cronjob to re-associate addresses with addresses reference every 6 hours
  • Improve filtering layout

Fixed

  • reimplement the visualization of all calculator results
  • (#117) Repair my unread notification list with actions and evaluations documents
  • (#126) Correct bug in thirdparty API search query: simplify address joins clause for child and parent kind

DX

  • Documentation for database principles
  • [cronjob] when a cronjob is executed, it may return an array of data that will be passed as argument on the next execution

UX

  • (#93) Better integration of address details button: look, position, title tag
  • (#93) Show address detail button on person and household banners
  • Improve residential address position on show onthefly modale

Traduction francophone des principaux changements

  • Ajout d'un filtre "par utilisateur" aux pages de tâche
  • Filtre des actions d'accompagnement par date, type, intervenant
  • export: liste des usagers concernés avec détail de leurs parcours
  • export: ajout d'un regroupement des échanges par localisation
  • export: ajout d'un filtre "parcours ayant reçu un échange entre deux dates"
  • ajout d'une tâche cron pour associer les adresses à une adresse de référence
  • correction: réparation de la liste des notifications sur la page d'accueil, dans le cas où une notification concerne une action ou un document dans une évaluation
  • correction: réparation de la recherche des tiers ayant des codes postaux similaires entre les parents et enfants
  • meilleure intégration du bouton "détail d'une adresse": améliration de la taille et de la position
  • bouton permettant de visualiser les détails d'une adresse (modale avec carte) dans la bannière "Usager" et "Ménage"
  • amélioration de la modale permettant de voir les détails d'un usager: les adresses de résidence sont dans la continuité des autres adresses, et non plus dans une colonne séparée
  • améliore le design et l'expérience utilisateur des filtres

v2.4.0 - 2023-07-07

Feature

  • (#113) [export] on "filter by user working" on accompanying period, add two dates to filters intervention within a period
  • (#113) [export] Add an aggregator by user's job working on a course
  • (#113) [export] add an aggregator by user's scope working on a course
  • [export] on aggregator "user working on a course"
  • (#113) [export] add a center aggregator for Person
  • (#113) [export] add a filter on "job working on a course"
  • (#113) [export] Add a filter on "scope working on a course"
  • (#121) Create a role "See Confidential Periods", separated from the "Reassign courses" role
  • (#124) Sync user absence / presence through microsoft outlook / graph api.

Fixed

  • (#116) On the accompanying course page, open the action on view mode if the user does not have right to update them (i.e. if the accompanying period is closed)
  • [export] Rename label for CurrentActionFilter (on accompanying period work) to make precision between "ouvert" and "sans date de fin"
  • Force the db to have either a person_location or a address_location, and avoid to have both also internally in the entity
  • [export] set rolling date on person age aggregator
  • [export] fix list when a person locating a course is without address
  • [export] remove unused condition on course about duration participation
  • Command to subscribe on MS Graph users calendars: improve the loop to be more efficient

DX

  • Rolling Date: can receive a null parameter

Traduction francophone des principaux changements

  • sur le "filtre par intervenant", ajoute deux dates pour limiter la période d'intervention;
  • ajout d'un regroupement par métier des intervenants sur un parcours;
  • ajout d'un regroupement par service des intervenants sur un parcours;
  • ajout d'un regroupement par utilisateur intervenant sur un parcours
  • ajout d'un regroupement "par centre de l'usager";
  • ajout d'un filtre "par métier intervenant sur un parcours";
  • ajout d'un filtre "par service intervenant sur un parcours";
  • création d'un rôle spécifique pour voir les parcours confidentiels (et séparer de celui de la liste qui permet de ré-assigner les parcours en lot);
  • synchronisation de l'absence des utilisateurs par microsoft graph api

v2.3.0 - 2023-06-27

Feature

  • (#110) Edit saved exports options: the saved exports options (forms, filters, aggregators) are now editable.

  • (#103) Get an unified list of document in person and accompanying period context

  • [export] Set the default date of calculation of the accompanying period's list as "today"

  • Force accompanying period user history to be unique for the same period and stardate/enddate [⚠️ may encounter migration issue]

    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

  • -- 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;
    
  • Rename label of filter in French: "parcours actif" => "parcours ouvert", and "filtrer les parcours ouverts" => "Filtrer les parcours dont la date d'ouverture"

Traduction francophone des principaux changements

  • Les exports enregistrés sont éditables par l'utilisateur;

  • L'onglet "Document" dans les parcours et les dossiers d'usager affiche désormais les documents ajoutés à différents endroits.

    Pour les parcours, il s'agit de:

    • documents ajoutés directement dans le parcours;
    • documents des échanges;
    • documents des rendez-vous;
    • documents des évaluations;
    • documents directement ajoutés dans le dossier des usagers concernés par le parcours;

    Pour les usagers, il s'agit de:

    • documents des échanges;
    • documents des parcours;
    • documents des rendez-vous;
    • documents des actions, des échanges, des rendez-vous, des évaluations ajoutés dans les parcours.
  • Dans la liste des parcours, la date de calcul des éléments associés est "aujourd'hui" par défaut.

  • Dans les exports, renommage des libellés des filtres: "parcours actif" => "parcours ouvert", et "filtrer les parcours ouverts" => "Filtrer les parcours dont la date d'ouverture"

v2.2.2 - 2023-06-26

Fixed

  • [Accompanying period comments]: order comments from the most recent to the oldest, in the list
  • Api: filter social action to keep only the currently activated
  • (#82) Fix deletion and re-creation of filiation relationship

v2.2.1 - 2023-06-19

Fixed

  • (#114) [notification on document evaluation] fix entityId and return path when adding a notification on a document in an evaluation

v2.2.0 - 2023-06-18

Feature

  • When navigating from a workflow regarding to an evaluation's document to an accompanying course, scroll directly to the document, and blink to highlight this document
  • Add notification to accompanying period work and work's evaluation's documents
  • (#113)[Export] Filter accompanying period by step at date: allow to pick multiple steps
  • (#113)[export] add a filter on accompanying period: filter by step between two dates

Fixed

  • use the correct annotation for the association between PersonCurrentCenter and Person
  • (#58)Fix birthdate timezone in PersonRenderBox
  • (#55)Fix the notification counter

DX

  • DQL function OVERLAPSI: simplify expression in postgresql

v2.1.0 - 2023-06-12

Feature

  • [docgen] allow to pick a third party when generating a document in context Activity, AccompanyingPeriod

Fixed

  • (#111) List of "my accompanying periods": separate the active and closed periods in two different lists, and show the inactive_long and inactive_short periods

Security

  • (#105) Rights are checked for display of 'accompanying period' tab in household menu. Rights are also checked for creation of 'accompanying period' from within household context

DX

  • Add methods to RegroupmentRepository and fullfill Center / Regroupment Doctrine mapping

2.0.0

  • this is a release to relaunch our proceess of release with semantic versioning

Test releases

2.0.0-beta3

  • [person][export] Fixed: rename the alias for accompanying_period to acp in filter associated with person
  • [activity][export] Feature: improve label for aliases in "Filter by activity type"
  • [activity][export] DX/Feature: use of an ActivityTypeRepositoryInterface instead of the old-style EntityRepository
  • [person][export] Fixed: some inconsistency with date filter on accompanying courses
  • [person][export] Fixed: use left join for related entities in accompanying course aggregators
  • [workflow] Feature: allow user to copy and send manually the access link for the workflow
  • [workflow] Feature: show the email addresses that received an access link for the workflow

2.0.0-beta2

  • [workflow]: Fixed: the notification is sent when the user is added to the first step.
  • [budget] Feature: allow to desactivate some charges and resources, adding an active key in the configuration
  • [person] Feature: on Evaluation, allow to configure an URL from the admin

2022-06

Test releases

2022-05-30

  • fix creating a new AccompanyingPeriodWorkEvaluationDocument when replacing the document (the workflow was lost)

2022-05-27

2022-05-06

2021-04-29

2021-04-28

2021-04-26

2021-04-24

2021-04-13

  • [person] household address: add a form for editing the validFrom date (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/541)
  • [person] householdmemberseditor: fix composition type bug in select form (vuejs) (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/543)
  • [docgen] add more persons choices in docgen for course: amongst requestor (if person), resources of course (if person), and PersonResource (if person);
  • [docgen] add a new context with a list of activities in course
  • [docgen] add a comment in budget lines
  • [notifications] allow to send a notification to an email address. The address receive an access link
  • [adresses] add constraints in database to avoid errors later: postcode not null, and validfrom <= validto
  • [accompanying work editor] add a label on document title input

2021-04-07

  • notification list: move action buttons outside of the toggle
  • fix detecting of non-read notification
  • filter users which are disabled in search user api
  • order query for location and add pagination in list
  • allow every person which has part for a workflow to see the workflow page
  • able to see the workflow if the evaluation document has been deleted
  • hardcode the list of supported mime types for edition with collabora
  • list of accompanying course: allow to see the pinned comment in list_item

2021-04-06

continuous release in February and March

Test releases

test release 2022-02-21

test release 2022-02-14

test release 2021-02-01

test release 2021-01-31

test release 2021-01-28

test release 2021-01-26

test release 2022-01-24

  • [person] name suggestions within create person form when person is created departing from a search input (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/377)
  • [notification: formulaire création] descend la box avec la description dans le bas du formulaire
  • [notification for activity]: fix link to activity
  • [notification] add "URGENT" before accompanying course with emergency = true
  • [notification] add a "read more" button on system notification
  • [notification] add [Chill] in the subject of each notification, automatically
  • [notification] add a counter for notification in activity list and accompanying period list, and search results
  • [parcours] bugfix if deathdate is not defined (eg. for a thirdparty) parcours is still displayed. Gave error before.
  • [workflow] add breadcrumb to show steps
  • [popover] add popover html popup mechanism (used by workflow breadcrumb)
  • [templates] improve updatedBy macro in item metadatas
  • [parcours]: bug fix when comment is pinned all other comments remain in the collection (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/385)
  • [workflow]
    • add My workflow section with my opened subscriptions
    • apply workflow on documents, accompanyingCourseWork and Evaluations
  • [wopi-link] a new vue component allow to open wopi link in a fullscreen chill-themed modal

test release 2022-01-19

test release 2022-01-17

  • [main] Add editableByUser field to locationType entity, adapt the admin template and add this condition in the location-type endpoint (see https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/297)
  • [main] Add mainLocation field to User entity and add it in user form type
  • rewrite page which allow to select activity
  • [main] Add mainLocation field to User entity and add it in user form type
  • [course list in person context] show full username/label for ref
  • [accompanying period work] remove the possibility to generate document from an accompanying period work
  • vuejs: add validation on required fields for AddPerson, Address and Location components
  • vuejs: treat 422 validation errors in locations and AddPerson components
  • [person]: space added between deathdate and age in twig renderbox (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/380)

Test releases

test release 2022-01-12

test release 2022-01-11

  • vuejs: translate in French all multiselect widgets
  • [address] define address lines according postal standards for France and Belgium (default) and change AddressRender, chill_entity_render_box and AddressRenderBox.vue
  • [household] change translations (champs-libres/departement-de-la-vendee/accent-suivi-developpement#109)
  • [household] add address i18n in household component (champs-libres/departement-de-la-vendee/accent-suivi-developpement#158)
  • [household] add on the fly i18n in household component
  • [household] redirect to the household page when a household is created from a person (champs-libres/departement-de-la-vendee/accent-suivi-developpement#175)
  • [household] household member editor: display alert if some members have already an household (champs-libres/departement-de-la-vendee/accent-suivi-developpement#172)
  • [household] household member editor: do not add in new members if the member is included in the members of household (champs-libres/departement-de-la-vendee/accent-suivi-developpement#123)
  • [household] household member editor: remove markNoAddress button (champs-libres/departement-de-la-vendee/accent-suivi-developpement#109)
  • [person]: ordering fields in add person (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/61)
  • [person]: Add email and alt names in add person (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/61)
  • [accompanyingCourse] Add a delete action and delete buttons to delete a accompanying course when step = DRAFT (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/64)
  • [accompanyingCourse] Add a administrative location in the accompanying course, set the user current location as default, allow to select a location in a select field and do not allow to confirm the accompanying course if location is empty.
  • [accompanyingCourse] Add the administrative location in the available variables for document generation
  • AddAddress: optimize loading: wait for the user finish typing;
  • UserPicker: fix bug with deprecated role
  • docgen: add base context + tests
  • docgen: add age for person
  • [household menu] fix filiation order https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/265
  • [AddAddress]: optimize loading: wait for the user finish typing;
  • [UserPicker]: fix bug with deprecated role
  • [docgen]: add base context + tests
  • [docgen]: add age for person
  • [task]: fix dropdown menu style + fix bug in singleTaskController (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/338)
  • Household: fix bug when moving person on the same day (see https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/281)
  • Household: show date validFrom and validTo when moving
  • address reference: add index for refid
  • [accompanyingCourse_work] fix styles conflicts + fix bug with remove goal (remove goals one at a time)
  • [accompanyingCourse] improve masonry on resume page, add origin
  • [notification] new notification interface, can be associated to AccompanyingCourse/Period, Activities.
    • List notifications, show, and comment in User section
    • Notify button and contextual notification box on associated objects pages
  • [accompanyingCourse] add a comment for each resource associated. A modal allow to save comment. Comment is displayed in on-the-fly show modal of the accompanyingCourse context (edit page + resume page).

test release 2021-12-14

  • [asideactivity] creation of aside activity category fixed (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/262)
  • [vendee/person] fix typo "situation professionelle" => "situation professionnelle"
  • [main] add availableForUsers condition from locationType in the location API endpoint (champs-libres/departement-de-la-vendee/accent-suivi-developpement#248)
  • [main] add the current location of the user as API point + add it in the activity location list (champs-libres/departement-de-la-vendee/accent-suivi-developpement#247)
  • [activity] improve show/new/edit templates, fix SEE and SEE_DETAILS acl
  • [badges] create specific badge for TMS, and make person/thirdparty badges clickable with on-the-fly modal in :
    • concerned groups items (activity, calendar)
    • accompanyingCourseWork lists
    • accompanyingCourse lists
  • [acompanyingCourse] add initial comment on Resume page
  • [person] create button full width (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/330)

test release 2021-12-11

test release 2021-12-06

  • [main] address: use search API end points for getting postal code and reference address (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/316)
  • [main] address: in edit mode, select the encoded values in multiselect for address reference and city (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/316)
  • [person search] fix bug when using birthdate after and birthdate before
  • [person search] increase pertinence when lastname begins with search pattern
  • [activity/actions] Améliore la cohérence du design entre
    • la page résumé d'un parcours (liste d'actions récentes et liste d'activités récentes)
    • la page liste des actions
    • la page liste des activités (contexte personne / contexte parcours)
  • [household] field to edit wheter person is titulaire of household or not removed (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/322)
  • [activity] create work if a work with same social action is not associated to the activity
  • [visgraph] improve and fix bugs on vis-network relationship graph
  • [bugfix] posting of birth- and deathdate through api fixed.
  • [suggestions] improve suggestions lists

Test release 2021-11-19 - bis

  • [household] do not allow to create two addresses on the same date
  • [activity] handle case when there is no social action associated to social issue
  • [activity] layout for issues / actions
  • [activity][bugfix] in edit mode, the form will now load the social action list

Test release 2021-11-29

Test releases

Test release 2021-11-22

Test release 2021-11-15

Test releases

Test release 2021-11-08

  • [person]: Display the name of a user when searching after a User (TMS)
  • [person]: Add civility to the person
  • [person]: Various improvements on the edit person form
  • [person]: Set available_languages and available_countries as parameters for use in the edit person form
  • [activity] Bugfix: documents can now be added to an activity.
  • [tasks] improve tasks with filter order
  • [tasks] refactor singleControllerTasks: limit the number of conditions from the context
  • [validations] validation of accompanying period added: no duplicate participations or resources (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/60).
  • [renderbox] If gender of person is not defined, no icon is displayed instead of neuter-icon (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/129).
  • [confidential information] module added to blur confidential information (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/248).
  • refactor AuthorizationHelper and UserACLAwareRepository to fix constructor, and separate logic for parent role helper into ParentRoleHelper
  • [main]: filter location and locationType in backend: exclude NULL names, only active and availableToUsers
  • [activity]: perform client-side validation & show/hide fields in the "new location" modal
  • [person]: normalize person with CenterResolverDispatcher and handle case where center is null or multiple in PersonRenderBox
  • [docstore] voter for PersonDocument and AccompanyingCourseDocument on the 2.0 way (using VoterHelperFactory)
  • [docstore] add authorization check inside controller and menu
  • [activity]: fix inheritance for role ACTIVITY FULL and add missing acl in menu
  • [person] show current address in search results
  • [person] show alt names in search results
  • [admin]: links to activity admin section added again.
  • [household]: endDate field deleted from household edit form.
  • [household]: View accompanying periods of current and old household members.
  • [tasks]: different layout for task list / my tasks, and fix link to tasks in alert or in warning
  • [admin]: links to activity admin section added again.
  • [household]: household addresses ordered by ValidFrom date and by id to show the last created address on top.
  • [socialWorkAction]: display of social issue and parent issues + banner context added.
  • [DBAL dependencies] Upgrade to DBAL 3.1

Test release 2021-10-27

  • [person]: delete double actions buttons on search person page
  • [person]: accompanying course work: remove creation date display the list of work + handle case when end date is null
  • [main]: Add new pages with a menu for managing location and location type in the admin
  • [main]: Add some fixtures for location type
  • [calendar]: Pass the location when transforming a calendar item (rdv) into an activity
  • [calendar]: Add a user menu for "my calendar"

Test release 2021-10-18

  • [3party]: french translation of contact and company
  • [3party]: show parent in list
  • [3party]: change color for badge "child"
  • [3party]: fix address creation
  • [household members editor] finalisation of editor
  • [AccompanyingCourse banner]: replace translation referrer (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/70)
  • [Location]: add location system in activity and RV (calendar). User can choose in location list or create a new location.
  • [household]: add relationship page with dynamic data visualisation graph

Test releases

Test release 2021-10-11

  • Address: zoom on postal code geometry + fix origin of manually entered postal code

  • in the Address vue component, order the postal code and street address by alphabetic and numeric order

  • add 3 new fields to PostalCode and adapt postal code command and fixtures

  • [Aside activity] Fixes for aside activity

    • categories with child
    • fast creation buttons
    • add ordering for types
  • [AccompanyingCourse Resume page] dashboard for AccompanyingCourseWork and for Activities;

  • Improve badges behaviour with small screens;

  • [ThirdParty]:

    • third party list
    • create a kind contact/institution when create a new thirdparty, and set contact embedded as kind=child;
    • filter thirdparties in list
  • [FilterOrder]: add development kit for generating filter and ordering in list

  • [Capitalization of names] person names are capitalized on creation, on prePersist event

  • [On-The-Fly] modale works for showing, editing and creating person or thirdparty ;

  • [AccompanyingCourse Resume page] associated persons list, can see household when hover, and with show on-the-fly modale when clicking person ;

test release 2021-10-04

Test released

Stable releases

No stable releases for v2+