05d16ec9ab
relation and relationship entities created + endpoints. Still something wrong with link between Relation and Relationship
2021-10-22 19:21:32 +02:00
05b2b2f9b8
Link between address and reference, and api endpoint to find household
...
by address reference
* add a one-to-many link between address and address reference;
* update AddAddress.vue to add information on picked address reference;
* add an HouseholdACLAwareRepository, with a method to find household by
current address reference
* add an endpoint to retrieve household by address reference
* + tests
2021-10-14 16:03:48 +02:00
472866ce91
fix search by birthdate
2021-09-28 15:54:09 +02:00
b6c58a5c31
Continue work on ACL rewritting
...
* fix center resolver dispatcher
* add scope resolver
* tests for authorization helper
2021-09-20 13:56:44 +02:00
74598ee926
apply new role on accompanying period
2021-09-20 13:56:43 +02:00
ebb2f5d243
Add shortcut person <-> current address, and update api for
...
re-implements searching
* add geographic function ST_CONTAINS
* add a link between the current valid address and person, optimized on
database side;
* update PersonACLAwareRepository for re-using methods elsewhere.
2021-09-20 13:56:43 +02:00
f63d4fcfba
optimize query for person
2021-09-20 13:56:43 +02:00
6bc83edfe9
Refactor PersonSearch and create PersonACLAwareRepository
...
The search api delegates the query to a person acl aware "repository"
(although this does not implements ObjectRepository interface).
2021-09-20 13:56:43 +02:00
c7cc2c7596
Fixtures/fix loading people
2021-08-17 20:01:29 +00:00
0e2e7155fb
Load social work, and fix some repositories
2021-08-17 11:42:30 +02:00
Marc Ducobu
ad5eed4c26
SocialIssues became editable via admin
2021-08-06 15:21:35 +02:00
Marc Ducobu
25eee88693
Add license text
2021-08-06 15:21:34 +02:00
f734210db5
fix error after merge
2021-07-30 13:40:52 +02:00
014fe19b45
Merge branch '153-feat-new-importer-for-socialwork'
2021-07-30 13:24:26 +02:00
741ef7b40d
Merge branch 'features/add-suggestion-household-member-editor' into 'master'
...
Add suggestion household member editor
See merge request Chill-Projet/chill-bundles!97
2021-06-29 19:13:38 +00:00
e845d9ba90
replace search api by a first workin implementation
2021-06-28 22:01:33 +02:00
cd6b5c9a39
Add context for household member editor form:
...
* add context for accompanying period, if indicated in a query
parameter;
* expand automatically household suggestion, if indicated in a query
parameter
2021-06-28 11:23:30 +02:00
a8bf478ee8
add endpoint for getting suggestion on household by accompanying period
2021-06-27 11:10:17 +02:00
Pol Dellaiera
6e37e7feac
Let repositories implements ObjectRepository.
2021-06-23 23:13:16 +02:00
0754d20622
fix form create + WIP form edit for Accompanying Period Work
2021-06-22 22:59:34 +02:00
b53f6af8d8
add api for getting goal and results by social action and goal
2021-06-22 16:08:53 +02:00
50be29308d
Merge remote-tracking branch 'origin/master' into features/create-social-action
2021-06-21 14:38:09 +02:00
3abfdbf6fd
first impl for create form
2021-06-18 19:41:58 +02:00
0add757230
remove members page, move to summary
2021-06-18 11:27:25 +02:00
ef55d2cf7f
create view for current address and apply on Person/Household normalizer
2021-06-17 13:21:55 +02:00
c6949490a4
first impl for household editor
2021-06-02 00:32:55 +02:00
041b1dfc51
Controller action to move members of an household
2021-05-31 20:42:07 +02:00
74520330b1
add position for household and prefix tables names
2021-05-28 13:25:41 +02:00
Pol Dellaiera
5cc5e6a1f7
Fix missing dependency.
2021-05-21 16:35:26 +02:00
Pol Dellaiera
1f4735caac
Fix missing ::find method.
2021-05-21 16:35:13 +02:00
Pol Dellaiera
d672a29dda
Remove obsolete documentation, fix typing here and there.
2021-05-21 16:34:42 +02:00
03bd1674e1
fix resource repository
2021-05-19 16:13:19 +02:00
Pol Dellaiera
ce854cb58f
refactor: Upgrade repositories.
2021-05-18 12:02:00 +02:00
3f562449e1
Merge branch 'issue23_addresses' into 'master'
...
Issue23 addresses
See merge request Chill-Projet/chill-bundles!12
2021-05-07 09:27:56 +00:00
nobohan
f61af9d02a
add household and householdmembers entities + migration
2021-05-05 11:44:55 +02:00
Marc Ducobu
2be1c08c44
Fix namespace pbm
2021-05-04 19:14:50 +02:00
86d13410c3
Merge branch 'bootstrap-serializer' into fix-tests-main
2021-04-28 10:29:53 +02:00
19fdf2a503
Add test for AccompanyingCourseController
2021-04-28 10:28:10 +02:00
b2c1a7b8de
Merge remote-tracking branch 'origin/master' into fix-tests-main
2021-04-27 22:50:32 +02:00
f7c508939c
Add test for AccompanyingCourseController
2021-04-27 22:40:00 +02:00
a2160bef7d
WIP: first implementation for test
2021-04-27 19:33:34 +02:00
Marc Ducobu
0f9a395dfc
Entites for AccomanyingPeriodWork, AccomanyingPeriodWorkGoal & Social/WorkEvaluation
2021-04-27 15:10:56 +02:00
Marc Ducobu
38ac3badef
Integration rmq Julien
2021-04-27 11:24:26 +02:00
Marc Ducobu
58cb34f39b
Creation of entities : SocialIssue / Social Action / Result / Goal
2021-04-26 17:09:54 +02:00
de240b099f
remove commented code in new repositories
2021-04-02 17:50:45 +02:00
a98056d31b
Transform join table between Person and AccompanyingPeriod in Doctrine entity
2021-03-31 14:42:06 +02:00
bd7b4b3fdb
fix repository for AccompanyingPeriod
2021-03-31 10:37:31 +02:00
a3395895cb
Rename table closinmotive
2021-03-30 19:44:48 +02:00
c45390dd89
add Accompanying Period Comment and Resource entities
2021-03-29 14:34:02 +02:00
acff64c16f
Add Origin Entity in Accompanying Period package
2021-03-29 11:24:57 +02:00