simon lehericey
|
4d7715fbb6
|
extract filter and sort function to a filter_service
|
2024-10-15 16:09:08 +02:00 |
|
simon lehericey
|
b2754cd26c
|
move validations concern to filtered_column
Co-authored-by: mfo <mfo@users.noreply.github.com>
|
2024-10-15 16:09:06 +02:00 |
|
simon lehericey
|
14fe11b612
|
use displayed_columns !
|
2024-10-15 16:09:06 +02:00 |
|
simon lehericey
|
7e4ca07df2
|
use filtered_column to filter !
Co-authored-by: mfo <mfo@users.noreply.github.com>
|
2024-10-15 16:09:05 +02:00 |
|
simon lehericey
|
4c5d7e2950
|
remove now useless add_filters and remove_filters
|
2024-10-15 16:09:05 +02:00 |
|
simon lehericey
|
175f303399
|
display filter tags
|
2024-10-15 16:09:05 +02:00 |
|
Colin Darie
|
1c32a30b80
|
fix(filters): drop down list filters can have much longer values.
Notre infra supporte des urls d'au moins 8000 caractères, probablement
plus encore, donc on est large.
|
2024-10-14 16:01:48 +02:00 |
|
simon lehericey
|
4f0cac251d
|
use sorted_column to sort dossier
|
2024-10-08 22:51:26 +02:00 |
|
simon lehericey
|
ba91f2f66e
|
remove now useless validation
|
2024-10-08 22:51:25 +02:00 |
|
simon lehericey
|
da98aa556b
|
use update(sorted_column:) and remove obsolete update_sort(column_id:, order:)
|
2024-10-08 22:51:25 +02:00 |
|
simon lehericey
|
a418cf6632
|
remove_filter double_write
|
2024-10-07 22:09:21 +02:00 |
|
simon lehericey
|
870d67e844
|
add_filter double write
|
2024-10-07 22:09:21 +02:00 |
|
simon lehericey
|
5f6d8e93ca
|
update_display double write
|
2024-10-07 22:09:20 +02:00 |
|
simon lehericey
|
98c2b7e954
|
update_sort double write
|
2024-10-07 22:09:20 +02:00 |
|
simon lehericey
|
a8b41e90cc
|
remove make_id
|
2024-10-07 21:47:03 +02:00 |
|
simon lehericey
|
3740a79219
|
add procedure_id to column.id
|
2024-10-07 21:46:59 +02:00 |
|
Paul Chavard
|
7a39267473
|
refactor(spec): champs_* -> project_champs_*
|
2024-10-04 12:29:50 +02:00 |
|
mfo
|
1339e10280
|
bug(filter): filtering types_de_champs.value with ilike is trickier than expected. indead, some enum might overlap on word ex: Favorable, Defavorable. Searching with ilike Favorable finds Defavorable
|
2024-09-24 20:48:10 +02:00 |
|
LeSim
|
c89e60d5fa
|
Merge pull request #10793 from demarches-simplifiees/remove_virtual_attribute_in_code
Tech: retire la protection contre les colonnes virtuelles
|
2024-09-18 08:38:20 +00:00 |
|
Paul Chavard
|
34a05d0bf0
|
Merge pull request #10462 from demarches-simplifiees/can-filter-from-repetition-content
ETQ instructeur je peux filtrer à partir du contenu d'un bloc répétable
|
2024-09-16 14:59:05 +00:00 |
|
Paul Chavard
|
e7bc7c4783
|
feat(procedure): can filter from repetion content
|
2024-09-16 16:46:49 +02:00 |
|
mfo
|
6af07dd721
|
data(fix): backfill invalid procedure presentation filters having a value greater than pg max integer
|
2024-09-16 16:36:02 +02:00 |
|
simon lehericey
|
bc7d91751d
|
Revert "fix: ignore virtual data in column initialization"
This reverts commit 4289aa2cf5 .
|
2024-09-13 11:00:08 +02:00 |
|
mfo
|
02bbf26d3f
|
feat(ProcedurePresentation): validates that ProcedurePresentation.filters using a value casted as an integer [search by id] is not out of pg integer range
|
2024-09-10 17:47:50 +02:00 |
|
mfo
|
8ebb076a29
|
bug(ProcedurePresentation.filtered_ids): using numbers bigger than pg limit should not raise an error
|
2024-09-10 17:15:35 +02:00 |
|
simon lehericey
|
4289aa2cf5
|
fix: ignore virtual data in column initialization
|
2024-09-09 16:37:22 +02:00 |
|
Colin Darie
|
659d35e11f
|
test: fix for mutable string
|
2024-08-22 09:26:49 +02:00 |
|
Colin Darie
|
77fb0553fc
|
chore: enable freeze string literals by comment
|
2024-08-22 09:26:48 +02:00 |
|
mfo
|
750842f742
|
feat(Column::JSONPathColumn): allow search by json path column
Co-authored-by: LeSim <mail@simon.lehericey.net>
|
2024-08-21 10:23:39 +02:00 |
|
mfo
|
60c6c86d70
|
ProcedurePresentation.displayable_fields_for_select -> InstructeurFacetPickerComponent.displayable_fields_for_select
|
2024-08-19 15:29:59 +02:00 |
|
mfo
|
41ea39abb1
|
ProcedurePresentation.filterable_fields_options -> InstructeurFilterComponent.filterable_fields_options
|
2024-08-19 15:29:59 +02:00 |
|
simon lehericey
|
379c9fb812
|
procedure should provide its facets
|
2024-08-19 15:29:59 +02:00 |
|
simon lehericey
|
c5c2d5782d
|
lets keep it private
|
2024-08-19 15:29:59 +02:00 |
|
simon lehericey
|
772424ff5e
|
move field_enum to instructeur filter component
|
2024-08-19 15:28:36 +02:00 |
|
simon lehericey
|
305b8c13c7
|
! BREAKING : break previous filter by type_de_champ_private
simplify type_de_champ_private -> type_de_champ, fix spec, add facet_spec
|
2024-08-19 15:28:36 +02:00 |
|
mfo
|
b3cb3e974e
|
refactor(Facet): extract Facet from ProcedurePresentation
Co-Authored-By: LeSim <mail@simon.lehericey.net>
clean(code): no comment 🎶
|
2024-08-19 15:27:39 +02:00 |
|
Paul Chavard
|
229483d16c
|
refactor(champ): remove type_de_champ_id and champ factories
|
2024-07-22 13:53:45 +02:00 |
|
Martin
|
2952987ad8
|
refactor(spec): stop using procedure type de champs traits as :with_datetime , :with_xxx in favor of :types_de_champ_public which keeps position in check
|
2024-01-23 17:30:22 +01:00 |
|
Martin
|
fd1f33b6e5
|
bug(filtres): les filtres par type de champs select ne fonctionnent pas
|
2023-11-14 09:46:29 +01:00 |
|
Lisa Durand
|
129230af88
|
exclude dossiers with pending correction when instructeur filters on 'en_construction'
|
2023-09-26 16:36:39 +02:00 |
|
Colin Darie
|
680919a68f
|
feat(svr): instructor filters with svr wording specific
|
2023-09-13 13:50:26 +02:00 |
|
Colin Darie
|
cf87419a19
|
fix(avis): table is only sortable by question_answer, answer is not exposed
|
2023-08-29 18:01:14 +02:00 |
|
Colin Darie
|
168189c3ac
|
feat(sva): instructeurs can filter by sva/svr decision before a date
|
2023-07-11 10:01:48 +02:00 |
|
Eric Leroy-Terquem
|
a2c636d784
|
fix(tests): create groupe instructeurs with factory
|
2023-07-03 14:47:56 +02:00 |
|
Paul Chavard
|
f7e81965b1
|
fix(instructeur): filter by departement or region should use code instead of name
|
2023-06-28 10:14:34 +02:00 |
|
Colin Darie
|
75b2685230
|
fix(instructeurs): human format a filtered date
|
2023-06-08 19:01:23 +02:00 |
|
Colin Darie
|
7e567d5080
|
fix(instructeurs): don't crash when displaying "avis" column
|
2023-06-02 17:07:02 +02:00 |
|
Colin Darie
|
ff8fba3725
|
fix(instructeur): can filter by avis answer
|
2023-05-23 09:40:21 +02:00 |
|
Paul Chavard
|
11065946ce
|
fix(instructeur): fix dossiers suivis filter (merge behavior change in rails 7)
|
2023-05-04 18:24:18 +02:00 |
|
Lisa Durand
|
e393132fd8
|
Merge pull request #8936 from demarches-simplifiees/add-yes-no-column-for-instructeurs
[instructeur] ajout du nb de réponses oui/non aux avis dans le tableau d'une procedure
|
2023-04-26 09:05:58 +00:00 |
|