Boris Waaub
61d1232e31
Implémenter une app vue avec la liste des tickets attribués
2025-07-18 16:06:16 +00:00
Boris Waaub
b7c9b60744
Créer un composant pour afficher une liste des tickets
2025-07-16 09:04:57 +00:00
15d26d4b06
Refactor selectItsMe and removeEntity to improve type annotations and code readability in PickEntity.vue
2025-07-09 21:57:28 +02:00
d8bd9bd7cd
Restore defaults and behaviour with pick entity on PickEntity.vue
2025-07-09 18:08:04 +02:00
dcdfba5ccd
eslint fixes
2025-07-09 17:46:36 +02:00
0204bdd38d
Restore features after merging
2025-07-09 17:46:16 +02:00
392fd01b56
Merge branch 'master' into ticket-app-master
...
# Conflicts:
# src/Bundle/ChillMainBundle/Export/Formatter/CSVFormatter.php
# src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php
# src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php
# src/Bundle/ChillMainBundle/Resources/public/vuejs/PickEntity/PickEntity.vue
# src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/GeographicalUnitStatAggregator.php
# src/Bundle/ChillPersonBundle/Resources/public/types.ts
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue
2025-07-09 13:44:23 +02:00
8bc16dadb0
Partage d'export enregistré et génération asynchrone des exports
2025-07-08 13:53:25 +00:00
borisw
6eeb717b1a
Refactor third-party type imports and update related components
...
- Changed import path for ThirdParty type in TypeThirdParty.vue and updated its usage.
- Refactored PersonText.vue to import Person and AltName types from ChillPersonAssets.
- Updated types.ts in ChillThirdPartyBundle to include a new 'type' field in the Thirdparty interface.
- Modified TicketBundle types to accommodate Thirdparty type in CallerState.
- Adjusted AddresseeSelectorComponent.vue to use 'thirdparty' instead of 'third_party'.
- Refined BannerComponent.vue to improve readability and maintainability.
- Updated CallerSelectorComponent.vue to reflect changes in entity types.
- Enhanced TicketHistoryListComponent.vue to handle both Person and Thirdparty types.
- Refactored TicketHistoryPersonComponent.vue to accept both Person and Thirdparty entities.
2025-07-07 16:35:31 +02:00
Boris Waaub
3df4043eb9
Afficher les patients suggérés et ajouter un sélecteur urgent/non urgent
2025-07-04 07:45:33 +00:00
06e8264dde
Merge branch 'refs/heads/master' into ticket-app-master
...
# Conflicts:
# src/Bundle/ChillPersonBundle/Resources/public/types.ts
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AccompanyingPeriod/SetReferrer.vue
2025-07-02 17:28:59 +02:00
840ef6eed8
Resolve "Fusion actions d'accompagnement"
2025-07-02 10:53:16 +00:00
606435a6b3
Pipeline corrections
2025-07-01 14:47:36 +02:00
45e193ff6d
Merge remote-tracking branch 'origin/master' into ticket-app-master
2025-06-20 12:53:20 +02:00
bdf1cf71ba
Fix argument usage in localizeString
method for UserRenderBoxBadge
component
...
Adjusted `localizeString` method to accept a `label` parameter, ensuring proper localization of `user_job.label` and `main_scope.name`. Also made minor syntax adjustments to improve readability.
2025-06-17 10:55:30 +02:00
Boris Waaub
a8dd1b3548
1277 refacto use symfony translation
2025-06-16 10:59:42 +00:00
69daccb860
Merge remote-tracking branch 'origin/master' into ticket-app-master
2025-05-30 12:47:37 +02:00
df88c31c40
Replace node-sass with sass and update bootstrap to version 5.3
2025-05-28 15:04:59 +00:00
6f1fe1c118
Merge branch '379-translation-localization-vue' into 'master'
...
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""
Closes #379
See merge request Chill-Projet/chill-bundles!822
2025-05-28 14:40:27 +00:00
649ad26721
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""
2025-05-28 14:40:26 +00:00
d82727f831
Update CommentEditor styles for responsiveness
...
Imported Bootstrap variables and updated styling to use responsive media breakpoints. Adjusted positioning of toggle buttons to ensure proper alignment on different screen sizes.
2025-05-28 16:36:03 +02:00
66bd63403b
Update event binding in CKEditor5 component template
...
Replaces the deprecated `@input` event with the `@update:modelValue` event to ensure compatibility with Vue 3. This improves handling of two-way binding for the `v-model` directive.
2025-05-28 16:31:59 +02:00
4b20b1bc01
Merge remote-tracking branch 'refs/remotes/origin/master' into ticket-app-master
2025-05-27 11:33:22 +02:00
5f2711023e
Merge branch 'refs/heads/master' into ticket-app-master
...
# Conflicts:
# composer.json
# config/bundles.php
# config/packages/doctrine_migrations_chill.yaml
# package.json
# src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadUserGroup.php
# src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php
# src/Bundle/ChillMainBundle/Entity/UserGroup.php
# src/Bundle/ChillMainBundle/Resources/public/chill/js/date.ts
# src/Bundle/ChillMainBundle/Resources/public/lib/download-report/download-report.js
# src/Bundle/ChillMainBundle/Resources/public/module/ckeditor5/editor_config.ts
# src/Bundle/ChillMainBundle/Resources/public/module/ckeditor5/index.ts
# src/Bundle/ChillMainBundle/Resources/public/page/export/download-export.js
# src/Bundle/ChillMainBundle/Resources/public/types.ts
# src/Bundle/ChillMainBundle/Resources/views/Dev/dev.assets.html.twig
# src/Bundle/ChillMainBundle/Templating/Entity/UserGroupRender.php
# src/Bundle/ChillMainBundle/chill.api.specs.yaml
# src/Bundle/ChillMainBundle/chill.webpack.config.js
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Comment.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Resources.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Resources/WriteComment.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/App.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourseWorkEdit/components/FormEvaluation.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/HouseholdMembersEditor/components/Household.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/HouseholdMembersEditor/components/MemberDetails.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/HouseholdMembersEditor/components/PersonComment.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonText.vue
# src/Bundle/ChillPersonBundle/Resources/public/vuejs/_js/i18n.ts
# tests/app/config/bootstrap.php
2025-05-27 09:37:04 +02:00
bb41af4ed2
replace ck-editor by new CommentEditor on every vuejs components
2025-05-23 13:51:44 +02:00
19dd4667f2
Integrate Vue-based editor with rich and simple mode toggle
...
Replaced CKEditor initialization with a Vue-based editor component. Introduced a toggle to switch between rich and simple editing modes, persisting the state in local storage. Updated CKEditor dependency to version 45.1.0.
2025-05-23 13:34:50 +02:00
976f293f28
Add Emoji and Fullscreen features to CKEditor configuration
...
Integrated Emoji, Mention (required for Emoji), and Fullscreen plugins into the CKEditor setup. Updated the toolbar to include respective buttons, enhancing functionality and user interaction.
2025-05-23 13:33:47 +02:00
b0959f8cc5
Resolve "Code mort: module wopi-link semble inutilisé"
2025-05-16 08:33:56 +00:00
juminet
a7517eb647
Adding a second phone number to thirdparty entity
2025-04-15 12:59:57 +00:00
203a098054
Refactor document row layouts to use CSS grid
...
Replaced the old 'item-col' structure with a 'item-two-col-grid' layout across multiple templates, improving consistency and responsiveness. Introduced CSS grid styles ensuring proper alignment and wrapping of titles and aside elements in different viewport sizes. This enhances the overall readability and maintainability of the views.
2025-04-10 15:41:06 +02:00
d58acff541
Add css layout for badges for accompanying period work, activity and calendar
2025-04-10 15:41:06 +02:00
c8e09a28e6
Eslint fixes
2025-03-17 17:32:28 +01:00
2840c06476
Merge branch '368-fix-user-search-engine' into 'master'
...
Fix search query for user-groups
Closes #368
See merge request Chill-Projet/chill-bundles!806
2025-03-14 14:10:53 +00:00
7ddf84ea5a
Fix ts errors upon prod compilation
2025-03-14 15:07:23 +01:00
7a9168fcdb
Refactor variable declarations in pick-entity module.
...
Consolidated variable declarations into a single statement using const. This improves code readability and aligns with modern JavaScript best practices.
2025-03-14 15:02:09 +01:00
66e4bab558
Fix pipeline phpunit and lint
2025-02-27 13:50:35 +01:00
217ac7b9e7
Linter fixes
2025-02-27 11:54:48 +01:00
7ed10efcd1
Fix declaration of variables for dynamic picker
2025-02-24 13:49:33 +01:00
d2fcb6945b
Setup alias for use in standalone chill-bundles project and replace relative paths
2025-02-19 10:57:59 +00:00
f84c1632b2
Remove "filter" button from attachment modal in workflows
...
The "filter" button was unnecessary in the document list within the "add attachment" modal and has been removed for simplicity. This change does not involve any schema modifications and resolves issue #358 .
2025-02-10 14:41:53 +01:00
7285e5c2b0
Merge branch '331-manage-attachments-to-workflow' into 'master'
...
Add attachments to workflow
Closes #331
See merge request Chill-Projet/chill-bundles!764
2025-02-03 21:15:00 +00:00
37227a3aeb
Add attachments to workflow
2025-02-03 21:15:00 +00:00
9a5fd67842
Resolve "Afficher les noms des usagers et l'entité concerné par l'entité notifiée dans la liste des notifications"
2025-01-23 11:34:16 +00:00
16fe07cce7
More automatic eslint fixes, update baseline and eslint docs
2024-12-11 11:32:29 +01:00
ebfd48e41f
Apply prettier to files
2024-12-11 10:49:11 +01:00
a6aa2a81c2
Resolve merge with master
2024-12-11 10:46:06 +01:00
f6387212cb
Revert "Merge branch 'manage-translations' into 'master'"
...
This reverts commit cd99633d15
, reversing
changes made to a9384bf734
.
2024-11-27 17:54:11 +01:00
e339623e2d
Fix within ListWorkflow component + include ux_translator config file
2024-11-26 13:17:24 +01:00
b9b5c4aa74
Remove unused import
2024-11-25 18:57:01 +01:00
20d8cc2d17
Add translation key and remove unused plugin
2024-11-25 18:49:03 +01:00