mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-11 17:25:02 +00:00
Compare commits
5 Commits
notificati
...
bootstrap-
Author | SHA1 | Date | |
---|---|---|---|
afa04f3599 | |||
82daf1e3af | |||
7719447044 | |||
23892043a5 | |||
d7bc93580f |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,8 +1,6 @@
|
|||||||
.composer/*
|
.composer/*
|
||||||
composer.phar
|
composer.phar
|
||||||
composer.lock
|
|
||||||
docs/build/
|
|
||||||
.php_cs.cache
|
|
||||||
|
|
||||||
###> symfony/framework-bundle ###
|
###> symfony/framework-bundle ###
|
||||||
/.env.local
|
/.env.local
|
||||||
@@ -19,4 +17,3 @@ docs/build/
|
|||||||
/phpunit.xml
|
/phpunit.xml
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
###< phpunit/phpunit ###
|
###< phpunit/phpunit ###
|
||||||
|
|
||||||
|
@@ -11,15 +11,14 @@ before_script:
|
|||||||
- PGPASSWORD=$POSTGRES_PASSWORD psql -U $POSTGRES_USER -h db -c "CREATE EXTENSION IF NOT EXISTS unaccent; CREATE EXTENSION IF NOT EXISTS pg_trgm;"
|
- PGPASSWORD=$POSTGRES_PASSWORD psql -U $POSTGRES_USER -h db -c "CREATE EXTENSION IF NOT EXISTS unaccent; CREATE EXTENSION IF NOT EXISTS pg_trgm;"
|
||||||
# Install and run Composer
|
# Install and run Composer
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php -d memory_limit=2G composer.phar install
|
- php composer.phar install
|
||||||
- php tests/app/bin/console doctrine:migrations:migrate -n
|
- php tests/app/bin/console doctrine:migrations:migrate -n
|
||||||
- php -d memory_limit=2G tests/app/bin/console doctrine:fixtures:load -n
|
- php tests/app/bin/console doctrine:fixtures:load -n
|
||||||
- echo "before_script finished"
|
|
||||||
|
|
||||||
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
|
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
|
||||||
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
|
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
|
||||||
services:
|
services:
|
||||||
- name: postgis/postgis:12-3.1-alpine
|
- name: postgres:12
|
||||||
alias: db
|
alias: db
|
||||||
- name: redis
|
- name: redis
|
||||||
alias: redis
|
alias: redis
|
||||||
@@ -31,12 +30,8 @@ variables:
|
|||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
# fetch the chill-app using git submodules
|
# fetch the chill-app using git submodules
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
REDIS_HOST: redis
|
|
||||||
REDIS_PORT: 6379
|
|
||||||
REDIS_URL: redis://redis:6379
|
|
||||||
|
|
||||||
|
|
||||||
# Run our tests
|
# Run our tests
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- php -d memory_limit=3G bin/phpunit --colors=never
|
- bin/phpunit --colors=never
|
||||||
|
661
LICENSE
661
LICENSE
@@ -1,661 +0,0 @@
|
|||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 19 November 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The GNU Affero General Public License is a free, copyleft license for
|
|
||||||
software and other kinds of works, specifically designed to ensure
|
|
||||||
cooperation with the community in the case of network server software.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
our General Public Licenses are intended to guarantee your freedom to
|
|
||||||
share and change all versions of a program--to make sure it remains free
|
|
||||||
software for all its users.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
Developers that use our General Public Licenses protect your rights
|
|
||||||
with two steps: (1) assert copyright on the software, and (2) offer
|
|
||||||
you this License which gives you legal permission to copy, distribute
|
|
||||||
and/or modify the software.
|
|
||||||
|
|
||||||
A secondary benefit of defending all users' freedom is that
|
|
||||||
improvements made in alternate versions of the program, if they
|
|
||||||
receive widespread use, become available for other developers to
|
|
||||||
incorporate. Many developers of free software are heartened and
|
|
||||||
encouraged by the resulting cooperation. However, in the case of
|
|
||||||
software used on network servers, this result may fail to come about.
|
|
||||||
The GNU General Public License permits making a modified version and
|
|
||||||
letting the public access it on a server without ever releasing its
|
|
||||||
source code to the public.
|
|
||||||
|
|
||||||
The GNU Affero General Public License is designed specifically to
|
|
||||||
ensure that, in such cases, the modified source code becomes available
|
|
||||||
to the community. It requires the operator of a network server to
|
|
||||||
provide the source code of the modified version running there to the
|
|
||||||
users of that server. Therefore, public use of a modified version, on
|
|
||||||
a publicly accessible server, gives the public access to the source
|
|
||||||
code of the modified version.
|
|
||||||
|
|
||||||
An older license, called the Affero General Public License and
|
|
||||||
published by Affero, was designed to accomplish similar goals. This is
|
|
||||||
a different license, not a version of the Affero GPL, but Affero has
|
|
||||||
released a new version of the Affero GPL which permits relicensing under
|
|
||||||
this license.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, if you modify the
|
|
||||||
Program, your modified version must prominently offer all users
|
|
||||||
interacting with it remotely through a computer network (if your version
|
|
||||||
supports such interaction) an opportunity to receive the Corresponding
|
|
||||||
Source of your version by providing access to the Corresponding Source
|
|
||||||
from a network server at no charge, through some standard or customary
|
|
||||||
means of facilitating copying of software. This Corresponding Source
|
|
||||||
shall include the Corresponding Source for any work covered by version 3
|
|
||||||
of the GNU General Public License that is incorporated pursuant to the
|
|
||||||
following paragraph.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the work with which it is combined will remain governed by version
|
|
||||||
3 of the GNU General Public License.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU Affero General Public License from time to time. Such new versions
|
|
||||||
will be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU Affero General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU Affero General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU Affero General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
chill-bundles
|
|
||||||
Copyright (C) 2021 Chill Project
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published
|
|
||||||
by the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If your software can interact with users remotely through a computer
|
|
||||||
network, you should also make sure that it provides a way for users to
|
|
||||||
get its source. For example, if your program is a web application, its
|
|
||||||
interface could display a "Source" link that leads users to an archive
|
|
||||||
of the code. There are many ways you could offer source, and different
|
|
||||||
solutions will be better for different programs; see section 13 for the
|
|
||||||
specific requirements.
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
|
||||||
<https://www.gnu.org/licenses/>.
|
|
@@ -1,9 +0,0 @@
|
|||||||
# Chill framework
|
|
||||||
|
|
||||||
Documentation of the Chill software.
|
|
||||||
|
|
||||||
The online documentation can be found at http://docs.chill.social
|
|
||||||
|
|
||||||
See the [`docs`][1] directory for more.
|
|
||||||
|
|
||||||
[1]: docs/README.md
|
|
@@ -42,7 +42,6 @@
|
|||||||
"symfony/validator": "4.*",
|
"symfony/validator": "4.*",
|
||||||
"sensio/framework-extra-bundle": "^5.5",
|
"sensio/framework-extra-bundle": "^5.5",
|
||||||
"symfony/yaml": "4.*",
|
"symfony/yaml": "4.*",
|
||||||
"symfony/webpack-encore-bundle": "^1.11",
|
|
||||||
"knplabs/knp-menu": "^3.1",
|
"knplabs/knp-menu": "^3.1",
|
||||||
"knplabs/knp-menu-bundle": "^3.0",
|
"knplabs/knp-menu-bundle": "^3.0",
|
||||||
"symfony/templating": "4.*",
|
"symfony/templating": "4.*",
|
||||||
@@ -57,9 +56,7 @@
|
|||||||
"symfony/browser-kit": "^5.2",
|
"symfony/browser-kit": "^5.2",
|
||||||
"symfony/css-selector": "^5.2",
|
"symfony/css-selector": "^5.2",
|
||||||
"twig/markdown-extra": "^3.3",
|
"twig/markdown-extra": "^3.3",
|
||||||
"erusev/parsedown": "^1.7",
|
"erusev/parsedown": "^1.7"
|
||||||
"symfony/serializer": "^5.2",
|
|
||||||
"symfony/webpack-encore-bundle": "^1.11"
|
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"symfony/symfony": "*"
|
"symfony/symfony": "*"
|
||||||
@@ -74,8 +71,7 @@
|
|||||||
"symfony/web-profiler-bundle": "^5.0",
|
"symfony/web-profiler-bundle": "^5.0",
|
||||||
"symfony/var-dumper": "4.*",
|
"symfony/var-dumper": "4.*",
|
||||||
"symfony/debug-bundle": "^5.1",
|
"symfony/debug-bundle": "^5.1",
|
||||||
"symfony/phpunit-bridge": "^5.2",
|
"symfony/phpunit-bridge": "^5.2"
|
||||||
"nelmio/alice": "^3.8"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"auto-scripts": {
|
"auto-scripts": {
|
||||||
|
@@ -10,19 +10,10 @@ Compilation into HTML
|
|||||||
|
|
||||||
To compile this documentation :
|
To compile this documentation :
|
||||||
|
|
||||||
1. Install [sphinx-doc](http://sphinx-doc.org)
|
1. Install [sphinx-doc](http://sphinx-doc.org) (eg. pip install sphinx & pip install sphinx_rtd_theme)
|
||||||
``` bash
|
|
||||||
$ virtualenv .venv # creation of the virtual env (only the first time)
|
|
||||||
$ source .venv/bin/activate # activate the virtual env
|
|
||||||
(.venv) $ pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
2. Install submodules : $ git submodule update --init;
|
2. Install submodules : $ git submodule update --init;
|
||||||
3. run `make html` from the root directory
|
3. run `make html` from the root directory
|
||||||
4. The base file is located on build/html/index.html
|
4. The base file is located on build/html/index.html
|
||||||
``` bash
|
|
||||||
$ cd build/html
|
|
||||||
$ python -m http.server 8888 # will serve the site on the port 8888
|
|
||||||
```
|
|
||||||
|
|
||||||
Contribute
|
Contribute
|
||||||
===========
|
===========
|
||||||
|
@@ -1,747 +0,0 @@
|
|||||||
.. Copyright (C) 2014 Champs Libres Cooperative SCRLFS
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3
|
|
||||||
or any later version published by the Free Software Foundation;
|
|
||||||
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
|
||||||
A copy of the license is included in the section entitled "GNU
|
|
||||||
Free Documentation License".
|
|
||||||
|
|
||||||
.. _api:
|
|
||||||
|
|
||||||
API
|
|
||||||
###
|
|
||||||
|
|
||||||
Chill provides a basic framework to build REST api.
|
|
||||||
|
|
||||||
Basic configuration
|
|
||||||
*******************
|
|
||||||
|
|
||||||
Configure a route
|
|
||||||
=================
|
|
||||||
|
|
||||||
Follow those steps to build a REST api:
|
|
||||||
|
|
||||||
1. Create your model;
|
|
||||||
2. Configure the API;
|
|
||||||
|
|
||||||
You can also:
|
|
||||||
|
|
||||||
* hook into the controller to customize some steps;
|
|
||||||
* add more route and steps
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
Useful links:
|
|
||||||
|
|
||||||
* `How to use annotation to configure serialization <https://symfony.com/doc/current/serializer.html>`_
|
|
||||||
* `How to create your custom normalizer <https://symfony.com/doc/current/serializer/custom_normalizer.html>`_
|
|
||||||
|
|
||||||
Auto-loading the routes
|
|
||||||
=======================
|
|
||||||
|
|
||||||
Ensure that those lines are present in your file `app/config/routing.yml`:
|
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
|
||||||
|
|
||||||
chill_cruds:
|
|
||||||
resource: 'chill_main_crud_route_loader:load'
|
|
||||||
type: service
|
|
||||||
|
|
||||||
|
|
||||||
Create your model
|
|
||||||
=================
|
|
||||||
|
|
||||||
Create your model on the usual way:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\Entity\AccompanyingPeriod;
|
|
||||||
|
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod\OriginRepository;
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Entity(repositoryClass=OriginRepository::class)
|
|
||||||
* @ORM\Table(name="chill_person_accompanying_period_origin")
|
|
||||||
*/
|
|
||||||
class Origin
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @ORM\Id
|
|
||||||
* @ORM\GeneratedValue
|
|
||||||
* @ORM\Column(type="integer")
|
|
||||||
*/
|
|
||||||
private $id;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="json")
|
|
||||||
*/
|
|
||||||
private $label;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="date_immutable", nullable=true)
|
|
||||||
*/
|
|
||||||
private $noActiveAfter;
|
|
||||||
|
|
||||||
// .. getters and setters
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Configure api
|
|
||||||
=============
|
|
||||||
|
|
||||||
Configure the api using Yaml (see the full configuration: :ref:`api_full_configuration`):
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
|
||||||
|
|
||||||
# config/packages/chill_main.yaml
|
|
||||||
chill_main:
|
|
||||||
apis:
|
|
||||||
accompanying_period_origin:
|
|
||||||
base_path: '/api/1.0/person/accompanying-period/origin'
|
|
||||||
class: 'Chill\PersonBundle\Entity\AccompanyingPeriod\Origin'
|
|
||||||
name: accompanying_period_origin
|
|
||||||
base_role: 'ROLE_USER'
|
|
||||||
actions:
|
|
||||||
_index:
|
|
||||||
methods:
|
|
||||||
GET: true
|
|
||||||
HEAD: true
|
|
||||||
_entity:
|
|
||||||
methods:
|
|
||||||
GET: true
|
|
||||||
HEAD: true
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
If you are working on a shared bundle (aka "The chill bundles"), you should define your configuration inside the class :code:`ChillXXXXBundleExtension`, using the "prependConfig" feature:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\DependencyInjection;
|
|
||||||
|
|
||||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
|
||||||
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ChillPersonExtension
|
|
||||||
* Loads and manages your bundle configuration
|
|
||||||
*
|
|
||||||
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
|
|
||||||
* @package Chill\PersonBundle\DependencyInjection
|
|
||||||
*/
|
|
||||||
class ChillPersonExtension extends Extension implements PrependExtensionInterface
|
|
||||||
{
|
|
||||||
public function prepend(ContainerBuilder $container)
|
|
||||||
{
|
|
||||||
$this->prependCruds($container);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param ContainerBuilder $container
|
|
||||||
*/
|
|
||||||
protected function prependCruds(ContainerBuilder $container)
|
|
||||||
{
|
|
||||||
$container->prependExtensionConfig('chill_main', [
|
|
||||||
'apis' => [
|
|
||||||
[
|
|
||||||
'class' => \Chill\PersonBundle\Entity\AccompanyingPeriod\Origin::class,
|
|
||||||
'name' => 'accompanying_period_origin',
|
|
||||||
'base_path' => '/api/1.0/person/accompanying-period/origin',
|
|
||||||
'controller' => \Chill\PersonBundle\Controller\OpeningApiController::class,
|
|
||||||
'base_role' => 'ROLE_USER',
|
|
||||||
'actions' => [
|
|
||||||
'_index' => [
|
|
||||||
'methods' => [
|
|
||||||
Request::METHOD_GET => true,
|
|
||||||
Request::METHOD_HEAD => true
|
|
||||||
],
|
|
||||||
],
|
|
||||||
'_entity' => [
|
|
||||||
'methods' => [
|
|
||||||
Request::METHOD_GET => true,
|
|
||||||
Request::METHOD_HEAD => true
|
|
||||||
]
|
|
||||||
],
|
|
||||||
]
|
|
||||||
]
|
|
||||||
]
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
The :code:`_index` and :code:`_entity` action
|
|
||||||
*********************************************
|
|
||||||
|
|
||||||
The :code:`_index` and :code:`_entity` action are default actions:
|
|
||||||
|
|
||||||
* they will call a specific method in the default controller;
|
|
||||||
* they will generate defined routes:
|
|
||||||
|
|
||||||
Index:
|
|
||||||
Name: :code:`chill_api_single_accompanying_period_origin__index`
|
|
||||||
|
|
||||||
Path: :code:`/api/1.0/person/accompanying-period/origin.{_format}`
|
|
||||||
|
|
||||||
Entity:
|
|
||||||
Name: :code:`chill_api_single_accompanying_period_origin__entity`
|
|
||||||
|
|
||||||
Path: :code:`/api/1.0/person/accompanying-period/origin/{id}.{_format}`
|
|
||||||
|
|
||||||
Role
|
|
||||||
****
|
|
||||||
|
|
||||||
By default, the key `base_role` is used to check ACL. Take care of creating the :code:`Voter` required to take that into account.
|
|
||||||
|
|
||||||
For index action, the role will be called with :code:`NULL` as :code:`$subject`. The retrieved entity will be the subject for single queries.
|
|
||||||
|
|
||||||
You can also define a role for each method. In this case, this role is used for the given method, and, if any, the base role is taken into account.
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
|
||||||
|
|
||||||
# config/packages/chill_main.yaml
|
|
||||||
chill_main:
|
|
||||||
apis:
|
|
||||||
accompanying_period_origin:
|
|
||||||
base_path: '/api/1.0/person/bla/bla'
|
|
||||||
class: 'Chill\PersonBundle\Entity\Blah'
|
|
||||||
name: bla
|
|
||||||
actions:
|
|
||||||
_entity:
|
|
||||||
methods:
|
|
||||||
GET: true
|
|
||||||
HEAD: true
|
|
||||||
roles:
|
|
||||||
GET: MY_ROLE_SEE
|
|
||||||
HEAD: MY ROLE_SEE
|
|
||||||
|
|
||||||
Customize the controller
|
|
||||||
************************
|
|
||||||
|
|
||||||
You can customize the controller by hooking into the default actions. Take care of extending :code:`Chill\MainBundle\CRUD\Controller\ApiController`.
|
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\Controller;
|
|
||||||
|
|
||||||
use Chill\MainBundle\CRUD\Controller\ApiController;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
|
||||||
|
|
||||||
class OpeningApiController extends ApiController
|
|
||||||
{
|
|
||||||
protected function customizeQuery(string $action, Request $request, $qb): void
|
|
||||||
{
|
|
||||||
$qb->where($qb->expr()->gt('e.noActiveAfter', ':now'))
|
|
||||||
->orWhere($qb->expr()->isNull('e.noActiveAfter'));
|
|
||||||
$qb->setParameter('now', new \DateTime('now'));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
And set your controller in configuration:
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
|
||||||
|
|
||||||
chill_main:
|
|
||||||
apis:
|
|
||||||
accompanying_period_origin:
|
|
||||||
base_path: '/api/1.0/person/accompanying-period/origin'
|
|
||||||
class: 'Chill\PersonBundle\Entity\AccompanyingPeriod\Origin'
|
|
||||||
name: accompanying_period_origin
|
|
||||||
# add a controller
|
|
||||||
controller: 'Chill\PersonBundle\Controller\OpeningApiController'
|
|
||||||
base_role: 'ROLE_USER'
|
|
||||||
actions:
|
|
||||||
_index:
|
|
||||||
methods:
|
|
||||||
GET: true
|
|
||||||
HEAD: true
|
|
||||||
_entity:
|
|
||||||
methods:
|
|
||||||
GET: true
|
|
||||||
HEAD: true
|
|
||||||
|
|
||||||
Create your own actions
|
|
||||||
***********************
|
|
||||||
|
|
||||||
You can add your own actions:
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
|
||||||
|
|
||||||
chill_main:
|
|
||||||
apis:
|
|
||||||
-
|
|
||||||
class: Chill\PersonBundle\Entity\AccompanyingPeriod
|
|
||||||
name: accompanying_course
|
|
||||||
base_path: /api/1.0/person/accompanying-course
|
|
||||||
controller: Chill\PersonBundle\Controller\AccompanyingCourseApiController
|
|
||||||
actions:
|
|
||||||
# add a custom participation:
|
|
||||||
participation:
|
|
||||||
methods:
|
|
||||||
POST: true
|
|
||||||
DELETE: true
|
|
||||||
GET: false
|
|
||||||
HEAD: false
|
|
||||||
PUT: false
|
|
||||||
roles:
|
|
||||||
POST: CHILL_PERSON_ACCOMPANYING_PERIOD_SEE
|
|
||||||
DELETE: CHILL_PERSON_ACCOMPANYING_PERIOD_SEE
|
|
||||||
GET: null
|
|
||||||
HEAD: null
|
|
||||||
PUT: null
|
|
||||||
single-collection: single
|
|
||||||
|
|
||||||
The key :code:`single-collection` with value :code:`single` will add a :code:`/{id}/ + "action name"` (in this example, :code:`/{id}/participation`) into the path, after the base path. If the value is :code:`collection`, no id will be set, but the action name will be append to the path.
|
|
||||||
|
|
||||||
Then, create the corresponding action into your controller:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\Controller;
|
|
||||||
|
|
||||||
use Chill\MainBundle\CRUD\Controller\ApiController;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
|
||||||
use Symfony\Component\HttpFoundation\Exception\BadRequestException;
|
|
||||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
|
||||||
use Symfony\Component\Validator\Validator\ValidatorInterface;
|
|
||||||
use Chill\PersonBundle\Privacy\AccompanyingPeriodPrivacyEvent;
|
|
||||||
use Chill\PersonBundle\Entity\Person;
|
|
||||||
|
|
||||||
class AccompanyingCourseApiController extends ApiController
|
|
||||||
{
|
|
||||||
protected EventDispatcherInterface $eventDispatcher;
|
|
||||||
|
|
||||||
protected ValidatorInterface $validator;
|
|
||||||
|
|
||||||
public function __construct(EventDispatcherInterface $eventDispatcher, $validator)
|
|
||||||
{
|
|
||||||
$this->eventDispatcher = $eventDispatcher;
|
|
||||||
$this->validator = $validator;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function participationApi($id, Request $request, $_format)
|
|
||||||
{
|
|
||||||
/** @var AccompanyingPeriod $accompanyingPeriod */
|
|
||||||
$accompanyingPeriod = $this->getEntity('participation', $id, $request);
|
|
||||||
$person = $this->getSerializer()
|
|
||||||
->deserialize($request->getContent(), Person::class, $_format, []);
|
|
||||||
|
|
||||||
if (NULL === $person) {
|
|
||||||
throw new BadRequestException('person id not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->onPostCheckACL('participation', $request, $accompanyingPeriod, $_format);
|
|
||||||
|
|
||||||
switch ($request->getMethod()) {
|
|
||||||
case Request::METHOD_POST:
|
|
||||||
$participation = $accompanyingPeriod->addPerson($person);
|
|
||||||
break;
|
|
||||||
case Request::METHOD_DELETE:
|
|
||||||
$participation = $accompanyingPeriod->removePerson($person);
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
throw new BadRequestException("This method is not supported");
|
|
||||||
}
|
|
||||||
|
|
||||||
$errors = $this->validator->validate($accompanyingPeriod);
|
|
||||||
|
|
||||||
if ($errors->count() > 0) {
|
|
||||||
// only format accepted
|
|
||||||
return $this->json($errors);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->getDoctrine()->getManager()->flush();
|
|
||||||
|
|
||||||
return $this->json($participation);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Managing association
|
|
||||||
********************
|
|
||||||
|
|
||||||
ManyToOne association
|
|
||||||
=====================
|
|
||||||
|
|
||||||
In ManyToOne association, you can add associated entities using the :code:`PATCH` request. By default, the serializer deserialize entities only with their id and discriminator type, if any.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
curl -X 'PATCH' \
|
|
||||||
'http://localhost:8001/api/1.0/person/accompanying-course/2668.json' \
|
|
||||||
-H 'accept: */*' \
|
|
||||||
-H 'Content-Type: application/json' \
|
|
||||||
# see the data sent to the server: \
|
|
||||||
-d '{
|
|
||||||
"type": "accompanying_period",
|
|
||||||
"id": 2668,
|
|
||||||
"origin": { "id": 11 }
|
|
||||||
}'
|
|
||||||
|
|
||||||
ManyToMany associations
|
|
||||||
=======================
|
|
||||||
|
|
||||||
In OneToMany association, you can easily create route for adding and removing entities, using :code:`POST` and :code:`DELETE` requests.
|
|
||||||
|
|
||||||
Prepare your entity, creating the methods :code:`addYourEntity` and :code:`removeYourEntity`:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\Entity;
|
|
||||||
|
|
||||||
use Chill\MainBundle\Entity\Scope;
|
|
||||||
use Doctrine\Common\Collections\ArrayCollection;
|
|
||||||
use Doctrine\Common\Collections\Collection;
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
|
||||||
use Symfony\Component\Serializer\Annotation\Groups;
|
|
||||||
use Symfony\Component\Serializer\Annotation\DiscriminatorMap;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* AccompanyingPeriod Class
|
|
||||||
*
|
|
||||||
* @ORM\Entity
|
|
||||||
* @ORM\Table(name="chill_person_accompanying_period")
|
|
||||||
* @DiscriminatorMap(typeProperty="type", mapping={
|
|
||||||
* "accompanying_period"=AccompanyingPeriod::class
|
|
||||||
* })
|
|
||||||
*/
|
|
||||||
class AccompanyingPeriod
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @var Collection
|
|
||||||
* @ORM\ManyToMany(
|
|
||||||
* targetEntity=Scope::class,
|
|
||||||
* cascade={}
|
|
||||||
* )
|
|
||||||
* @Groups({"read"})
|
|
||||||
*/
|
|
||||||
private $scopes;
|
|
||||||
|
|
||||||
public function addScope(Scope $scope): self
|
|
||||||
{
|
|
||||||
$this->scopes[] = $scope;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function removeScope(Scope $scope): void
|
|
||||||
{
|
|
||||||
$this->scopes->removeElement($scope);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Create your route into the configuration:
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
|
||||||
|
|
||||||
chill_main:
|
|
||||||
apis:
|
|
||||||
-
|
|
||||||
class: Chill\PersonBundle\Entity\AccompanyingPeriod
|
|
||||||
name: accompanying_course
|
|
||||||
base_path: /api/1.0/person/accompanying-course
|
|
||||||
controller: Chill\PersonBundle\Controller\AccompanyingCourseApiController
|
|
||||||
actions:
|
|
||||||
scope:
|
|
||||||
methods:
|
|
||||||
POST: true
|
|
||||||
DELETE: true
|
|
||||||
GET: false
|
|
||||||
HEAD: false
|
|
||||||
PUT: false
|
|
||||||
PATCH: false
|
|
||||||
roles:
|
|
||||||
POST: CHILL_PERSON_ACCOMPANYING_PERIOD_SEE
|
|
||||||
DELETE: CHILL_PERSON_ACCOMPANYING_PERIOD_SEE
|
|
||||||
GET: null
|
|
||||||
HEAD: null
|
|
||||||
PUT: null
|
|
||||||
PATCH: null
|
|
||||||
controller_action: null
|
|
||||||
path: null
|
|
||||||
single-collection: single
|
|
||||||
|
|
||||||
This will create a new route, which will accept two methods: DELETE and POST:
|
|
||||||
|
|
||||||
.. code-block:: raw
|
|
||||||
|
|
||||||
+--------------+---------------------------------------------------------------------------------------+
|
|
||||||
| Property | Value |
|
|
||||||
+--------------+---------------------------------------------------------------------------------------+
|
|
||||||
| Route Name | chill_api_single_accompanying_course_scope |
|
|
||||||
| Path | /api/1.0/person/accompanying-course/{id}/scope.{_format} |
|
|
||||||
| Path Regex | {^/api/1\.0/person/accompanying\-course/(?P<id>[^/]++)/scope\.(?P<_format>[^/]++)$}sD |
|
|
||||||
| Host | ANY |
|
|
||||||
| Host Regex | |
|
|
||||||
| Scheme | ANY |
|
|
||||||
| Method | POST|DELETE |
|
|
||||||
| Requirements | {id}: \d+ |
|
|
||||||
| Class | Symfony\Component\Routing\Route |
|
|
||||||
| Defaults | _controller: csapi_accompanying_course_controller:scopeApi |
|
|
||||||
| Options | compiler_class: Symfony\Component\Routing\RouteCompiler |
|
|
||||||
+--------------+---------------------------------------------------------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Then, create the controller action. Call the method:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\Controller;
|
|
||||||
|
|
||||||
use Chill\MainBundle\CRUD\Controller\ApiController;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
|
||||||
use Chill\MainBundle\Entity\Scope;
|
|
||||||
|
|
||||||
class MyController extends ApiController
|
|
||||||
{
|
|
||||||
public function scopeApi($id, Request $request, string $_format): Response
|
|
||||||
{
|
|
||||||
return $this->addRemoveSomething('scope', $id, $request, $_format, 'scope', Scope::class, [ 'groups' => [ 'read' ] ]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
This will allow to add a scope by his id, and delete them.
|
|
||||||
|
|
||||||
Curl requests:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
# add a scope with id 5
|
|
||||||
curl -X 'POST' \
|
|
||||||
'http://localhost:8001/api/1.0/person/accompanying-course/2868/scope.json' \
|
|
||||||
-H 'accept: */*' \
|
|
||||||
-H 'Content-Type: application/json' \
|
|
||||||
-d '{
|
|
||||||
"type": "scope",
|
|
||||||
"id": 5
|
|
||||||
}'
|
|
||||||
|
|
||||||
# remove a scope with id 5
|
|
||||||
curl -X 'DELETE' \
|
|
||||||
'http://localhost:8001/api/1.0/person/accompanying-course/2868/scope.json' \
|
|
||||||
-H 'accept: */*' \
|
|
||||||
-H 'Content-Type: application/json' \
|
|
||||||
-d '{
|
|
||||||
"id": 5,
|
|
||||||
"type": "scope"
|
|
||||||
}'
|
|
||||||
|
|
||||||
Deserializing an association where multiple types are allowed
|
|
||||||
=============================================================
|
|
||||||
|
|
||||||
Sometimes, multiples types are allowed as association to one entity:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\Entity\AccompanyingPeriod;
|
|
||||||
|
|
||||||
use Chill\PersonBundle\Entity\Person;
|
|
||||||
use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
|
||||||
|
|
||||||
class Resource
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToOne(targetEntity=ThirdParty::class)
|
|
||||||
* @ORM\JoinColumn(nullable=true)
|
|
||||||
*/
|
|
||||||
private $thirdParty;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToOne(targetEntity=Person::class)
|
|
||||||
* @ORM\JoinColumn(nullable=true)
|
|
||||||
*/
|
|
||||||
private $person;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @param $resource Person|ThirdParty
|
|
||||||
*/
|
|
||||||
public function setResource($resource): self
|
|
||||||
{
|
|
||||||
// ...
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return ThirdParty|Person
|
|
||||||
* @Groups({"read", "write"})
|
|
||||||
*/
|
|
||||||
public function getResource()
|
|
||||||
{
|
|
||||||
return $this->person ?? $this->thirdParty;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
This is not well taken into account by the Symfony serializer natively.
|
|
||||||
|
|
||||||
You must, then, create your own CustomNormalizer. You can help yourself using this:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
namespace Chill\PersonBundle\Serializer\Normalizer;
|
|
||||||
|
|
||||||
use Chill\PersonBundle\Entity\Person;
|
|
||||||
use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod\Resource;
|
|
||||||
use Chill\PersonBundle\Repository\AccompanyingPeriod\ResourceRepository;
|
|
||||||
use Symfony\Component\Serializer\Normalizer\DenormalizerInterface;
|
|
||||||
use Symfony\Component\Serializer\Normalizer\DenormalizerAwareInterface;
|
|
||||||
use Symfony\Component\Serializer\Normalizer\DenormalizerAwareTrait;
|
|
||||||
use Symfony\Component\Serializer\Normalizer\ObjectToPopulateTrait;
|
|
||||||
use Symfony\Component\Serializer\Exception;
|
|
||||||
use Chill\MainBundle\Serializer\Normalizer\DiscriminatedObjectDenormalizer;
|
|
||||||
|
|
||||||
|
|
||||||
class AccompanyingPeriodResourceNormalizer implements DenormalizerInterface, DenormalizerAwareInterface
|
|
||||||
{
|
|
||||||
use DenormalizerAwareTrait;
|
|
||||||
use ObjectToPopulateTrait;
|
|
||||||
|
|
||||||
public function __construct(ResourceRepository $repository)
|
|
||||||
{
|
|
||||||
$this->repository = $repository;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function denormalize($data, string $type, string $format = null, array $context = [])
|
|
||||||
{
|
|
||||||
// .. snipped for brevity
|
|
||||||
|
|
||||||
if ($resource === NULL) {
|
|
||||||
$resource = new Resource();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (\array_key_exists('resource', $data)) {
|
|
||||||
$res = $this->denormalizer->denormalize(
|
|
||||||
$data['resource'],
|
|
||||||
// call for a "multiple type"
|
|
||||||
DiscriminatedObjectDenormalizer::TYPE,
|
|
||||||
$format,
|
|
||||||
// into the context, we add the list of allowed types:
|
|
||||||
[
|
|
||||||
DiscriminatedObjectDenormalizer::ALLOWED_TYPES =>
|
|
||||||
[
|
|
||||||
Person::class, ThirdParty::class
|
|
||||||
]
|
|
||||||
]
|
|
||||||
);
|
|
||||||
|
|
||||||
$resource->setResource($res);
|
|
||||||
}
|
|
||||||
|
|
||||||
return $resource;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public function supportsDenormalization($data, string $type, string $format = null)
|
|
||||||
{
|
|
||||||
return $type === Resource::class;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Serialization for collection
|
|
||||||
****************************
|
|
||||||
|
|
||||||
A specific model has been defined for returning collection:
|
|
||||||
|
|
||||||
.. code-block:: json
|
|
||||||
|
|
||||||
{
|
|
||||||
"count": 49,
|
|
||||||
"results": [
|
|
||||||
],
|
|
||||||
"pagination": {
|
|
||||||
"more": true,
|
|
||||||
"next": "/api/1.0/search.json&q=xxxx......&page=2",
|
|
||||||
"previous": null,
|
|
||||||
"first": 0,
|
|
||||||
"items_per_page": 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Where this is relevant, this model should be re-used in custom controller actions.
|
|
||||||
|
|
||||||
In custom actions, this can be achieved quickly by assembling results into a :code:`Chill\MainBundle\Serializer\Model\Collection`. The pagination information is given by using :code:`Paginator` (see :ref:`Pagination <pagination-ref>`).
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
|
||||||
use Chill\MainBundle\Pagination\PaginatorInterface;
|
|
||||||
|
|
||||||
class MyController extends AbstractController
|
|
||||||
{
|
|
||||||
|
|
||||||
protected function serializeCollection(PaginatorInterface $paginator, $entities): Response
|
|
||||||
{
|
|
||||||
$model = new Collection($entities, $paginator);
|
|
||||||
|
|
||||||
return $this->json($model, Response::HTTP_OK, [], $context);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.. _api_full_configuration:
|
|
||||||
|
|
||||||
Full configuration example
|
|
||||||
**************************
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
|
||||||
|
|
||||||
apis:
|
|
||||||
-
|
|
||||||
class: Chill\PersonBundle\Entity\AccompanyingPeriod
|
|
||||||
name: accompanying_course
|
|
||||||
base_path: /api/1.0/person/accompanying-course
|
|
||||||
controller: Chill\PersonBundle\Controller\AccompanyingCourseApiController
|
|
||||||
actions:
|
|
||||||
_entity:
|
|
||||||
roles:
|
|
||||||
GET: CHILL_PERSON_ACCOMPANYING_PERIOD_SEE
|
|
||||||
HEAD: null
|
|
||||||
POST: null
|
|
||||||
DELETE: null
|
|
||||||
PUT: null
|
|
||||||
controller_action: null
|
|
||||||
path: null
|
|
||||||
single-collection: single
|
|
||||||
methods:
|
|
||||||
GET: true
|
|
||||||
HEAD: true
|
|
||||||
POST: false
|
|
||||||
DELETE: false
|
|
||||||
PUT: false
|
|
||||||
participation:
|
|
||||||
methods:
|
|
||||||
POST: true
|
|
||||||
DELETE: true
|
|
||||||
GET: false
|
|
||||||
HEAD: false
|
|
||||||
PUT: false
|
|
||||||
roles:
|
|
||||||
POST: CHILL_PERSON_ACCOMPANYING_PERIOD_SEE
|
|
||||||
DELETE: CHILL_PERSON_ACCOMPANYING_PERIOD_SEE
|
|
||||||
GET: null
|
|
||||||
HEAD: null
|
|
||||||
PUT: null
|
|
||||||
controller_action: null
|
|
||||||
# the requirements for the route. Will be set to `[ 'id' => '\d+' ]` if left empty.
|
|
||||||
requirements: []
|
|
||||||
path: null
|
|
||||||
single-collection: single
|
|
||||||
base_role: null
|
|
||||||
|
|
||||||
|
|
@@ -16,7 +16,6 @@ As Chill rely on the `symfony <http://symfony.com>`_ framework, reading the fram
|
|||||||
|
|
||||||
Instructions to create a new bundle <create-a-new-bundle.rst>
|
Instructions to create a new bundle <create-a-new-bundle.rst>
|
||||||
CRUD (Create - Update - Delete) for one entity <crud.rst>
|
CRUD (Create - Update - Delete) for one entity <crud.rst>
|
||||||
Helpers for building a REST API <api.rst>
|
|
||||||
Routing <routing.rst>
|
Routing <routing.rst>
|
||||||
Menus <menus.rst>
|
Menus <menus.rst>
|
||||||
Forms <forms.rst>
|
Forms <forms.rst>
|
||||||
@@ -30,7 +29,7 @@ As Chill rely on the `symfony <http://symfony.com>`_ framework, reading the fram
|
|||||||
Timelines <timelines.rst>
|
Timelines <timelines.rst>
|
||||||
Exports <exports.rst>
|
Exports <exports.rst>
|
||||||
Embeddable comments <embeddable-comments.rst>
|
Embeddable comments <embeddable-comments.rst>
|
||||||
Run tests <run-tests.rst>
|
Testing <make-test-working.rst>
|
||||||
Useful snippets <useful-snippets.rst>
|
Useful snippets <useful-snippets.rst>
|
||||||
manual/index.rst
|
manual/index.rst
|
||||||
Assets <assets.rst>
|
Assets <assets.rst>
|
||||||
|
231
docs/source/development/make-test-working.rst
Normal file
231
docs/source/development/make-test-working.rst
Normal file
@@ -0,0 +1,231 @@
|
|||||||
|
.. Copyright (C) 2014 Champs Libres Cooperative SCRLFS
|
||||||
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
|
under the terms of the GNU Free Documentation License, Version 1.3
|
||||||
|
or any later version published by the Free Software Foundation;
|
||||||
|
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
||||||
|
A copy of the license is included in the section entitled "GNU
|
||||||
|
Free Documentation License".
|
||||||
|
|
||||||
|
Make tests working
|
||||||
|
******************
|
||||||
|
|
||||||
|
Unit and functional tests are important to ensure that bundle may be deployed securely.
|
||||||
|
|
||||||
|
In reason of the Chill architecture, test should be runnable from the bundle's directory and works correctly: this will allow continuous integration tools to run tests automatically.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Integration tools (i.e. `travis-ci <https://travis-ci.org>`_) works like this :
|
||||||
|
|
||||||
|
* they clone the bundle repository in a virtual machine, using git
|
||||||
|
* they optionnaly run `composer` to download and install depedencies
|
||||||
|
* they optionnaly run other command to prepare a database, insert fixtures, ...
|
||||||
|
* they run test
|
||||||
|
|
||||||
|
On the developer's machine test should be runnable with two or three commands **runned from the bundle directory** :
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ composer install --dev
|
||||||
|
$ // command to insert fixtures, ...
|
||||||
|
$ phpunit
|
||||||
|
|
||||||
|
This chapter has been inspired by `this useful blog post <http://blog.kevingomez.fr/2013/01/09/functional-testing-standalone-symfony2-bundles/>`_.
|
||||||
|
|
||||||
|
Bootstrap phpunit for a standalone bundle
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
Unit tests should run after achieving this step.
|
||||||
|
|
||||||
|
|
||||||
|
phpunit.xml
|
||||||
|
-----------
|
||||||
|
|
||||||
|
A `phpunit.xml.dist` file should be present at the bundle root.
|
||||||
|
|
||||||
|
.. code-block:: xml
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
|
||||||
|
<!-- the file "./Tests/boostrap.php" will be created on the next step -->
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="ChillMain test suite">
|
||||||
|
<directory suffix="Test.php">./Tests</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
<filter>
|
||||||
|
<whitelist>
|
||||||
|
<directory>./</directory>
|
||||||
|
<exclude>
|
||||||
|
<directory>./Resources</directory>
|
||||||
|
<directory>./Tests</directory>
|
||||||
|
<directory>./vendor</directory>
|
||||||
|
</exclude>
|
||||||
|
</whitelist>
|
||||||
|
</filter>
|
||||||
|
</phpunit>
|
||||||
|
|
||||||
|
|
||||||
|
bootstrap.php
|
||||||
|
--------------
|
||||||
|
|
||||||
|
A file `boostrap.php`, located in the `Tests` directory, will allow phpunit to resolve class autoloading :
|
||||||
|
|
||||||
|
.. code-block:: php
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if (!is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
|
||||||
|
throw new \LogicException('Could not find autoload.php in vendor/. Did you run "composer install --dev"?');
|
||||||
|
}
|
||||||
|
|
||||||
|
require $autoloadFile;
|
||||||
|
|
||||||
|
|
||||||
|
composer.json
|
||||||
|
-------------
|
||||||
|
|
||||||
|
The `composer.json` file **located at the bundle's root** should contains all depencies needed to run test (and to execute bundle functions).
|
||||||
|
|
||||||
|
Ensure that all dependencies are included in the `require` and `require-dev` sections.
|
||||||
|
|
||||||
|
|
||||||
|
Functional tests
|
||||||
|
================
|
||||||
|
|
||||||
|
If you want to access services, database, and run functional tests, you will have to bootstrap a symfony app, with the minimal configuration. Three files are required :
|
||||||
|
|
||||||
|
* a `config_test.yml` file (eventually with a `config.yml`);
|
||||||
|
* a `routing.yml` file
|
||||||
|
* an `AppKernel.php` file
|
||||||
|
|
||||||
|
Adapt phpunit.xml
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
You should add reference to the new application within `phpunit.xml.dist`. The directive `<php>` should be added like this, if your `AppKernel.php` file is located in `Tests/Fixtures/App` directory:
|
||||||
|
|
||||||
|
.. code-block:: xml
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="ChillMain test suite">
|
||||||
|
<directory suffix="Test.php">./Tests</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
<filter>
|
||||||
|
<whitelist>
|
||||||
|
<directory>./</directory>
|
||||||
|
<exclude>
|
||||||
|
<directory>./Resources</directory>
|
||||||
|
<directory>./Tests</directory>
|
||||||
|
<directory>./vendor</directory>
|
||||||
|
</exclude>
|
||||||
|
</whitelist>
|
||||||
|
</filter>
|
||||||
|
<!-- the lines we added -->
|
||||||
|
<php>
|
||||||
|
<server name="KERNEL_DIR" value="./Tests/Fixtures/App/" />
|
||||||
|
</php>
|
||||||
|
</phpunit>
|
||||||
|
|
||||||
|
AppKernel.php
|
||||||
|
-------------
|
||||||
|
|
||||||
|
This file boostrap the app. It contains three functions. This is the file used in the ChillMain bundle :
|
||||||
|
|
||||||
|
.. code-block:: php
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
use Symfony\Component\HttpKernel\Kernel;
|
||||||
|
use Symfony\Component\Config\Loader\LoaderInterface;
|
||||||
|
|
||||||
|
class AppKernel extends Kernel
|
||||||
|
{
|
||||||
|
public function registerBundles()
|
||||||
|
{
|
||||||
|
return array(
|
||||||
|
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
|
||||||
|
new Chill\MainBundle\ChillMainBundle(),
|
||||||
|
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
|
||||||
|
new Symfony\Bundle\TwigBundle\TwigBundle(),
|
||||||
|
new \Symfony\Bundle\AsseticBundle\AsseticBundle(),
|
||||||
|
#add here all the required bundle (some bundle are not required)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function registerContainerConfiguration(LoaderInterface $loader)
|
||||||
|
{
|
||||||
|
$loader->load(__DIR__.'/config/config_'.$this->getEnvironment().'.yml');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCacheDir()
|
||||||
|
{
|
||||||
|
return sys_get_temp_dir().'/ChillMainBundle/cache';
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getLogDir()
|
||||||
|
{
|
||||||
|
return sys_get_temp_dir().'/ChillMainBundle/logs';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
config_test.yml
|
||||||
|
---------------
|
||||||
|
|
||||||
|
There are only few parameters required for the config file. This is a basic version for ChillMain :
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
# config/config_test.yml
|
||||||
|
imports:
|
||||||
|
- { resource: config.yml } #here we import a config.yml file, this is not required
|
||||||
|
|
||||||
|
framework:
|
||||||
|
test: ~
|
||||||
|
session:
|
||||||
|
storage_id: session.storage.filesystem
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
# config/config.yml
|
||||||
|
framework:
|
||||||
|
secret: Not very secret
|
||||||
|
router: { resource: "%kernel.root_dir%/config/routing.yml" }
|
||||||
|
form: true
|
||||||
|
csrf_protection: true
|
||||||
|
session: ~
|
||||||
|
default_locale: fr
|
||||||
|
translator: { fallback: fr }
|
||||||
|
profiler: { only_exceptions: false }
|
||||||
|
templating: #required for assetic. Remove if not needed
|
||||||
|
engines: ['twig']
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
You must adapt config.yml file according to your required bundle. Some options will be missing, other may be removed...
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
If you would like to tests different environments, with differents configuration, you could create differents config_XXX.yml files.
|
||||||
|
|
||||||
|
routing.yml
|
||||||
|
------------
|
||||||
|
|
||||||
|
You should add there all routing information needed for your bundle.
|
||||||
|
|
||||||
|
.. code-block: yaml
|
||||||
|
|
||||||
|
chill_main_bundle:
|
||||||
|
resource: "@CLChillMainBundle/Resources/config/routing.yml"
|
||||||
|
|
||||||
|
That's it. Tests should pass.
|
@@ -7,8 +7,6 @@
|
|||||||
Free Documentation License".
|
Free Documentation License".
|
||||||
|
|
||||||
|
|
||||||
.. _pagination-ref:
|
|
||||||
|
|
||||||
Pagination
|
Pagination
|
||||||
##########
|
##########
|
||||||
|
|
||||||
@@ -17,7 +15,7 @@ The Bundle :code:`Chill\MainBundle` provides a **Pagination** api which allow yo
|
|||||||
A simple example
|
A simple example
|
||||||
****************
|
****************
|
||||||
|
|
||||||
In the controller, get the :code:`Chill\Main\Pagination\PaginatorFactory` from the `Container` and use this :code:`PaginatorFactory` to create a :code:`Paginator` instance.
|
In the controller, get the :class:`Chill\Main\Pagination\PaginatorFactory` from the `Container` and use this :code:`PaginatorFactory` to create a :code:`Paginator` instance.
|
||||||
|
|
||||||
|
|
||||||
.. literalinclude:: pagination/example.php
|
.. literalinclude:: pagination/example.php
|
||||||
|
@@ -1,68 +0,0 @@
|
|||||||
.. Copyright (C) 2014 Champs Libres Cooperative SCRLFS
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
|
||||||
under the terms of the GNU Free Documentation License, Version 1.3
|
|
||||||
or any later version published by the Free Software Foundation;
|
|
||||||
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
|
||||||
A copy of the license is included in the section entitled "GNU
|
|
||||||
Free Documentation License".
|
|
||||||
|
|
||||||
Run tests
|
|
||||||
*********
|
|
||||||
|
|
||||||
In reason of the Chill architecture, test should be runnable from the bundle's directory and works correctly: this will allow continuous integration tools to run tests automatically.
|
|
||||||
|
|
||||||
From chill app
|
|
||||||
==============
|
|
||||||
|
|
||||||
This is the most convenient method for developer: run test for chill bundle from the main app.
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
# run into a container
|
|
||||||
docker-compose exec --user $(id -u) php bash
|
|
||||||
# execute all tests suites
|
|
||||||
bin/phpunit
|
|
||||||
# .. or execute a single test
|
|
||||||
bin/phpunit vendor/chill-project/chill-bundles/src/Bundle/ChillMainBundle/Tests/path/to/FileTest.php
|
|
||||||
|
|
||||||
You can also run tests in a single command:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
docker-compose exec --user $(id -u) php bin/phpunit
|
|
||||||
|
|
||||||
|
|
||||||
Tests from a bundle (chill-bundles)
|
|
||||||
-----------------------------------
|
|
||||||
|
|
||||||
Those tests needs the whole symfony app to execute Application Tests (which test html page).
|
|
||||||
|
|
||||||
For ease, the app is cloned using a :code:`git submodule`, which clone the main app into :code:`tests/app`, and tests are bootstrapped to this app. The dependencies are also installed into `tests/app/vendor` to ensure compliance with relative path from this symfony application.
|
|
||||||
|
|
||||||
You may boostrap the tests fro the chill bundle this way:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
# ensure to be located into the environement (provided by docker suits well)
|
|
||||||
docker-compose exec --user $(id -u) php bash
|
|
||||||
# go to chill subdirectory
|
|
||||||
cd vendor/chill-project/chill-bundles
|
|
||||||
# install submodule
|
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
# install composer and dependencies
|
|
||||||
curl -sS https://getcomposer.org/installer | php
|
|
||||||
# run tests
|
|
||||||
bin/phpunit
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
If you are on a fresh install, you will need to migrate database schema.
|
|
||||||
|
|
||||||
The path to console tool must be adapted to the app. To load migration and add fixtures, one can execute the following commands:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
tests/app/bin/console doctrine:migrations:migrate
|
|
||||||
tests/app/bin/console doctrine:fixtures:load
|
|
||||||
|
|
@@ -97,7 +97,7 @@ The has the following signature :
|
|||||||
*
|
*
|
||||||
* @param string $context
|
* @param string $context
|
||||||
* @param mixed[] $args the argument to the context.
|
* @param mixed[] $args the argument to the context.
|
||||||
* @return TimelineSingleQuery
|
* @return string[]
|
||||||
* @throw \LogicException if the context is not supported
|
* @throw \LogicException if the context is not supported
|
||||||
*/
|
*/
|
||||||
public function fetchQuery($context, array $args);
|
public function fetchQuery($context, array $args);
|
||||||
@@ -163,16 +163,18 @@ The has the following signature :
|
|||||||
The `fetchQuery` function
|
The `fetchQuery` function
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The fetchQuery function help to build the UNION query to gather events. This function should return an instance of :code:`TimelineSingleQuery`. For you convenience, this object may be build using an associative array with the following keys:
|
The fetchQuery function help to build the UNION query to gather events. This function should return an associative array MUST have the following key :
|
||||||
|
|
||||||
* `id` : the name of the id column
|
* `id` : the name of the id column
|
||||||
* `type`: a string to indicate the type
|
* `type`: a string to indicate the type
|
||||||
* `date`: the name of the datetime column, used to order entities by date
|
* `date`: the name of the datetime column, used to order entities by date
|
||||||
* `FROM`: the FROM clause. May contains JOIN instructions
|
* `FROM` (in capital) : the FROM clause. May contains JOIN instructions
|
||||||
* `WHERE`: the WHERE clause;
|
|
||||||
* `parameters`: the parameters to pass to the query
|
|
||||||
|
|
||||||
The parameters should be replaced into the query by :code:`?`. They will be replaced into the query using prepared statements.
|
Those key are optional:
|
||||||
|
|
||||||
|
* `WHERE` (in capital) : the WHERE clause.
|
||||||
|
|
||||||
|
Where relevant, the data must be quoted to avoid SQL injection.
|
||||||
|
|
||||||
`$context` and `$args` are defined by the bundle which will call the timeline rendering. You may use them to build a different query depending on this context.
|
`$context` and `$args` are defined by the bundle which will call the timeline rendering. You may use them to build a different query depending on this context.
|
||||||
|
|
||||||
@@ -184,15 +186,6 @@ For instance, if the context is `'person'`, the args will be this array :
|
|||||||
'person' => $person //a \Chill\PersonBundle\Entity\Person entity
|
'person' => $person //a \Chill\PersonBundle\Entity\Person entity
|
||||||
);
|
);
|
||||||
|
|
||||||
For the context :code:`center`, the args will be:
|
|
||||||
|
|
||||||
.. code-block:: php
|
|
||||||
|
|
||||||
array(
|
|
||||||
'centers' => [ ] // an array of \Chill\MainBundle\Entity\Center entities
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
You should find in the bundle documentation which contexts are arguments the bundle defines.
|
You should find in the bundle documentation which contexts are arguments the bundle defines.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
@@ -206,12 +199,13 @@ Example of an implementation :
|
|||||||
namespace Chill\ReportBundle\Timeline;
|
namespace Chill\ReportBundle\Timeline;
|
||||||
|
|
||||||
use Chill\MainBundle\Timeline\TimelineProviderInterface;
|
use Chill\MainBundle\Timeline\TimelineProviderInterface;
|
||||||
use Chill\MainBundle\Timeline\TimelineSingleQuery;
|
|
||||||
use Doctrine\ORM\EntityManager;
|
use Doctrine\ORM\EntityManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provide report for inclusion in timeline
|
* Provide report for inclusion in timeline
|
||||||
*
|
*
|
||||||
|
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||||
|
* @author Champs Libres <info@champs-libres.coop>
|
||||||
*/
|
*/
|
||||||
class TimelineReportProvider implements TimelineProviderInterface
|
class TimelineReportProvider implements TimelineProviderInterface
|
||||||
{
|
{
|
||||||
@@ -233,17 +227,16 @@ Example of an implementation :
|
|||||||
|
|
||||||
$metadata = $this->em->getClassMetadata('ChillReportBundle:Report');
|
$metadata = $this->em->getClassMetadata('ChillReportBundle:Report');
|
||||||
|
|
||||||
return TimelineSingleQuery::fromArray([
|
return array(
|
||||||
'id' => $metadata->getColumnName('id'),
|
'id' => $metadata->getColumnName('id'),
|
||||||
'type' => 'report',
|
'type' => 'report',
|
||||||
'date' => $metadata->getColumnName('date'),
|
'date' => $metadata->getColumnName('date'),
|
||||||
'FROM' => $metadata->getTableName(),
|
'FROM' => $metadata->getTableName(),
|
||||||
'WHERE' => sprintf('%s = ?',
|
'WHERE' => sprintf('%s = %d',
|
||||||
$metadata
|
$metadata
|
||||||
->getAssociationMapping('person')['joinColumns'][0]['name'])
|
->getAssociationMapping('person')['joinColumns'][0]['name'],
|
||||||
)
|
$args['person']->getId())
|
||||||
'parameters' => [ $args['person']->getId() ]
|
);
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//....
|
//....
|
||||||
|
@@ -82,7 +82,7 @@ Chill will be available at ``http://localhost:8001.`` Currently, there isn't any
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
docker-compose exec --user $(id -u) php bin/console doctrine:fixtures:load --purge-with-truncate
|
docker-compose exec --user $(id -u) php bin/console doctrine:fixtures:load
|
||||||
|
|
||||||
There are several users available:
|
There are several users available:
|
||||||
|
|
||||||
|
@@ -18,20 +18,12 @@
|
|||||||
<testsuite name="MainBundle">
|
<testsuite name="MainBundle">
|
||||||
<directory suffix="Test.php">src/Bundle/ChillMainBundle/Tests/</directory>
|
<directory suffix="Test.php">src/Bundle/ChillMainBundle/Tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
<testsuite name="PersonBundle">
|
<testsuite name="PersonBundle">
|
||||||
<directory suffix="Test.php">src/Bundle/ChillPersonBundle/Tests/</directory>
|
<directory suffix="Test.php">src/Bundle/ChillPersonBundle/Tests/</directory>
|
||||||
<!-- test for export will be runned later -->
|
|
||||||
<exclude>src/Bundle/ChillPersonBundle/Tests/Export/*</exclude>
|
|
||||||
<!-- we are rewriting accompanying periods... Work in progress -->
|
|
||||||
<exclude>src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingPeriodControllerTest.php</exclude>
|
|
||||||
<!-- we are rewriting address, Work in progress -->
|
|
||||||
<exclude>src/Bundle/ChillPersonBundle/Tests/Controller/PersonAddressControllerTest.php</exclude>
|
|
||||||
<!-- find a solution to create multiple configs -->
|
|
||||||
<exclude>src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php</exclude>
|
|
||||||
<!-- temporarily removed, the time to find a fix -->
|
|
||||||
<exclude>src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php</exclude>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
|
||||||
|
</testsuites>
|
||||||
|
|
||||||
<listeners>
|
<listeners>
|
||||||
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
|
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
|
||||||
|
@@ -23,20 +23,16 @@
|
|||||||
namespace Chill\ActivityBundle\Controller;
|
namespace Chill\ActivityBundle\Controller;
|
||||||
|
|
||||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
|
||||||
use Chill\PersonBundle\Entity\Person;
|
|
||||||
use Chill\PersonBundle\Privacy\PrivacyEvent;
|
use Chill\PersonBundle\Privacy\PrivacyEvent;
|
||||||
use Psr\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
||||||
use Symfony\Component\Form\Form;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
|
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
|
||||||
use Symfony\Component\Security\Core\Role\Role;
|
use Symfony\Component\Security\Core\Role\Role;
|
||||||
use Chill\ActivityBundle\Entity\Activity;
|
use Chill\ActivityBundle\Entity\Activity;
|
||||||
|
use Chill\PersonBundle\Entity\Person;
|
||||||
use Chill\ActivityBundle\Form\ActivityType;
|
use Chill\ActivityBundle\Form\ActivityType;
|
||||||
use Symfony\Component\Serializer\SerializerInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ActivityController
|
* Class ActivityController
|
||||||
@@ -45,227 +41,216 @@ use Symfony\Component\Serializer\SerializerInterface;
|
|||||||
*/
|
*/
|
||||||
class ActivityController extends AbstractController
|
class ActivityController extends AbstractController
|
||||||
{
|
{
|
||||||
protected EventDispatcherInterface $eventDispatcher;
|
|
||||||
|
|
||||||
protected AuthorizationHelper $authorizationHelper;
|
/**
|
||||||
|
* @var EventDispatcherInterface
|
||||||
|
*/
|
||||||
|
protected $eventDispatcher;
|
||||||
|
|
||||||
protected LoggerInterface $logger;
|
/**
|
||||||
|
* @var AuthorizationHelper
|
||||||
|
*/
|
||||||
|
protected $authorizationHelper;
|
||||||
|
|
||||||
protected SerializerInterface $serializer;
|
/**
|
||||||
|
* @var LoggerInterface
|
||||||
|
*/
|
||||||
|
protected $logger;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ActivityController constructor.
|
||||||
|
*
|
||||||
|
* @param EventDispatcherInterface $eventDispatcher
|
||||||
|
* @param AuthorizationHelper $authorizationHelper
|
||||||
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
EventDispatcherInterface $eventDispatcher,
|
EventDispatcherInterface $eventDispatcher,
|
||||||
AuthorizationHelper $authorizationHelper,
|
AuthorizationHelper $authorizationHelper,
|
||||||
LoggerInterface $logger,
|
LoggerInterface $logger
|
||||||
SerializerInterface $serializer
|
|
||||||
) {
|
) {
|
||||||
$this->eventDispatcher = $eventDispatcher;
|
$this->eventDispatcher = $eventDispatcher;
|
||||||
$this->authorizationHelper = $authorizationHelper;
|
$this->authorizationHelper = $authorizationHelper;
|
||||||
$this->logger = $logger;
|
$this->logger = $logger;
|
||||||
$this->serializer = $serializer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Lists all Activity entities.
|
* Lists all Activity entities.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
public function listAction(Request $request): Response
|
public function listAction($person_id, Request $request)
|
||||||
{
|
{
|
||||||
$em = $this->getDoctrine()->getManager();
|
$em = $this->getDoctrine()->getManager();
|
||||||
$view = null;
|
$person = $em->getRepository('ChillPersonBundle:Person')->find($person_id);
|
||||||
|
|
||||||
[$person, $accompanyingPeriod] = $this->getEntity($request);
|
if ($person === NULL) {
|
||||||
|
throw $this->createNotFoundException('Person not found');
|
||||||
if ($person instanceof Person) {
|
|
||||||
$reachableScopes = $this->authorizationHelper
|
|
||||||
->getReachableCircles($this->getUser(), new Role('CHILL_ACTIVITY_SEE'),
|
|
||||||
$person->getCenter());
|
|
||||||
|
|
||||||
$activities = $em->getRepository('ChillActivityBundle:Activity')->findBy(
|
|
||||||
['person' => $person, 'scope' => $reachableScopes],
|
|
||||||
['date' => 'DESC'],
|
|
||||||
);
|
|
||||||
|
|
||||||
$event = new PrivacyEvent($person, array(
|
|
||||||
'element_class' => Activity::class,
|
|
||||||
'action' => 'list'
|
|
||||||
));
|
|
||||||
$this->eventDispatcher->dispatch(PrivacyEvent::PERSON_PRIVACY_EVENT, $event);
|
|
||||||
|
|
||||||
$view = 'ChillActivityBundle:Activity:listPerson.html.twig';
|
|
||||||
} elseif ($accompanyingPeriod instanceof AccompanyingPeriod) {
|
|
||||||
$activities = $em->getRepository('ChillActivityBundle:Activity')->findBy(
|
|
||||||
['accompanyingPeriod' => $accompanyingPeriod],
|
|
||||||
['date' => 'DESC'],
|
|
||||||
);
|
|
||||||
|
|
||||||
$view = 'ChillActivityBundle:Activity:listAccompanyingCourse.html.twig';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->render($view, array(
|
$this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
|
||||||
|
|
||||||
|
$reachableScopes = $this->authorizationHelper
|
||||||
|
->getReachableScopes($this->getUser(), new Role('CHILL_ACTIVITY_SEE'),
|
||||||
|
$person->getCenter());
|
||||||
|
|
||||||
|
$activities = $em->getRepository('ChillActivityBundle:Activity')
|
||||||
|
->findBy(
|
||||||
|
array('person' => $person, 'scope' => $reachableScopes),
|
||||||
|
array('date' => 'DESC')
|
||||||
|
);
|
||||||
|
|
||||||
|
$event = new PrivacyEvent($person, array(
|
||||||
|
'element_class' => Activity::class,
|
||||||
|
'action' => 'list'
|
||||||
|
));
|
||||||
|
$this->eventDispatcher->dispatch(PrivacyEvent::PERSON_PRIVACY_EVENT, $event);
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:Activity:list.html.twig', array(
|
||||||
'activities' => $activities,
|
'activities' => $activities,
|
||||||
'person' => $person,
|
'person' => $person
|
||||||
'accompanyingCourse' => $accompanyingPeriod,
|
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
public function selectTypeAction(Request $request): Response
|
* Creates a new Activity entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function createAction($person_id, Request $request)
|
||||||
{
|
{
|
||||||
$em = $this->getDoctrine()->getManager();
|
$em = $this->getDoctrine()->getManager();
|
||||||
$view = null;
|
$person = $em->getRepository('ChillPersonBundle:Person')->find($person_id);
|
||||||
|
|
||||||
[$person, $accompanyingPeriod] = $this->getEntity($request);
|
if ($person === NULL) {
|
||||||
|
throw $this->createNotFoundException('person not found');
|
||||||
if ($accompanyingPeriod instanceof AccompanyingPeriod) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:selectTypeAccompanyingCourse.html.twig';
|
|
||||||
} elseif ($person instanceof Person) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:selectTypePerson.html.twig';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = [];
|
$this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
|
||||||
|
|
||||||
$activityTypeCategories = $em->getRepository(\Chill\ActivityBundle\Entity\ActivityTypeCategory::class)
|
|
||||||
->findBy(['active' => true], ['ordering' => 'ASC']);
|
|
||||||
|
|
||||||
foreach ($activityTypeCategories as $activityTypeCategory) {
|
|
||||||
$activityTypes = $em->getRepository(\Chill\ActivityBundle\Entity\ActivityType::class)
|
|
||||||
->findBy(['active' => true, 'category' => $activityTypeCategory], ['ordering' => 'ASC']);
|
|
||||||
|
|
||||||
$data[] = [
|
|
||||||
'activityTypeCategory' => $activityTypeCategory,
|
|
||||||
'activityTypes' => $activityTypes,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($view === null) {
|
|
||||||
throw $this->createNotFoundException('Template not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this->render($view, [
|
|
||||||
'person' => $person,
|
|
||||||
'accompanyingCourse' => $accompanyingPeriod,
|
|
||||||
'data' => $data,
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function newAction(Request $request): Response
|
|
||||||
{
|
|
||||||
$em = $this->getDoctrine()->getManager();
|
|
||||||
|
|
||||||
[$person, $accompanyingPeriod] = $this->getEntity($request);
|
|
||||||
|
|
||||||
if ($accompanyingPeriod instanceof AccompanyingPeriod) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:newAccompanyingCourse.html.twig';
|
|
||||||
} elseif ($person instanceof Person) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:newPerson.html.twig';
|
|
||||||
}
|
|
||||||
|
|
||||||
$activityType_id = $request->get('activityType_id', 0);
|
|
||||||
$activityType = $em->getRepository(\Chill\ActivityBundle\Entity\ActivityType::class)
|
|
||||||
->find($activityType_id);
|
|
||||||
|
|
||||||
if (!$activityType instanceof \Chill\ActivityBundle\Entity\ActivityType ||
|
|
||||||
!$activityType->isActive()) {
|
|
||||||
|
|
||||||
$params = $this->buildParamsToUrl($person, $accompanyingPeriod);
|
|
||||||
return $this->redirectToRoute('chill_activity_activity_select_type', $params);
|
|
||||||
}
|
|
||||||
|
|
||||||
$entity = new Activity();
|
$entity = new Activity();
|
||||||
$entity->setUser($this->getUser());
|
$entity->setPerson($person);
|
||||||
|
$form = $this->createCreateForm($entity, $person);
|
||||||
|
$form->handleRequest($request);
|
||||||
|
|
||||||
if ($person instanceof Person) {
|
if ($form->isValid()) {
|
||||||
$entity->setPerson($person);
|
$em = $this->getDoctrine()->getManager();
|
||||||
}
|
|
||||||
|
|
||||||
if ($accompanyingPeriod instanceof AccompanyingPeriod) {
|
$this->denyAccessUnlessGranted('CHILL_ACTIVITY_CREATE', $entity,
|
||||||
$entity->setAccompanyingPeriod($accompanyingPeriod);
|
'creation of this activity not allowed');
|
||||||
}
|
|
||||||
|
|
||||||
$entity->setType($activityType);
|
|
||||||
$entity->setDate(new \DateTime('now'));
|
|
||||||
|
|
||||||
// TODO revoir le Voter de Activity pour tenir compte qu'une activité peut appartenir a une période
|
|
||||||
// $this->denyAccessUnlessGranted('CHILL_ACTIVITY_CREATE', $entity);
|
|
||||||
|
|
||||||
$form = $this->createForm(ActivityType::class, $entity, [
|
|
||||||
'center' => $entity->getCenter(),
|
|
||||||
'role' => new Role('CHILL_ACTIVITY_CREATE'),
|
|
||||||
'activityType' => $entity->getType(),
|
|
||||||
'accompanyingPeriod' => $accompanyingPeriod,
|
|
||||||
])->handleRequest($request);
|
|
||||||
|
|
||||||
if ($form->isSubmitted() && $form->isValid()) {
|
|
||||||
$em->persist($entity);
|
$em->persist($entity);
|
||||||
$em->flush();
|
$em->flush();
|
||||||
|
|
||||||
$this->addFlash('success', $this->get('translator')->trans('Success : activity created!'));
|
$this->get('session')
|
||||||
|
->getFlashBag()
|
||||||
|
->add('success',
|
||||||
|
$this->get('translator')
|
||||||
|
->trans('Success : activity created!')
|
||||||
|
);
|
||||||
|
|
||||||
$params = $this->buildParamsToUrl($person, $accompanyingPeriod);
|
return $this->redirect(
|
||||||
$params['id'] = $entity->getId();
|
$this->generateUrl('chill_activity_activity_show',
|
||||||
|
array('id' => $entity->getId(), 'person_id' => $person_id)));
|
||||||
return $this->redirectToRoute('chill_activity_activity_show', $params);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($view === null) {
|
$this->get('session')
|
||||||
throw $this->createNotFoundException('Template not found');
|
->getFlashBag()->add('danger',
|
||||||
}
|
$this->get('translator')
|
||||||
|
->trans('The form is not valid. The activity has not been created !')
|
||||||
|
);
|
||||||
|
|
||||||
$activity_array = $this->serializer->normalize($entity, 'json', ['groups' => 'read']);
|
return $this->render('ChillActivityBundle:Activity:new.html.twig', array(
|
||||||
|
|
||||||
return $this->render($view, [
|
|
||||||
'person' => $person,
|
|
||||||
'accompanyingCourse' => $accompanyingPeriod,
|
|
||||||
'entity' => $entity,
|
'entity' => $entity,
|
||||||
'form' => $form->createView(),
|
'form' => $form->createView(),
|
||||||
'activity_json' => $activity_array
|
'person' => $person
|
||||||
]);
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function showAction(Request $request, $id): Response
|
/**
|
||||||
|
* Creates a form to create a Activity entity.
|
||||||
|
*
|
||||||
|
* @param Activity $entity The entity
|
||||||
|
*
|
||||||
|
* @return \Symfony\Component\Form\Form The form
|
||||||
|
*/
|
||||||
|
private function createCreateForm(Activity $entity)
|
||||||
|
{
|
||||||
|
$form = $this->createForm(ActivityType::class, $entity,
|
||||||
|
array(
|
||||||
|
'action' => $this->generateUrl('chill_activity_activity_create', [
|
||||||
|
'person_id' => $entity->getPerson()->getId(),
|
||||||
|
]),
|
||||||
|
'method' => 'POST',
|
||||||
|
'center' => $entity->getCenter(),
|
||||||
|
'role' => new Role('CHILL_ACTIVITY_CREATE')
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
return $form;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Displays a form to create a new Activity entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function newAction($person_id)
|
||||||
{
|
{
|
||||||
$em = $this->getDoctrine()->getManager();
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
$person = $em->getRepository('ChillPersonBundle:Person')->find($person_id);
|
||||||
|
|
||||||
[$person, $accompanyingPeriod] = $this->getEntity($request);
|
if ($person === NULL){
|
||||||
|
throw $this->createNotFoundException('Person not found');
|
||||||
if ($accompanyingPeriod instanceof AccompanyingPeriod) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:showAccompanyingCourse.html.twig';
|
|
||||||
} elseif ($person instanceof Person) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:showPerson.html.twig';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
|
||||||
|
|
||||||
|
$entity = new Activity();
|
||||||
|
$entity->setUser($this->get('security.token_storage')->getToken()->getUser());
|
||||||
|
$entity->setPerson($person);
|
||||||
|
$entity->setDate(new \DateTime('now'));
|
||||||
|
|
||||||
|
$this->denyAccessUnlessGranted('CHILL_ACTIVITY_CREATE', $entity);
|
||||||
|
|
||||||
|
$form = $this->createCreateForm($entity, $person);
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:Activity:new.html.twig', array(
|
||||||
|
'person' => $person,
|
||||||
|
'entity' => $entity,
|
||||||
|
'form' => $form->createView(),
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Finds and displays a Activity entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function showAction($person_id, $id)
|
||||||
|
{
|
||||||
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
$person = $em->getRepository('ChillPersonBundle:Person')->find($person_id);
|
||||||
|
|
||||||
|
if (!$person) {
|
||||||
|
throw $this->createNotFoundException('person not found');
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
|
||||||
|
|
||||||
$entity = $em->getRepository('ChillActivityBundle:Activity')->find($id);
|
$entity = $em->getRepository('ChillActivityBundle:Activity')->find($id);
|
||||||
|
|
||||||
if (!$entity) {
|
if (!$entity) {
|
||||||
throw $this->createNotFoundException('Unable to find Activity entity.');
|
throw $this->createNotFoundException('Unable to find Activity entity.');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (null !== $accompanyingPeriod) {
|
$this->denyAccessUnlessGranted('CHILL_ACTIVITY_SEE', $entity);
|
||||||
$entity->personsAssociated = $entity->getPersonsAssociated();
|
|
||||||
$entity->personsNotAssociated = $entity->getPersonsNotAssociated();
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO revoir le Voter de Activity pour tenir compte qu'une activité peut appartenir a une période
|
$deleteForm = $this->createDeleteForm($id, $person);
|
||||||
// $this->denyAccessUnlessGranted('CHILL_ACTIVITY_SEE', $entity);
|
|
||||||
|
|
||||||
$deleteForm = $this->createDeleteForm($id, $person, $accompanyingPeriod);
|
|
||||||
|
|
||||||
// TODO
|
|
||||||
/*
|
|
||||||
$event = new PrivacyEvent($person, array(
|
$event = new PrivacyEvent($person, array(
|
||||||
'element_class' => Activity::class,
|
'element_class' => Activity::class,
|
||||||
'element_id' => $entity->getId(),
|
'element_id' => $entity->getId(),
|
||||||
'action' => 'show'
|
'action' => 'show'
|
||||||
));
|
));
|
||||||
$this->eventDispatcher->dispatch(PrivacyEvent::PERSON_PRIVACY_EVENT, $event);
|
$this->eventDispatcher->dispatch(PrivacyEvent::PERSON_PRIVACY_EVENT, $event);
|
||||||
*/
|
|
||||||
|
|
||||||
if ($view === null) {
|
return $this->render('ChillActivityBundle:Activity:show.html.twig', array(
|
||||||
throw $this->createNotFoundException('Template not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this->render($view, array(
|
|
||||||
'person' => $person,
|
'person' => $person,
|
||||||
'accompanyingCourse' => $accompanyingPeriod,
|
|
||||||
'entity' => $entity,
|
'entity' => $entity,
|
||||||
'delete_form' => $deleteForm->createView(),
|
'delete_form' => $deleteForm->createView(),
|
||||||
));
|
));
|
||||||
@@ -275,70 +260,118 @@ class ActivityController extends AbstractController
|
|||||||
* Displays a form to edit an existing Activity entity.
|
* Displays a form to edit an existing Activity entity.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function editAction($id, Request $request): Response
|
public function editAction($person_id, $id)
|
||||||
{
|
{
|
||||||
$em = $this->getDoctrine()->getManager();
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
$person = $em->getRepository('ChillPersonBundle:Person')->find($person_id);
|
||||||
|
|
||||||
[$person, $accompanyingPeriod] = $this->getEntity($request);
|
if (!$person) {
|
||||||
|
throw $this->createNotFoundException('person not found');
|
||||||
if ($accompanyingPeriod instanceof AccompanyingPeriod) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:editAccompanyingCourse.html.twig';
|
|
||||||
} elseif ($person instanceof Person) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:editPerson.html.twig';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
|
||||||
|
|
||||||
$entity = $em->getRepository('ChillActivityBundle:Activity')->find($id);
|
$entity = $em->getRepository('ChillActivityBundle:Activity')->find($id);
|
||||||
|
|
||||||
if (!$entity) {
|
if (!$entity) {
|
||||||
throw $this->createNotFoundException('Unable to find Activity entity.');
|
throw $this->createNotFoundException('Unable to find Activity entity.');
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
$this->denyAccessUnlessGranted('CHILL_ACTIVITY_UPDATE', $entity);
|
||||||
// $this->denyAccessUnlessGranted('CHILL_ACTIVITY_UPDATE', $entity);
|
|
||||||
|
|
||||||
$form = $this->createForm(ActivityType::class, $entity, [
|
$editForm = $this->createEditForm($entity);
|
||||||
'center' => $entity->getCenter(),
|
$deleteForm = $this->createDeleteForm($id, $person);
|
||||||
'role' => new Role('CHILL_ACTIVITY_UPDATE'),
|
|
||||||
'activityType' => $entity->getType(),
|
|
||||||
'accompanyingPeriod' => $accompanyingPeriod,
|
|
||||||
])->handleRequest($request);
|
|
||||||
|
|
||||||
if ($form->isSubmitted() && $form->isValid()) {
|
|
||||||
$em->persist($entity);
|
|
||||||
$em->flush();
|
|
||||||
|
|
||||||
$this->addFlash('success', $this->get('translator')->trans('Success : activity updated!'));
|
|
||||||
|
|
||||||
$params = $this->buildParamsToUrl($person, $accompanyingPeriod);
|
|
||||||
$params['id'] = $id;
|
|
||||||
return $this->redirectToRoute('chill_activity_activity_show', $params);
|
|
||||||
}
|
|
||||||
|
|
||||||
$deleteForm = $this->createDeleteForm($id, $person, $accompanyingPeriod);
|
|
||||||
|
|
||||||
/*
|
|
||||||
* TODO
|
|
||||||
$event = new PrivacyEvent($person, array(
|
$event = new PrivacyEvent($person, array(
|
||||||
'element_class' => Activity::class,
|
'element_class' => Activity::class,
|
||||||
'element_id' => $entity->getId(),
|
'element_id' => $entity->getId(),
|
||||||
'action' => 'edit'
|
'action' => 'edit'
|
||||||
));
|
));
|
||||||
$this->eventDispatcher->dispatch(PrivacyEvent::PERSON_PRIVACY_EVENT, $event);
|
$this->eventDispatcher->dispatch(PrivacyEvent::PERSON_PRIVACY_EVENT, $event);
|
||||||
*/
|
|
||||||
|
|
||||||
if ($view === null) {
|
return $this->render('ChillActivityBundle:Activity:edit.html.twig', array(
|
||||||
throw $this->createNotFoundException('Template not found');
|
'entity' => $entity,
|
||||||
|
'edit_form' => $editForm->createView(),
|
||||||
|
'delete_form' => $deleteForm->createView(),
|
||||||
|
'person' => $person
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a form to edit a Activity entity.
|
||||||
|
*
|
||||||
|
* @param Activity $entity The entity
|
||||||
|
*
|
||||||
|
* @return \Symfony\Component\Form\Form The form
|
||||||
|
*/
|
||||||
|
private function createEditForm(Activity $entity)
|
||||||
|
{
|
||||||
|
$form = $this->createForm(ActivityType::class, $entity, array(
|
||||||
|
'action' => $this->generateUrl('chill_activity_activity_update',
|
||||||
|
array(
|
||||||
|
'id' => $entity->getId(),
|
||||||
|
'person_id' => $entity->getPerson()->getId()
|
||||||
|
)),
|
||||||
|
'method' => 'PUT',
|
||||||
|
'center' => $entity->getCenter(),
|
||||||
|
'role' => new Role('CHILL_ACTIVITY_UPDATE')
|
||||||
|
));
|
||||||
|
|
||||||
|
return $form;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Edits an existing Activity entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function updateAction(Request $request, $person_id, $id)
|
||||||
|
{
|
||||||
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
|
||||||
|
$person = $em->getRepository('ChillPersonBundle:Person')->find($person_id);
|
||||||
|
$entity = $em->getRepository('ChillActivityBundle:Activity')->find($id);
|
||||||
|
|
||||||
|
if (!$entity) {
|
||||||
|
throw $this->createNotFoundException('Unable to find Activity entity.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$activity_array = $this->serializer->normalize($entity, 'json', ['groups' => 'read']);
|
$this->denyAccessUnlessGranted('CHILL_ACTIVITY_UPDATE', $entity);
|
||||||
|
|
||||||
return $this->render($view, array(
|
$deleteForm = $this->createDeleteForm($id, $person);
|
||||||
|
$editForm = $this->createEditForm($entity);
|
||||||
|
$editForm->handleRequest($request);
|
||||||
|
|
||||||
|
$event = new PrivacyEvent($person, array(
|
||||||
|
'element_class' => Activity::class,
|
||||||
|
'element_id' => $entity->getId(),
|
||||||
|
'action' => 'update'
|
||||||
|
));
|
||||||
|
$this->eventDispatcher->dispatch(PrivacyEvent::PERSON_PRIVACY_EVENT, $event);
|
||||||
|
|
||||||
|
if ($editForm->isValid()) {
|
||||||
|
$em->flush();
|
||||||
|
|
||||||
|
$this->get('session')
|
||||||
|
->getFlashBag()
|
||||||
|
->add('success',
|
||||||
|
$this->get('translator')
|
||||||
|
->trans('Success : activity updated!')
|
||||||
|
);
|
||||||
|
|
||||||
|
return $this->redirect($this->generateUrl('chill_activity_activity_show', array('id' => $id, 'person_id' => $person_id)));
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->get('session')
|
||||||
|
->getFlashBag()
|
||||||
|
->add('error',
|
||||||
|
$this->get('translator')
|
||||||
|
->trans('This form contains errors')
|
||||||
|
);
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:Activity:edit.html.twig', array(
|
||||||
|
'person' => $entity->getPerson(),
|
||||||
'entity' => $entity,
|
'entity' => $entity,
|
||||||
'edit_form' => $form->createView(),
|
'edit_form' => $editForm->createView(),
|
||||||
'delete_form' => $deleteForm->createView(),
|
'delete_form' => $deleteForm->createView(),
|
||||||
'person' => $person,
|
|
||||||
'accompanyingCourse' => $accompanyingPeriod,
|
|
||||||
'activity_json' => $activity_array
|
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -346,29 +379,22 @@ class ActivityController extends AbstractController
|
|||||||
* Deletes a Activity entity.
|
* Deletes a Activity entity.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function deleteAction(Request $request, $id)
|
public function deleteAction(Request $request, $id, $person_id)
|
||||||
{
|
{
|
||||||
$em = $this->getDoctrine()->getManager();
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
|
||||||
[$person, $accompanyingPeriod] = $this->getEntity($request);
|
|
||||||
|
|
||||||
if ($accompanyingPeriod instanceof AccompanyingPeriod) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:confirm_deleteAccompanyingCourse.html.twig';
|
|
||||||
} elseif ($person instanceof Person) {
|
|
||||||
$view = 'ChillActivityBundle:Activity:confirm_deletePerson.html.twig';
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @var $activity Activity */
|
/* @var $activity Activity */
|
||||||
$activity = $em->getRepository('ChillActivityBundle:Activity')->find($id);
|
$activity = $em->getRepository('ChillActivityBundle:Activity')
|
||||||
|
->find($id);
|
||||||
|
$person = $activity->getPerson();
|
||||||
|
|
||||||
if (!$activity) {
|
if (!$activity) {
|
||||||
throw $this->createNotFoundException('Unable to find Activity entity.');
|
throw $this->createNotFoundException('Unable to find Activity entity.');
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
$this->denyAccessUnlessGranted('CHILL_ACTIVITY_DELETE', $activity);
|
||||||
// $this->denyAccessUnlessGranted('CHILL_ACTIVITY_DELETE', $activity);
|
|
||||||
|
|
||||||
$form = $this->createDeleteForm($id, $person, $accompanyingPeriod);
|
$form = $this->createDeleteForm($id, $person);
|
||||||
|
|
||||||
if ($request->getMethod() === Request::METHOD_DELETE) {
|
if ($request->getMethod() === Request::METHOD_DELETE) {
|
||||||
$form->handleRequest($request);
|
$form->handleRequest($request);
|
||||||
@@ -378,14 +404,14 @@ class ActivityController extends AbstractController
|
|||||||
$this->logger->notice("An activity has been removed", array(
|
$this->logger->notice("An activity has been removed", array(
|
||||||
'by_user' => $this->getUser()->getUsername(),
|
'by_user' => $this->getUser()->getUsername(),
|
||||||
'activity_id' => $activity->getId(),
|
'activity_id' => $activity->getId(),
|
||||||
'person_id' => $activity->getPerson() ? $activity->getPerson()->getId() : null,
|
'person_id' => $activity->getPerson()->getId(),
|
||||||
'comment' => $activity->getComment()->getComment(),
|
'comment' => $activity->getComment()->getComment(),
|
||||||
'scope_id' => $activity->getScope() ? $activity->getScope()->getId() : null,
|
'scope_id' => $activity->getScope()->getId(),
|
||||||
'reasons_ids' => $activity->getReasons()
|
'reasons_ids' => $activity->getReasons()
|
||||||
->map(function ($ar) { return $ar->getId(); })
|
->map(function ($ar) { return $ar->getId(); })
|
||||||
->toArray(),
|
->toArray(),
|
||||||
'type_id' => $activity->getType()->getId(),
|
'type_id' => $activity->getType()->getId(),
|
||||||
'duration' => $activity->getDurationTime() ? $activity->getDurationTime()->format('U') : null,
|
'duration' => $activity->getDurationTime()->format('U'),
|
||||||
'date' => $activity->getDate()->format('Y-m-d'),
|
'date' => $activity->getDate()->format('Y-m-d'),
|
||||||
'attendee' => $activity->getAttendee()
|
'attendee' => $activity->getAttendee()
|
||||||
));
|
));
|
||||||
@@ -396,86 +422,37 @@ class ActivityController extends AbstractController
|
|||||||
$this->addFlash('success', $this->get('translator')
|
$this->addFlash('success', $this->get('translator')
|
||||||
->trans("The activity has been successfully removed."));
|
->trans("The activity has been successfully removed."));
|
||||||
|
|
||||||
$params = $this->buildParamsToUrl($person, $accompanyingPeriod);
|
return $this->redirect($this->generateUrl(
|
||||||
return $this->redirectToRoute('chill_activity_activity_list', $params);
|
'chill_activity_activity_list', array(
|
||||||
|
'person_id' => $person_id
|
||||||
|
)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($view === null) {
|
return $this->render('ChillActivityBundle:Activity:confirm_delete.html.twig', array(
|
||||||
throw $this->createNotFoundException('Template not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this->render($view, array(
|
|
||||||
'activity' => $activity,
|
'activity' => $activity,
|
||||||
'delete_form' => $form->createView(),
|
'delete_form' => $form->createView()
|
||||||
'person' => $person,
|
|
||||||
'accompanyingCourse' => $accompanyingPeriod,
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a form to delete a Activity entity by id.
|
* Creates a form to delete a Activity entity by id.
|
||||||
|
*
|
||||||
|
* @param mixed $id The entity id
|
||||||
|
*
|
||||||
|
* @return \Symfony\Component\Form\Form The form
|
||||||
*/
|
*/
|
||||||
private function createDeleteForm(int $id, ?Person $person, ?AccompanyingPeriod $accompanyingPeriod): Form
|
private function createDeleteForm($id, $person)
|
||||||
{
|
{
|
||||||
$params = $this->buildParamsToUrl($person, $accompanyingPeriod);
|
|
||||||
$params['id'] = $id;
|
|
||||||
|
|
||||||
return $this->createFormBuilder()
|
return $this->createFormBuilder()
|
||||||
->setAction($this->generateUrl('chill_activity_activity_delete', $params))
|
->setAction($this->generateUrl(
|
||||||
|
'chill_activity_activity_delete',
|
||||||
|
array('id' => $id, 'person_id' => $person->getId())))
|
||||||
->setMethod('DELETE')
|
->setMethod('DELETE')
|
||||||
->add('submit', SubmitType::class, array('label' => 'Delete'))
|
->add('submit', SubmitType::class, array('label' => 'Delete'))
|
||||||
->getForm()
|
->getForm()
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getEntity(Request $request): array
|
|
||||||
{
|
|
||||||
$em = $this->getDoctrine()->getManager();
|
|
||||||
$person = $accompanyingPeriod = null;
|
|
||||||
|
|
||||||
if ($request->query->has('person_id')) {
|
|
||||||
$person_id = $request->get('person_id');
|
|
||||||
$person = $em->getRepository(Person::class)->find($person_id);
|
|
||||||
|
|
||||||
if ($person === null) {
|
|
||||||
throw $this->createNotFoundException('Person not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
|
|
||||||
} elseif ($request->query->has('accompanying_period_id')) {
|
|
||||||
$accompanying_period_id = $request->get('accompanying_period_id');
|
|
||||||
$accompanyingPeriod = $em->getRepository(AccompanyingPeriod::class)->find($accompanying_period_id);
|
|
||||||
|
|
||||||
if ($accompanyingPeriod === null) {
|
|
||||||
throw $this->createNotFoundException('Accompanying Period not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO Add permission
|
|
||||||
// $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
|
|
||||||
} else {
|
|
||||||
throw $this->createNotFoundException("Person or Accompanying Period not found");
|
|
||||||
}
|
|
||||||
|
|
||||||
return [
|
|
||||||
$person, $accompanyingPeriod
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
private function buildParamsToUrl(
|
|
||||||
?Person $person,
|
|
||||||
?AccompanyingPeriod $accompanyingPeriod
|
|
||||||
): array {
|
|
||||||
$params = [];
|
|
||||||
|
|
||||||
if ($person) {
|
|
||||||
$params['person_id'] = $person->getId();
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($accompanyingPeriod) {
|
|
||||||
$params['accompanying_period_id'] = $accompanyingPeriod->getId();
|
|
||||||
}
|
|
||||||
|
|
||||||
return $params;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,178 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Chill\ActivityBundle\Controller;
|
||||||
|
|
||||||
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||||
|
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
|
||||||
|
use Chill\ActivityBundle\Entity\ActivityType;
|
||||||
|
use Chill\ActivityBundle\Form\ActivityTypeType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class ActivityTypeController
|
||||||
|
*
|
||||||
|
* @package Chill\ActivityBundle\Controller
|
||||||
|
*/
|
||||||
|
class ActivityTypeController extends AbstractController
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Lists all ActivityType entities.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function indexAction()
|
||||||
|
{
|
||||||
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
|
||||||
|
$entities = $em->getRepository('ChillActivityBundle:ActivityType')->findAll();
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:ActivityType:index.html.twig', array(
|
||||||
|
'entities' => $entities,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Creates a new ActivityType entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function createAction(Request $request)
|
||||||
|
{
|
||||||
|
$entity = new ActivityType();
|
||||||
|
$form = $this->createCreateForm($entity);
|
||||||
|
$form->handleRequest($request);
|
||||||
|
|
||||||
|
if ($form->isValid()) {
|
||||||
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
$em->persist($entity);
|
||||||
|
$em->flush();
|
||||||
|
|
||||||
|
return $this->redirect($this->generateUrl('chill_activity_activitytype_show', array('id' => $entity->getId())));
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:ActivityType:new.html.twig', array(
|
||||||
|
'entity' => $entity,
|
||||||
|
'form' => $form->createView(),
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a form to create a ActivityType entity.
|
||||||
|
*
|
||||||
|
* @param ActivityType $entity The entity
|
||||||
|
*
|
||||||
|
* @return \Symfony\Component\Form\Form The form
|
||||||
|
*/
|
||||||
|
private function createCreateForm(ActivityType $entity)
|
||||||
|
{
|
||||||
|
$form = $this->createForm(ActivityTypeType::class, $entity, array(
|
||||||
|
'action' => $this->generateUrl('chill_activity_activitytype_create'),
|
||||||
|
'method' => 'POST',
|
||||||
|
));
|
||||||
|
|
||||||
|
$form->add('submit', SubmitType::class, array('label' => 'Create'));
|
||||||
|
|
||||||
|
return $form;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Displays a form to create a new ActivityType entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function newAction()
|
||||||
|
{
|
||||||
|
$entity = new ActivityType();
|
||||||
|
$form = $this->createCreateForm($entity);
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:ActivityType:new.html.twig', array(
|
||||||
|
'entity' => $entity,
|
||||||
|
'form' => $form->createView(),
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Finds and displays a ActivityType entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function showAction($id)
|
||||||
|
{
|
||||||
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
|
||||||
|
$entity = $em->getRepository('ChillActivityBundle:ActivityType')->find($id);
|
||||||
|
|
||||||
|
if (!$entity) {
|
||||||
|
throw $this->createNotFoundException('Unable to find ActivityType entity.');
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:ActivityType:show.html.twig', array(
|
||||||
|
'entity' => $entity,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Displays a form to edit an existing ActivityType entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function editAction($id)
|
||||||
|
{
|
||||||
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
|
||||||
|
$entity = $em->getRepository('ChillActivityBundle:ActivityType')->find($id);
|
||||||
|
|
||||||
|
if (!$entity) {
|
||||||
|
throw $this->createNotFoundException('Unable to find ActivityType entity.');
|
||||||
|
}
|
||||||
|
|
||||||
|
$editForm = $this->createEditForm($entity);
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:ActivityType:edit.html.twig', array(
|
||||||
|
'entity' => $entity,
|
||||||
|
'edit_form' => $editForm->createView()
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a form to edit a ActivityType entity.
|
||||||
|
*
|
||||||
|
* @param ActivityType $entity The entity
|
||||||
|
*
|
||||||
|
* @return \Symfony\Component\Form\Form The form
|
||||||
|
*/
|
||||||
|
private function createEditForm(ActivityType $entity)
|
||||||
|
{
|
||||||
|
$form = $this->createForm(ActivityTypeType::class, $entity, array(
|
||||||
|
'action' => $this->generateUrl('chill_activity_activitytype_update', array('id' => $entity->getId())),
|
||||||
|
'method' => 'PUT',
|
||||||
|
));
|
||||||
|
|
||||||
|
$form->add('submit', SubmitType::class, array('label' => 'Update'));
|
||||||
|
|
||||||
|
return $form;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Edits an existing ActivityType entity.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public function updateAction(Request $request, $id)
|
||||||
|
{
|
||||||
|
$em = $this->getDoctrine()->getManager();
|
||||||
|
|
||||||
|
$entity = $em->getRepository('ChillActivityBundle:ActivityType')->find($id);
|
||||||
|
|
||||||
|
if (!$entity) {
|
||||||
|
throw $this->createNotFoundException('Unable to find ActivityType entity.');
|
||||||
|
}
|
||||||
|
|
||||||
|
$editForm = $this->createEditForm($entity);
|
||||||
|
$editForm->handleRequest($request);
|
||||||
|
|
||||||
|
if ($editForm->isValid()) {
|
||||||
|
$em->flush();
|
||||||
|
|
||||||
|
return $this->redirect($this->generateUrl('chill_activity_activitytype_edit', array('id' => $id)));
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this->render('ChillActivityBundle:ActivityType:edit.html.twig', array(
|
||||||
|
'entity' => $entity,
|
||||||
|
'edit_form' => $editForm->createView(),
|
||||||
|
));
|
||||||
|
}
|
||||||
|
}
|
@@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Controller;
|
|
||||||
|
|
||||||
use Chill\MainBundle\CRUD\Controller\CRUDController;
|
|
||||||
use Chill\MainBundle\Pagination\PaginatorInterface;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
|
|
||||||
class AdminActivityPresenceController extends CRUDController
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @param string $action
|
|
||||||
* @param \Doctrine\ORM\QueryBuilder|mixed $query
|
|
||||||
* @param Request $request
|
|
||||||
* @param PaginatorInterface $paginator
|
|
||||||
* @return \Doctrine\ORM\QueryBuilder|mixed
|
|
||||||
*/
|
|
||||||
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator)
|
|
||||||
{
|
|
||||||
/** @var \Doctrine\ORM\QueryBuilder $query */
|
|
||||||
return $query->orderBy('e.id', 'ASC');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Controller;
|
|
||||||
|
|
||||||
use Chill\MainBundle\CRUD\Controller\CRUDController;
|
|
||||||
use Chill\MainBundle\Pagination\PaginatorInterface;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
|
|
||||||
class AdminActivityTypeCategoryController extends CRUDController
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @param string $action
|
|
||||||
* @param \Doctrine\ORM\QueryBuilder|mixed $query
|
|
||||||
* @param Request $request
|
|
||||||
* @param PaginatorInterface $paginator
|
|
||||||
* @return \Doctrine\ORM\QueryBuilder|mixed
|
|
||||||
*/
|
|
||||||
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator)
|
|
||||||
{
|
|
||||||
/** @var \Doctrine\ORM\QueryBuilder $query */
|
|
||||||
return $query->orderBy('e.ordering', 'ASC');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Controller;
|
|
||||||
|
|
||||||
use Chill\MainBundle\CRUD\Controller\CRUDController;
|
|
||||||
use Chill\MainBundle\Pagination\PaginatorInterface;
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
|
||||||
|
|
||||||
class AdminActivityTypeController extends CRUDController
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @param string $action
|
|
||||||
* @param \Doctrine\ORM\QueryBuilder|mixed $query
|
|
||||||
* @param Request $request
|
|
||||||
* @param PaginatorInterface $paginator
|
|
||||||
* @return \Doctrine\ORM\QueryBuilder|mixed
|
|
||||||
*/
|
|
||||||
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator)
|
|
||||||
{
|
|
||||||
/** @var \Doctrine\ORM\QueryBuilder $query */
|
|
||||||
return $query->orderBy('e.ordering', 'ASC');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -116,10 +116,9 @@ class LoadActivity extends AbstractFixture implements OrderedFixtureInterface, C
|
|||||||
->setDurationTime($this->faker->dateTime(36000))
|
->setDurationTime($this->faker->dateTime(36000))
|
||||||
->setType($this->getRandomActivityType())
|
->setType($this->getRandomActivityType())
|
||||||
->setScope($this->getRandomScope())
|
->setScope($this->getRandomScope())
|
||||||
|
->setAttendee($this->faker->boolean())
|
||||||
;
|
;
|
||||||
|
|
||||||
// ->setAttendee($this->faker->boolean())
|
|
||||||
|
|
||||||
$usedId = array();
|
$usedId = array();
|
||||||
for ($i = 0; $i < rand(0, 4); $i++) {
|
for ($i = 0; $i < rand(0, 4); $i++) {
|
||||||
$reason = $this->getRandomActivityReason($usedId);
|
$reason = $this->getRandomActivityReason($usedId);
|
||||||
@@ -138,15 +137,11 @@ class LoadActivity extends AbstractFixture implements OrderedFixtureInterface, C
|
|||||||
|
|
||||||
foreach($persons as $person) {
|
foreach($persons as $person) {
|
||||||
$activityNbr = rand(0,3);
|
$activityNbr = rand(0,3);
|
||||||
$ref = 'activity_'.$person->getFullnameCanonical();
|
|
||||||
|
|
||||||
for($i = 0; $i < $activityNbr; $i ++) {
|
for($i = 0; $i < $activityNbr; $i ++) {
|
||||||
print "Creating an activity type for : ".$person." (ref: ".$ref.") \n";
|
print "Creating an activity type for : ".$person."\n";
|
||||||
$activity = $this->newRandomActivity($person);
|
$activity = $this->newRandomActivity($person);
|
||||||
$manager->persist($activity);
|
$manager->persist($activity);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->setReference($ref, $activity);
|
|
||||||
}
|
}
|
||||||
$manager->flush();
|
$manager->flush();
|
||||||
}
|
}
|
||||||
|
@@ -1,39 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\DataFixtures\ORM;
|
|
||||||
|
|
||||||
use Doctrine\Common\DataFixtures\AbstractFixture;
|
|
||||||
use Doctrine\Common\DataFixtures\DependentFixtureInterface;
|
|
||||||
use Chill\ActivityBundle\Entity\Activity;
|
|
||||||
use Chill\MainBundle\DataFixtures\ORM\LoadAbstractNotificationsTrait;
|
|
||||||
use Chill\ActivityBundle\DataFixtures\ORM\LoadActivity;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Load notififications into database
|
|
||||||
*/
|
|
||||||
class LoadActivityNotifications extends AbstractFixture implements DependentFixtureInterface
|
|
||||||
{
|
|
||||||
use LoadAbstractNotificationsTrait;
|
|
||||||
|
|
||||||
public $notifs = [
|
|
||||||
[
|
|
||||||
'message' => 'Hello !',
|
|
||||||
'entityClass' => Activity::class,
|
|
||||||
'entityRef' => 'activity_gerard depardieu',
|
|
||||||
'sender' => 'center a_social',
|
|
||||||
'addressees' => [
|
|
||||||
'center a_social',
|
|
||||||
'center a_administrative',
|
|
||||||
'center a_direction',
|
|
||||||
'multi_center'
|
|
||||||
],
|
|
||||||
]
|
|
||||||
];
|
|
||||||
|
|
||||||
public function getDependencies()
|
|
||||||
{
|
|
||||||
return [
|
|
||||||
LoadActivity::class,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
}
|
|
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
namespace Chill\ActivityBundle\DataFixtures\ORM;
|
namespace Chill\ActivityBundle\DataFixtures\ORM;
|
||||||
|
|
||||||
use Doctrine\Bundle\FixturesBundle\Fixture;
|
use Doctrine\Common\DataFixtures\AbstractFixture;
|
||||||
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
|
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
|
||||||
use Doctrine\Persistence\ObjectManager;
|
use Doctrine\Persistence\ObjectManager;
|
||||||
use Chill\ActivityBundle\Entity\ActivityType;
|
use Chill\ActivityBundle\Entity\ActivityType;
|
||||||
@@ -32,7 +32,7 @@ use Chill\ActivityBundle\Entity\ActivityType;
|
|||||||
*
|
*
|
||||||
* @author Champs-Libres Coop
|
* @author Champs-Libres Coop
|
||||||
*/
|
*/
|
||||||
class LoadActivityType extends Fixture implements OrderedFixtureInterface
|
class LoadActivityType extends AbstractFixture implements OrderedFixtureInterface
|
||||||
{
|
{
|
||||||
public function getOrder()
|
public function getOrder()
|
||||||
{
|
{
|
||||||
@@ -44,43 +44,20 @@ class LoadActivityType extends Fixture implements OrderedFixtureInterface
|
|||||||
public function load(ObjectManager $manager)
|
public function load(ObjectManager $manager)
|
||||||
{
|
{
|
||||||
$types = [
|
$types = [
|
||||||
# Exange
|
[ 'name' =>
|
||||||
[
|
['fr' => 'Appel téléphonique', 'en' => 'Telephone call', 'nl' => 'Telefoon appel']],
|
||||||
'name' =>
|
[ 'name' =>
|
||||||
['fr' => 'Entretien physique avec l\'usager'],
|
['fr' => 'Entretien', 'en' => 'Interview', 'nl' => 'Vraaggesprek']],
|
||||||
'category' => 'exchange' ],
|
[ 'name' =>
|
||||||
[
|
['fr' => 'Inspection', 'en' => 'Inspection', 'nl' => 'Inspectie']]
|
||||||
'name' =>
|
|
||||||
['fr' => 'Appel téléphonique', 'en' => 'Telephone call', 'nl' => 'Telefoon appel'],
|
|
||||||
'category' => 'exchange' ],
|
|
||||||
[
|
|
||||||
'name' =>
|
|
||||||
['fr' => 'Courriel', 'en' => 'Email', 'nl' => 'Email'],
|
|
||||||
'category' => 'exchange' ],
|
|
||||||
# Meeting
|
|
||||||
[
|
|
||||||
'name' =>
|
|
||||||
['fr' => 'Point technique encadrant'],
|
|
||||||
'category' => 'meeting' ],
|
|
||||||
[
|
|
||||||
'name' =>
|
|
||||||
['fr' => 'Réunion avec des partenaires'],
|
|
||||||
'category' => 'meeting' ],
|
|
||||||
[
|
|
||||||
'name' =>
|
|
||||||
['fr' => 'Commission pluridisciplinaire et pluri-institutionnelle'],
|
|
||||||
'category' => 'meeting' ],
|
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($types as $t) {
|
foreach ($types as $t) {
|
||||||
print "Creating activity type : " . $t['name']['fr'] . " (cat:". $t['category'] . " \n";
|
print "Creating activity type : " . $t['name']['en'] . "\n";
|
||||||
$activityType = (new ActivityType())
|
$activityType = (new ActivityType())
|
||||||
->setName(($t['name']))
|
->setName(($t['name']));
|
||||||
->setCategory($this->getReference('activity_type_cat_'.$t['category']))
|
|
||||||
->setSocialIssuesVisible(1)
|
|
||||||
->setSocialActionsVisible(1);
|
|
||||||
$manager->persist($activityType);
|
$manager->persist($activityType);
|
||||||
$reference = 'activity_type_'.$t['name']['fr'];
|
$reference = 'activity_type_'.$t['name']['en'];
|
||||||
$this->addReference($reference, $activityType);
|
$this->addReference($reference, $activityType);
|
||||||
static::$references[] = $reference;
|
static::$references[] = $reference;
|
||||||
}
|
}
|
||||||
|
@@ -1,72 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Chill is a software for social workers
|
|
||||||
*
|
|
||||||
* Copyright (C) 2014-2021, Champs Libres Cooperative SCRLFS,
|
|
||||||
* <http://www.champs-libres.coop>, <info@champs-libres.coop>
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Affero General Public License as
|
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\DataFixtures\ORM;
|
|
||||||
|
|
||||||
use Doctrine\Bundle\FixturesBundle\Fixture;
|
|
||||||
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
|
|
||||||
use Doctrine\Persistence\ObjectManager;
|
|
||||||
use Chill\ActivityBundle\Entity\ActivityTypeCategory;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fixtures for ActivityTypeCategory
|
|
||||||
*
|
|
||||||
* @author Champs-Libres Coop
|
|
||||||
*/
|
|
||||||
class LoadActivityTypeCategory extends Fixture implements OrderedFixtureInterface
|
|
||||||
{
|
|
||||||
public static $references = array();
|
|
||||||
|
|
||||||
public function getOrder()
|
|
||||||
{
|
|
||||||
return 16050;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function load(ObjectManager $manager)
|
|
||||||
{
|
|
||||||
$categories = [
|
|
||||||
[
|
|
||||||
'name' => ['fr' => 'Échange avec usager', 'en' => 'Exchange with user'],
|
|
||||||
'ref' => 'exchange',
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'name' => ['fr' => 'Réunion', 'en' => 'Meeting'],
|
|
||||||
'ref' => 'meeting',
|
|
||||||
],
|
|
||||||
];
|
|
||||||
|
|
||||||
foreach ($categories as $cat) {
|
|
||||||
print "Creating activity type category : " . $cat['ref'] . "\n";
|
|
||||||
|
|
||||||
$newCat = (new ActivityTypeCategory())
|
|
||||||
->setName(($cat['name']));
|
|
||||||
|
|
||||||
$manager->persist($newCat);
|
|
||||||
$reference = 'activity_type_cat_'.$cat['ref'];
|
|
||||||
|
|
||||||
$this->addReference($reference, $newCat);
|
|
||||||
static::$references[] = $reference;
|
|
||||||
}
|
|
||||||
|
|
||||||
$manager->flush();
|
|
||||||
}
|
|
||||||
}
|
|
@@ -52,17 +52,16 @@ class ChillActivityExtension extends Extension implements PrependExtensionInterf
|
|||||||
$loader->load('services/export.yaml');
|
$loader->load('services/export.yaml');
|
||||||
$loader->load('services/repositories.yaml');
|
$loader->load('services/repositories.yaml');
|
||||||
$loader->load('services/fixtures.yaml');
|
$loader->load('services/fixtures.yaml');
|
||||||
|
$loader->load('services/menu.yaml');
|
||||||
$loader->load('services/controller.yaml');
|
$loader->load('services/controller.yaml');
|
||||||
$loader->load('services/form.yaml');
|
$loader->load('services/form.yaml');
|
||||||
$loader->load('services/templating.yaml');
|
$loader->load('services/templating.yaml');
|
||||||
$loader->load('services/notification.yaml');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function prepend(ContainerBuilder $container)
|
public function prepend(ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
$this->prependRoutes($container);
|
$this->prependRoutes($container);
|
||||||
$this->prependAuthorization($container);
|
$this->prependAuthorization($container);
|
||||||
$this->prependCruds($container);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-PHPdoc)
|
/* (non-PHPdoc)
|
||||||
@@ -91,75 +90,4 @@ class ChillActivityExtension extends Extension implements PrependExtensionInterf
|
|||||||
)
|
)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function prependCruds(ContainerBuilder $container)
|
|
||||||
{
|
|
||||||
$container->prependExtensionConfig('chill_main', [
|
|
||||||
'cruds' => [
|
|
||||||
[
|
|
||||||
'class' => \Chill\ActivityBundle\Entity\ActivityType::class,
|
|
||||||
'name' => 'activity_type',
|
|
||||||
'base_path' => '/admin/activity/type',
|
|
||||||
'form_class' => \Chill\ActivityBundle\Form\ActivityTypeType::class,
|
|
||||||
'controller' => \Chill\ActivityBundle\Controller\AdminActivityTypeController::class,
|
|
||||||
'actions' => [
|
|
||||||
'index' => [
|
|
||||||
'template' => '@ChillActivity/ActivityType/index.html.twig',
|
|
||||||
'role' => 'ROLE_ADMIN'
|
|
||||||
],
|
|
||||||
'new' => [
|
|
||||||
'role' => 'ROLE_ADMIN',
|
|
||||||
'template' => '@ChillActivity/ActivityType/new.html.twig',
|
|
||||||
],
|
|
||||||
'edit' => [
|
|
||||||
'role' => 'ROLE_ADMIN',
|
|
||||||
'template' => '@ChillActivity/ActivityType/edit.html.twig',
|
|
||||||
]
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'class' => \Chill\ActivityBundle\Entity\ActivityTypeCategory::class,
|
|
||||||
'name' => 'activity_type_category',
|
|
||||||
'base_path' => '/admin/activity/type_category',
|
|
||||||
'form_class' => \Chill\ActivityBundle\Form\ActivityTypeCategoryType::class,
|
|
||||||
'controller' => \Chill\ActivityBundle\Controller\AdminActivityTypeCategoryController::class,
|
|
||||||
'actions' => [
|
|
||||||
'index' => [
|
|
||||||
'template' => '@ChillActivity/ActivityTypeCategory/index.html.twig',
|
|
||||||
'role' => 'ROLE_ADMIN'
|
|
||||||
],
|
|
||||||
'new' => [
|
|
||||||
'role' => 'ROLE_ADMIN',
|
|
||||||
'template' => '@ChillActivity/ActivityTypeCategory/new.html.twig',
|
|
||||||
],
|
|
||||||
'edit' => [
|
|
||||||
'role' => 'ROLE_ADMIN',
|
|
||||||
'template' => '@ChillActivity/ActivityTypeCategory/edit.html.twig',
|
|
||||||
]
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
'class' => \Chill\ActivityBundle\Entity\ActivityPresence::class,
|
|
||||||
'name' => 'activity_presence',
|
|
||||||
'base_path' => '/admin/activity/presence',
|
|
||||||
'form_class' => \Chill\ActivityBundle\Form\ActivityPresenceType::class,
|
|
||||||
'controller' => \Chill\ActivityBundle\Controller\AdminActivityPresenceController::class,
|
|
||||||
'actions' => [
|
|
||||||
'index' => [
|
|
||||||
'template' => '@ChillActivity/ActivityPresence/index.html.twig',
|
|
||||||
'role' => 'ROLE_ADMIN'
|
|
||||||
],
|
|
||||||
'new' => [
|
|
||||||
'role' => 'ROLE_ADMIN',
|
|
||||||
'template' => '@ChillActivity/ActivityPresence/new.html.twig',
|
|
||||||
],
|
|
||||||
'edit' => [
|
|
||||||
'role' => 'ROLE_ADMIN',
|
|
||||||
'template' => '@ChillActivity/ActivityPresence/edit.html.twig',
|
|
||||||
]
|
|
||||||
]
|
|
||||||
],
|
|
||||||
]
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -20,540 +20,332 @@
|
|||||||
|
|
||||||
namespace Chill\ActivityBundle\Entity;
|
namespace Chill\ActivityBundle\Entity;
|
||||||
|
|
||||||
use Chill\DocStoreBundle\Entity\Document;
|
|
||||||
use Chill\DocStoreBundle\Entity\StoredObject;
|
|
||||||
use Chill\MainBundle\Entity\Embeddable\CommentEmbeddable;
|
use Chill\MainBundle\Entity\Embeddable\CommentEmbeddable;
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
|
||||||
use Chill\PersonBundle\Entity\SocialWork\SocialAction;
|
|
||||||
use Chill\PersonBundle\Entity\SocialWork\SocialIssue;
|
|
||||||
use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
use Doctrine\ORM\Mapping as ORM;
|
||||||
use Chill\MainBundle\Entity\Scope;
|
use Chill\MainBundle\Entity\Scope;
|
||||||
use Chill\MainBundle\Entity\User;
|
use Chill\MainBundle\Entity\User;
|
||||||
use Chill\MainBundle\Entity\Center;
|
use Chill\MainBundle\Entity\Center;
|
||||||
|
use Chill\ActivityBundle\Entity\ActivityReason;
|
||||||
|
use Chill\ActivityBundle\Entity\ActivityType;
|
||||||
use Chill\PersonBundle\Entity\Person;
|
use Chill\PersonBundle\Entity\Person;
|
||||||
use Chill\MainBundle\Entity\HasCenterInterface;
|
use Chill\MainBundle\Entity\HasCenterInterface;
|
||||||
use Chill\MainBundle\Entity\HasScopeInterface;
|
use Chill\MainBundle\Entity\HasScopeInterface;
|
||||||
use Doctrine\Common\Collections\Collection;
|
use Doctrine\Common\Collections\Collection;
|
||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Chill\MainBundle\Validator\Constraints\Entity\UserCircleConsistency;
|
use Chill\MainBundle\Validator\Constraints\Entity\UserCircleConsistency;
|
||||||
use Symfony\Component\Serializer\Annotation\Groups;
|
|
||||||
use Symfony\Component\Serializer\Annotation\DiscriminatorMap;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Activity
|
* Class Activity
|
||||||
*
|
*
|
||||||
* @package Chill\ActivityBundle\Entity
|
* @package Chill\ActivityBundle\Entity
|
||||||
* @ORM\Entity(repositoryClass="Chill\ActivityBundle\Repository\ActivityRepository")
|
* @ORM\Entity()
|
||||||
* @ORM\Table(name="activity")
|
* @ORM\Table(name="activity")
|
||||||
* @ORM\HasLifecycleCallbacks()
|
* @ORM\HasLifecycleCallbacks()
|
||||||
* @DiscriminatorMap(typeProperty="type", mapping={
|
|
||||||
* "activity"=Activity::class
|
|
||||||
* })
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* TODO : revoir
|
|
||||||
* @UserCircleConsistency(
|
* @UserCircleConsistency(
|
||||||
* "CHILL_ACTIVITY_SEE_DETAILS",
|
* "CHILL_ACTIVITY_SEE_DETAILS",
|
||||||
* getUserFunction="getUser",
|
* getUserFunction="getUser",
|
||||||
* path="scope")
|
* path="scope")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Activity implements HasCenterInterface, HasScopeInterface
|
class Activity implements HasCenterInterface, HasScopeInterface
|
||||||
{
|
{
|
||||||
const SENTRECEIVED_SENT = 'sent';
|
|
||||||
const SENTRECEIVED_RECEIVED = 'received';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var integer
|
||||||
|
*
|
||||||
* @ORM\Id
|
* @ORM\Id
|
||||||
* @ORM\Column(name="id", type="integer")
|
* @ORM\Column(name="id", type="integer")
|
||||||
* @ORM\GeneratedValue(strategy="AUTO")
|
* @ORM\GeneratedValue(strategy="AUTO")
|
||||||
* @Groups({"read"})
|
|
||||||
*/
|
*/
|
||||||
private ?int $id = null;
|
private $id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var User
|
||||||
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\User")
|
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\User")
|
||||||
*/
|
*/
|
||||||
private User $user;
|
private $user;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var \DateTime
|
||||||
* @ORM\Column(type="datetime")
|
* @ORM\Column(type="datetime")
|
||||||
*/
|
*/
|
||||||
private \DateTime $date;
|
private $date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\Column(type="time", nullable=true)
|
* @var \DateTime
|
||||||
|
* @ORM\Column(type="time")
|
||||||
*/
|
*/
|
||||||
private ?\DateTime $durationTime = null;
|
private $durationTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\Column(type="time", nullable=true)
|
* @var boolean
|
||||||
|
* @ORM\Column(type="boolean")
|
||||||
*/
|
*/
|
||||||
private ?\DateTime $travelTime = null;
|
private $attendee;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToOne(targetEntity="Chill\ActivityBundle\Entity\ActivityPresence")
|
|
||||||
*/
|
|
||||||
private ?ActivityPresence $attendee = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var ActivityReason
|
||||||
* @ORM\ManyToMany(targetEntity="Chill\ActivityBundle\Entity\ActivityReason")
|
* @ORM\ManyToMany(targetEntity="Chill\ActivityBundle\Entity\ActivityReason")
|
||||||
*/
|
*/
|
||||||
private Collection $reasons;
|
private $reasons;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToMany(targetEntity="Chill\PersonBundle\Entity\SocialWork\SocialIssue")
|
|
||||||
* @ORM\JoinTable(name="chill_activity_activity_chill_person_socialissue")
|
|
||||||
*/
|
|
||||||
private $socialIssues;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToMany(targetEntity="Chill\PersonBundle\Entity\SocialWork\SocialAction")
|
|
||||||
* @ORM\JoinTable(name="chill_activity_activity_chill_person_socialaction")
|
|
||||||
*/
|
|
||||||
private $socialActions;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var ActivityType
|
||||||
* @ORM\ManyToOne(targetEntity="Chill\ActivityBundle\Entity\ActivityType")
|
* @ORM\ManyToOne(targetEntity="Chill\ActivityBundle\Entity\ActivityType")
|
||||||
*/
|
*/
|
||||||
private ActivityType $type;
|
private $type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var Scope
|
||||||
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\Scope")
|
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\Scope")
|
||||||
*/
|
*/
|
||||||
private ?Scope $scope = null;
|
private $scope;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var Person
|
||||||
* @ORM\ManyToOne(targetEntity="Chill\PersonBundle\Entity\Person")
|
* @ORM\ManyToOne(targetEntity="Chill\PersonBundle\Entity\Person")
|
||||||
*/
|
*/
|
||||||
private ?Person $person = null;
|
private $person;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToOne(targetEntity="Chill\PersonBundle\Entity\AccompanyingPeriod")
|
|
||||||
* @Groups({"read"})
|
|
||||||
*/
|
|
||||||
private ?AccompanyingPeriod $accompanyingPeriod = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\Embedded(class="Chill\MainBundle\Entity\Embeddable\CommentEmbeddable", columnPrefix="comment_")
|
* @ORM\Embedded(class="Chill\MainBundle\Entity\Embeddable\CommentEmbeddable", columnPrefix="comment_")
|
||||||
*/
|
*/
|
||||||
private CommentEmbeddable $comment;
|
private $comment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\ManyToMany(targetEntity="Chill\PersonBundle\Entity\Person")
|
* Activity constructor.
|
||||||
* @Groups({"read"})
|
|
||||||
*/
|
*/
|
||||||
private ?Collection $persons = null;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToMany(targetEntity="Chill\ThirdPartyBundle\Entity\ThirdParty")
|
|
||||||
* @Groups({"read"})
|
|
||||||
*/
|
|
||||||
private ?Collection $thirdParties = null;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToMany(targetEntity="Chill\DocStoreBundle\Entity\StoredObject")
|
|
||||||
*/
|
|
||||||
private Collection $documents;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToMany(targetEntity="Chill\MainBundle\Entity\User")
|
|
||||||
* @Groups({"read"})
|
|
||||||
*/
|
|
||||||
private ?Collection $users = null;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="boolean", options={"default"=false})
|
|
||||||
*/
|
|
||||||
private bool $emergency = false;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $sentReceived = '';
|
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->reasons = new ArrayCollection();
|
$this->reasons = new ArrayCollection();
|
||||||
$this->comment = new CommentEmbeddable();
|
$this->comment = new CommentEmbeddable();
|
||||||
$this->persons = new ArrayCollection();
|
|
||||||
$this->thirdParties = new ArrayCollection();
|
|
||||||
$this->documents = new ArrayCollection();
|
|
||||||
$this->users = new ArrayCollection();
|
|
||||||
$this->socialIssues = new ArrayCollection();
|
|
||||||
$this->socialActions = new ArrayCollection();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getId(): ?int
|
/**
|
||||||
|
* Get id
|
||||||
|
*
|
||||||
|
* @return integer
|
||||||
|
*/
|
||||||
|
public function getId()
|
||||||
{
|
{
|
||||||
return $this->id;
|
return $this->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUser(User $user): self
|
/**
|
||||||
|
* Set user
|
||||||
|
*
|
||||||
|
* @param User $user
|
||||||
|
* @return Activity
|
||||||
|
*/
|
||||||
|
public function setUser(User $user)
|
||||||
{
|
{
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getUser(): User
|
/**
|
||||||
|
* Get user
|
||||||
|
*
|
||||||
|
* @return User
|
||||||
|
*/
|
||||||
|
public function getUser()
|
||||||
{
|
{
|
||||||
return $this->user;
|
return $this->user;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setDate(\DateTime $date): self
|
/**
|
||||||
|
* Set date
|
||||||
|
*
|
||||||
|
* @param \DateTime $date
|
||||||
|
* @return Activity
|
||||||
|
*/
|
||||||
|
public function setDate($date)
|
||||||
{
|
{
|
||||||
$this->date = $date;
|
$this->date = $date;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDate(): \DateTime
|
/**
|
||||||
|
* Get date
|
||||||
|
*
|
||||||
|
* @return \DateTime
|
||||||
|
*/
|
||||||
|
public function getDate()
|
||||||
{
|
{
|
||||||
return $this->date;
|
return $this->date;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setDurationTime(?\DateTime $durationTime): self
|
/**
|
||||||
|
* Set durationTime
|
||||||
|
*
|
||||||
|
* @param \DateTime $durationTime
|
||||||
|
* @return Activity
|
||||||
|
*/
|
||||||
|
public function setDurationTime($durationTime)
|
||||||
{
|
{
|
||||||
$this->durationTime = $durationTime;
|
$this->durationTime = $durationTime;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDurationTime(): ?\DateTime
|
/**
|
||||||
|
* Get durationTime
|
||||||
|
*
|
||||||
|
* @return \DateTime
|
||||||
|
*/
|
||||||
|
public function getDurationTime()
|
||||||
{
|
{
|
||||||
return $this->durationTime;
|
return $this->durationTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setTravelTime(\DateTime $travelTime): self
|
/**
|
||||||
{
|
* Set attendee
|
||||||
$this->travelTime = $travelTime;
|
*
|
||||||
|
* @param boolean $attendee
|
||||||
return $this;
|
* @return Activity
|
||||||
}
|
*/
|
||||||
|
public function setAttendee($attendee)
|
||||||
public function getTravelTime(): ?\DateTime
|
|
||||||
{
|
|
||||||
return $this->travelTime;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setAttendee(ActivityPresence $attendee): self
|
|
||||||
{
|
{
|
||||||
$this->attendee = $attendee;
|
$this->attendee = $attendee;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAttendee(): ?ActivityPresence
|
/**
|
||||||
|
* Get attendee
|
||||||
|
*
|
||||||
|
* @return boolean
|
||||||
|
*/
|
||||||
|
public function getAttendee()
|
||||||
{
|
{
|
||||||
return $this->attendee;
|
return $this->attendee;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function addReason(ActivityReason $reason): self
|
/**
|
||||||
|
* Add a reason
|
||||||
|
*
|
||||||
|
* @param ActivityReason $reason
|
||||||
|
* @return Activity
|
||||||
|
*/
|
||||||
|
public function addReason(ActivityReason $reason)
|
||||||
{
|
{
|
||||||
$this->reasons->add($reason);
|
$this->reasons[] = $reason;
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function removeReason(ActivityReason $reason): void
|
|
||||||
{
|
|
||||||
$this->reasons->removeElement($reason);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getReasons(): Collection
|
|
||||||
{
|
|
||||||
return $this->reasons;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setReasons(?ArrayCollection $reasons): self
|
|
||||||
{
|
|
||||||
$this->reasons = $reasons;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSocialIssues(): Collection
|
|
||||||
{
|
|
||||||
return $this->socialIssues;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addSocialIssue(SocialIssue $socialIssue): self
|
|
||||||
{
|
|
||||||
if (!$this->socialIssues->contains($socialIssue)) {
|
|
||||||
$this->socialIssues[] = $socialIssue;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function removeSocialIssue(SocialIssue $socialIssue): self
|
|
||||||
{
|
|
||||||
$this->socialIssues->removeElement($socialIssue);
|
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Collection|SocialAction[]
|
* @param ActivityReason $reason
|
||||||
*/
|
*/
|
||||||
public function getSocialActions(): Collection
|
public function removeReason(ActivityReason $reason)
|
||||||
{
|
{
|
||||||
return $this->socialActions;
|
$this->reasons->removeElement($reason);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function addSocialAction(SocialAction $socialAction): self
|
/**
|
||||||
|
* Get reasons
|
||||||
|
*
|
||||||
|
* @return Collection
|
||||||
|
*/
|
||||||
|
public function getReasons()
|
||||||
{
|
{
|
||||||
if (!$this->socialActions->contains($socialAction)) {
|
return $this->reasons;
|
||||||
$this->socialActions[] = $socialAction;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function removeSocialAction(SocialAction $socialAction): self
|
/**
|
||||||
{
|
* Set type
|
||||||
$this->socialActions->removeElement($socialAction);
|
*
|
||||||
|
* @param ActivityType $type
|
||||||
return $this;
|
* @return Activity
|
||||||
}
|
*/
|
||||||
|
public function setType(ActivityType $type)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public function setType(ActivityType $type): self
|
|
||||||
{
|
{
|
||||||
$this->type = $type;
|
$this->type = $type;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getType(): ActivityType
|
/**
|
||||||
|
* Get type
|
||||||
|
*
|
||||||
|
* @return ActivityType
|
||||||
|
*/
|
||||||
|
public function getType()
|
||||||
{
|
{
|
||||||
return $this->type;
|
return $this->type;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setScope(Scope $scope): self
|
/**
|
||||||
|
* Set scope
|
||||||
|
*
|
||||||
|
* @param Scope $scope
|
||||||
|
* @return Activity
|
||||||
|
*/
|
||||||
|
public function setScope(Scope $scope)
|
||||||
{
|
{
|
||||||
$this->scope = $scope;
|
$this->scope = $scope;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getScope(): ?Scope
|
/**
|
||||||
|
* Get scope
|
||||||
|
*
|
||||||
|
* @return Scope
|
||||||
|
*/
|
||||||
|
public function getScope()
|
||||||
{
|
{
|
||||||
return $this->scope;
|
return $this->scope;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setPerson(?Person $person): self
|
/**
|
||||||
|
* Set person
|
||||||
|
*
|
||||||
|
* @param Person $person
|
||||||
|
* @return Activity
|
||||||
|
*/
|
||||||
|
public function setPerson(Person $person)
|
||||||
{
|
{
|
||||||
$this->person = $person;
|
$this->person = $person;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPerson(): ?Person
|
/**
|
||||||
|
* Get person
|
||||||
|
*
|
||||||
|
* @return Person
|
||||||
|
*/
|
||||||
|
public function getPerson()
|
||||||
{
|
{
|
||||||
return $this->person;
|
return $this->person;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAccompanyingPeriod(): ?AccompanyingPeriod
|
|
||||||
{
|
|
||||||
return $this->accompanyingPeriod;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setAccompanyingPeriod(?AccompanyingPeriod $accompanyingPeriod): self
|
|
||||||
{
|
|
||||||
$this->accompanyingPeriod = $accompanyingPeriod;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* get the center
|
* get the center
|
||||||
* center is extracted from person
|
* center is extracted from person
|
||||||
|
*
|
||||||
|
* @return Center
|
||||||
*/
|
*/
|
||||||
public function getCenter(): ?Center
|
public function getCenter()
|
||||||
{
|
{
|
||||||
if ($this->person instanceof Person) {
|
return $this->person->getCenter();
|
||||||
return $this->person->getCenter();
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getComment(): CommentEmbeddable
|
/**
|
||||||
|
* @return \Chill\MainBundle\Entity\Embeddalbe\CommentEmbeddable
|
||||||
|
*/
|
||||||
|
public function getComment()
|
||||||
{
|
{
|
||||||
return $this->comment;
|
return $this->comment;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setComment(CommentEmbeddable $comment): self
|
/**
|
||||||
|
* @param \Chill\MainBundle\Entity\Embeddalbe\CommentEmbeddable $comment
|
||||||
|
*/
|
||||||
|
public function setComment($comment)
|
||||||
{
|
{
|
||||||
$this->comment = $comment;
|
$this->comment = $comment;
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add a person to the person list
|
|
||||||
*/
|
|
||||||
public function addPerson(?Person $person): self
|
|
||||||
{
|
|
||||||
if (null !== $person) {
|
|
||||||
$this->persons[] = $person;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function removePerson(Person $person): void
|
|
||||||
{
|
|
||||||
$this->persons->removeElement($person);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPersons(): Collection
|
|
||||||
{
|
|
||||||
return $this->persons;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPersonsAssociated(): array
|
|
||||||
{
|
|
||||||
if (null !== $this->accompanyingPeriod) {
|
|
||||||
$personsAssociated = [];
|
|
||||||
foreach ($this->accompanyingPeriod->getParticipations() as $participation) {
|
|
||||||
if ($this->persons->contains($participation->getPerson())) {
|
|
||||||
$personsAssociated[] = $participation->getPerson();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return $personsAssociated;
|
|
||||||
}
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPersonsNotAssociated(): array
|
|
||||||
{
|
|
||||||
if (null !== $this->accompanyingPeriod) {
|
|
||||||
$personsNotAssociated = [];
|
|
||||||
foreach ($this->persons as $person) {
|
|
||||||
if (!in_array($person, $this->getPersonsAssociated())) {
|
|
||||||
$personsNotAssociated[] = $person;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return $personsNotAssociated;
|
|
||||||
}
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPersons(?Collection $persons): self
|
|
||||||
{
|
|
||||||
$this->persons = $persons;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addThirdParty(?ThirdParty $thirdParty): self
|
|
||||||
{
|
|
||||||
if (null !== $thirdParty) {
|
|
||||||
$this->thirdParties[] = $thirdParty;
|
|
||||||
}
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function removeThirdParty(ThirdParty $thirdParty): void
|
|
||||||
{
|
|
||||||
$this->thirdParties->removeElement($thirdParty);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getThirdParties(): Collection
|
|
||||||
{
|
|
||||||
return $this->thirdParties;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setThirdParties(?Collection $thirdParties): self
|
|
||||||
{
|
|
||||||
$this->thirdParties = $thirdParties;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addDocument(Document $document): self
|
|
||||||
{
|
|
||||||
$this->documents[] = $document;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function removeDocument(Document $document): void
|
|
||||||
{
|
|
||||||
$this->documents->removeElement($document);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getDocuments(): Collection
|
|
||||||
{
|
|
||||||
return $this->documents;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setDocuments(Collection $documents): self
|
|
||||||
{
|
|
||||||
$this->documents = $documents;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addUser(?User $user): self
|
|
||||||
{
|
|
||||||
if (null !== $user) {
|
|
||||||
$this->users[] = $user;
|
|
||||||
}
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function removeUser(User $user): void
|
|
||||||
{
|
|
||||||
$this->users->removeElement($user);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getUsers(): Collection
|
|
||||||
{
|
|
||||||
return $this->users;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setUsers(?Collection $users): self
|
|
||||||
{
|
|
||||||
$this->users = $users;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isEmergency(): bool
|
|
||||||
{
|
|
||||||
return $this->getEmergency();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getEmergency(): bool
|
|
||||||
{
|
|
||||||
return $this->emergency;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setEmergency(bool $emergency): self
|
|
||||||
{
|
|
||||||
$this->emergency = $emergency;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSentReceived(): string
|
|
||||||
{
|
|
||||||
return $this->sentReceived;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSentReceived(?string $sentReceived): self
|
|
||||||
{
|
|
||||||
$this->sentReceived = (string) $sentReceived;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,97 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Affero General Public License as
|
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Entity;
|
|
||||||
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ActivityPresence
|
|
||||||
*
|
|
||||||
* @package Chill\ActivityBundle\Entity
|
|
||||||
* @ORM\Entity()
|
|
||||||
* @ORM\Table(name="activitytpresence")
|
|
||||||
* @ORM\HasLifecycleCallbacks()
|
|
||||||
*/
|
|
||||||
class ActivityPresence
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @ORM\Id
|
|
||||||
* @ORM\Column(name="id", type="integer")
|
|
||||||
* @ORM\GeneratedValue(strategy="AUTO")
|
|
||||||
*/
|
|
||||||
private ?int $id;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="json")
|
|
||||||
*/
|
|
||||||
private array $name = [];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="boolean")
|
|
||||||
*/
|
|
||||||
private bool $active = true;
|
|
||||||
|
|
||||||
public function getId(): int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setName(array $name): self
|
|
||||||
{
|
|
||||||
$this->name = $name;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getName(): array
|
|
||||||
{
|
|
||||||
return $this->name;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get active
|
|
||||||
* return true if the category type is active.
|
|
||||||
*/
|
|
||||||
public function getActive(): bool
|
|
||||||
{
|
|
||||||
return $this->active;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Is active
|
|
||||||
* return true if the category type is active
|
|
||||||
*/
|
|
||||||
public function isActive(): bool
|
|
||||||
{
|
|
||||||
return $this->getActive();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set active
|
|
||||||
* set to true if the category type is active
|
|
||||||
*/
|
|
||||||
public function setActive(bool $active): self
|
|
||||||
{
|
|
||||||
$this->active = $active;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -32,239 +32,45 @@ use Doctrine\ORM\Mapping as ORM;
|
|||||||
*/
|
*/
|
||||||
class ActivityType
|
class ActivityType
|
||||||
{
|
{
|
||||||
const FIELD_INVISIBLE = 0;
|
|
||||||
const FIELD_OPTIONAL = 1;
|
|
||||||
const FIELD_REQUIRED = 2;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var integer
|
||||||
|
*
|
||||||
* @ORM\Id
|
* @ORM\Id
|
||||||
* @ORM\Column(name="id", type="integer")
|
* @ORM\Column(name="id", type="integer")
|
||||||
* @ORM\GeneratedValue(strategy="AUTO")
|
* @ORM\GeneratedValue(strategy="AUTO")
|
||||||
*/
|
*/
|
||||||
private ?int $id;
|
private $id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var array
|
||||||
* @ORM\Column(type="json_array")
|
* @ORM\Column(type="json_array")
|
||||||
*/
|
*/
|
||||||
private array $name = [];
|
private $name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @var bool
|
||||||
* @ORM\Column(type="boolean")
|
* @ORM\Column(type="boolean")
|
||||||
*/
|
*/
|
||||||
private bool $active = true;
|
private $active = true;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToOne(targetEntity="Chill\ActivityBundle\Entity\ActivityTypeCategory")
|
|
||||||
*/
|
|
||||||
private ?ActivityTypeCategory $category = null;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=2})
|
|
||||||
*/
|
|
||||||
private int $personVisible = self::FIELD_REQUIRED;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $personLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=2})
|
|
||||||
*/
|
|
||||||
private int $userVisible = self::FIELD_REQUIRED;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $userLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=2})
|
|
||||||
*/
|
|
||||||
private int $dateVisible = self::FIELD_REQUIRED;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $dateLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $placeVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $placeLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $personsVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $personsLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $thirdPartiesVisible = self::FIELD_INVISIBLE;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $thirdPartiesLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $durationTimeVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $durationTimeLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $travelTimeVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $travelTimeLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $attendeeVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $attendeeLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $reasonsVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $reasonsLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $commentVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $commentLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $sentReceivedVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $sentReceivedLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $documentsVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $documentsLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $usersVisible = self::FIELD_OPTIONAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $usersLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $emergencyVisible = self::FIELD_INVISIBLE;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $emergencyLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $accompanyingPeriodVisible = self::FIELD_INVISIBLE;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $accompanyingPeriodLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $socialDataVisible = self::FIELD_INVISIBLE;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $socialDataLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $socialIssuesVisible = self::FIELD_INVISIBLE;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $socialIssuesLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="smallint", nullable=false, options={"default"=1})
|
|
||||||
*/
|
|
||||||
private int $socialActionsVisible = self::FIELD_INVISIBLE;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="string", nullable=false, options={"default"=""})
|
|
||||||
*/
|
|
||||||
private string $socialActionsLabel = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="float", options={"default"="0.0"})
|
|
||||||
*/
|
|
||||||
private float $ordering = 0.0;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get id
|
* Get id
|
||||||
|
*
|
||||||
|
* @return integer
|
||||||
*/
|
*/
|
||||||
public function getId(): int
|
public function getId()
|
||||||
{
|
{
|
||||||
return $this->id;
|
return $this->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set name
|
* Set name
|
||||||
|
*
|
||||||
|
* @param array $name
|
||||||
|
* @return ActivityType
|
||||||
*/
|
*/
|
||||||
public function setName(array $name): self
|
public function setName($name)
|
||||||
{
|
{
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
|
|
||||||
@@ -273,551 +79,58 @@ class ActivityType
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get name
|
* Get name
|
||||||
|
*
|
||||||
|
* @return array | string
|
||||||
*/
|
*/
|
||||||
public function getName(): array
|
public function getName($locale = null)
|
||||||
{
|
{
|
||||||
return $this->name;
|
if ($locale) {
|
||||||
|
if (isset($this->name[$locale])) {
|
||||||
|
return $this->name[$locale];
|
||||||
|
} else {
|
||||||
|
foreach ($this->name as $name) {
|
||||||
|
if (!empty($name)) {
|
||||||
|
return $name;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return '';
|
||||||
|
} else {
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get active
|
* Get active
|
||||||
* return true if the type is active.
|
* return true if the type is active.
|
||||||
|
*
|
||||||
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function getActive(): bool
|
public function getActive() {
|
||||||
{
|
|
||||||
return $this->active;
|
return $this->active;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is active
|
* Is active
|
||||||
* return true if the type is active
|
* return true if the type is active
|
||||||
|
*
|
||||||
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function isActive(): bool
|
public function isActive() {
|
||||||
{
|
|
||||||
return $this->getActive();
|
return $this->getActive();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set active
|
* Set active
|
||||||
* set to true if the type is active
|
* set to true if the type is active
|
||||||
|
*
|
||||||
|
* @param boolean $active
|
||||||
|
* @return ActivityType
|
||||||
*/
|
*/
|
||||||
public function setActive(bool $active): self
|
public function setActive($active) {
|
||||||
{
|
|
||||||
$this->active = $active;
|
$this->active = $active;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCategory(): ?ActivityTypeCategory
|
|
||||||
{
|
|
||||||
return $this->category;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setCategory(?ActivityTypeCategory $category): self
|
|
||||||
{
|
|
||||||
$this->category = $category;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPersonVisible(): int
|
|
||||||
{
|
|
||||||
return $this->personVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPersonVisible(int $personVisible): self
|
|
||||||
{
|
|
||||||
$this->personVisible = $personVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPersonLabel(): string
|
|
||||||
{
|
|
||||||
return $this->personLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPersonLabel(string $personLabel): self
|
|
||||||
{
|
|
||||||
$this->personLabel = $personLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getUserVisible(): int
|
|
||||||
{
|
|
||||||
return $this->userVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setUserVisible(int $userVisible): self
|
|
||||||
{
|
|
||||||
$this->userVisible = $userVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getUserLabel(): string
|
|
||||||
{
|
|
||||||
return $this->userLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setUserLabel(string $userLabel): self
|
|
||||||
{
|
|
||||||
$this->userLabel = $userLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getDateVisible(): int
|
|
||||||
{
|
|
||||||
return $this->dateVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setDateVisible(int $dateVisible): self
|
|
||||||
{
|
|
||||||
$this->dateVisible = $dateVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getDateLabel(): string
|
|
||||||
{
|
|
||||||
return $this->dateLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setDateLabel(string $dateLabel): self
|
|
||||||
{
|
|
||||||
$this->dateLabel = $dateLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPlaceVisible(): int
|
|
||||||
{
|
|
||||||
return $this->placeVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPlaceVisible(int $placeVisible): self
|
|
||||||
{
|
|
||||||
$this->placeVisible = $placeVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPlaceLabel(): string
|
|
||||||
{
|
|
||||||
return $this->placeLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPlaceLabel(string $placeLabel): self
|
|
||||||
{
|
|
||||||
$this->placeLabel = $placeLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPersonsVisible(): int
|
|
||||||
{
|
|
||||||
return $this->personsVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPersonsVisible(int $personsVisible): self
|
|
||||||
{
|
|
||||||
$this->personsVisible = $personsVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPersonsLabel(): string
|
|
||||||
{
|
|
||||||
return $this->personsLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setPersonsLabel(string $personsLabel): self
|
|
||||||
{
|
|
||||||
$this->personsLabel = $personsLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getThirdPartiesVisible(): int
|
|
||||||
{
|
|
||||||
return $this->thirdPartiesVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setThirdPartiesVisible(int $thirdPartiesVisible): self
|
|
||||||
{
|
|
||||||
$this->thirdPartiesVisible = $thirdPartiesVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getThirdPartiesLabel(): string
|
|
||||||
{
|
|
||||||
return $this->thirdPartiesLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setThirdPartiesLabel(string $thirdPartiesLabel): self
|
|
||||||
{
|
|
||||||
$this->thirdPartiesLabel = $thirdPartiesLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getDurationTimeVisible(): int
|
|
||||||
{
|
|
||||||
return $this->durationTimeVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setDurationTimeVisible(int $durationTimeVisible): self
|
|
||||||
{
|
|
||||||
$this->durationTimeVisible = $durationTimeVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getDurationTimeLabel(): string
|
|
||||||
{
|
|
||||||
return $this->durationTimeLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setDurationTimeLabel(string $durationTimeLabel): self
|
|
||||||
{
|
|
||||||
$this->durationTimeLabel = $durationTimeLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getTravelTimeVisible(): int
|
|
||||||
{
|
|
||||||
return $this->travelTimeVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setTravelTimeVisible(int $TravelTimeVisible): self
|
|
||||||
{
|
|
||||||
$this->travelTimeVisible = $TravelTimeVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getTravelTimeLabel(): string
|
|
||||||
{
|
|
||||||
return $this->travelTimeLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setTravelTimeLabel(string $TravelTimeLabel): self
|
|
||||||
{
|
|
||||||
$this->travelTimeLabel = $TravelTimeLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getAttendeeVisible(): int
|
|
||||||
{
|
|
||||||
return $this->attendeeVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setAttendeeVisible(int $attendeeVisible): self
|
|
||||||
{
|
|
||||||
$this->attendeeVisible = $attendeeVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getAttendeeLabel(): string
|
|
||||||
{
|
|
||||||
return $this->attendeeLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setAttendeeLabel(string $attendeeLabel): self
|
|
||||||
{
|
|
||||||
$this->attendeeLabel = $attendeeLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getReasonsVisible(): int
|
|
||||||
{
|
|
||||||
return $this->reasonsVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setReasonsVisible(int $reasonsVisible): self
|
|
||||||
{
|
|
||||||
$this->reasonsVisible = $reasonsVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getReasonsLabel(): string
|
|
||||||
{
|
|
||||||
return $this->reasonsLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setReasonsLabel(string $reasonsLabel): self
|
|
||||||
{
|
|
||||||
$this->reasonsLabel = $reasonsLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getCommentVisible(): int
|
|
||||||
{
|
|
||||||
return $this->commentVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setCommentVisible(int $commentVisible): self
|
|
||||||
{
|
|
||||||
$this->commentVisible = $commentVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getCommentLabel(): string
|
|
||||||
{
|
|
||||||
return $this->commentLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setCommentLabel(string $commentLabel): self
|
|
||||||
{
|
|
||||||
$this->commentLabel = $commentLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSentReceivedVisible(): int
|
|
||||||
{
|
|
||||||
return $this->sentReceivedVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSentReceivedVisible(int $sentReceivedVisible): self
|
|
||||||
{
|
|
||||||
$this->sentReceivedVisible = $sentReceivedVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSentReceivedLabel(): string
|
|
||||||
{
|
|
||||||
return $this->sentReceivedLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSentReceivedLabel(string $sentReceivedLabel): self
|
|
||||||
{
|
|
||||||
$this->sentReceivedLabel = $sentReceivedLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getDocumentsVisible(): int
|
|
||||||
{
|
|
||||||
return $this->documentsVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setDocumentsVisible(int $documentsVisible): self
|
|
||||||
{
|
|
||||||
$this->documentsVisible = $documentsVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getDocumentsLabel(): string
|
|
||||||
{
|
|
||||||
return $this->documentsLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setDocumentsLabel(string $documentsLabel): self
|
|
||||||
{
|
|
||||||
$this->documentsLabel = $documentsLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getUsersVisible(): int
|
|
||||||
{
|
|
||||||
return $this->usersVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setUsersVisible(int $usersVisible): self
|
|
||||||
{
|
|
||||||
$this->usersVisible = $usersVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getUsersLabel(): string
|
|
||||||
{
|
|
||||||
return $this->usersLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setUsersLabel(string $usersLabel): self
|
|
||||||
{
|
|
||||||
$this->usersLabel = $usersLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getEmergencyVisible(): int
|
|
||||||
{
|
|
||||||
return $this->emergencyVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setEmergencyVisible(int $emergencyVisible): self
|
|
||||||
{
|
|
||||||
$this->emergencyVisible = $emergencyVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getEmergencyLabel(): string
|
|
||||||
{
|
|
||||||
return $this->emergencyLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setEmergencyLabel(string $emergencyLabel): self
|
|
||||||
{
|
|
||||||
$this->emergencyLabel = $emergencyLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getAccompanyingPeriodVisible(): int
|
|
||||||
{
|
|
||||||
return $this->accompanyingPeriodVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setAccompanyingPeriodVisible(int $accompanyingPeriodVisible): self
|
|
||||||
{
|
|
||||||
$this->accompanyingPeriodVisible = $accompanyingPeriodVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getAccompanyingPeriodLabel(): string
|
|
||||||
{
|
|
||||||
return $this->accompanyingPeriodLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setAccompanyingPeriodLabel(string $accompanyingPeriodLabel): self
|
|
||||||
{
|
|
||||||
$this->accompanyingPeriodLabel = $accompanyingPeriodLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSocialDataVisible(): int
|
|
||||||
{
|
|
||||||
return $this->socialDataVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSocialDataVisible(int $socialDataVisible): self
|
|
||||||
{
|
|
||||||
$this->socialDataVisible = $socialDataVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSocialDataLabel(): string
|
|
||||||
{
|
|
||||||
return $this->socialDataLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSocialDataLabel(string $socialDataLabel): self
|
|
||||||
{
|
|
||||||
$this->socialDataLabel = $socialDataLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isVisible(string $field): bool
|
|
||||||
{
|
|
||||||
$property = $field.'Visible';
|
|
||||||
|
|
||||||
if (!property_exists($this, $property)) {
|
|
||||||
throw new \InvalidArgumentException('Field "'.$field.'" not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
return self::FIELD_INVISIBLE !== $this->$property;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isRequired(string $field): bool
|
|
||||||
{
|
|
||||||
$property = $field.'Visible';
|
|
||||||
|
|
||||||
if (!property_exists($this, $property)) {
|
|
||||||
throw new \InvalidArgumentException('Field "'.$field.'" not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
return self::FIELD_REQUIRED === $this->$property;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getLabel(string $field): ?string
|
|
||||||
{
|
|
||||||
$property = $field.'Label';
|
|
||||||
|
|
||||||
if (!property_exists($this, $property)) {
|
|
||||||
throw new \InvalidArgumentException('Field "'.$field.'" not found');
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this->$property;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getOrdering(): float
|
|
||||||
{
|
|
||||||
return $this->ordering;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setOrdering(float $ordering): self
|
|
||||||
{
|
|
||||||
$this->ordering = $ordering;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSocialIssuesVisible(): ?int
|
|
||||||
{
|
|
||||||
return $this->socialIssuesVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSocialIssuesVisible(int $socialIssuesVisible): self
|
|
||||||
{
|
|
||||||
$this->socialIssuesVisible = $socialIssuesVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSocialIssuesLabel(): ?string
|
|
||||||
{
|
|
||||||
return $this->socialIssuesLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSocialIssuesLabel(string $socialIssuesLabel): self
|
|
||||||
{
|
|
||||||
$this->socialIssuesLabel = $socialIssuesLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSocialActionsVisible(): ?int
|
|
||||||
{
|
|
||||||
return $this->socialActionsVisible;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSocialActionsVisible(int $socialActionsVisible): self
|
|
||||||
{
|
|
||||||
$this->socialActionsVisible = $socialActionsVisible;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSocialActionsLabel(): ?string
|
|
||||||
{
|
|
||||||
return $this->socialActionsLabel;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setSocialActionsLabel(string $socialActionsLabel): self
|
|
||||||
{
|
|
||||||
$this->socialActionsLabel = $socialActionsLabel;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,123 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Affero General Public License as
|
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Entity;
|
|
||||||
|
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class ActivityTypeCateogry
|
|
||||||
*
|
|
||||||
* @package Chill\ActivityBundle\Entity
|
|
||||||
* @ORM\Entity()
|
|
||||||
* @ORM\Table(name="activitytypecategory")
|
|
||||||
* @ORM\HasLifecycleCallbacks()
|
|
||||||
*/
|
|
||||||
class ActivityTypeCategory
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* @ORM\Id
|
|
||||||
* @ORM\Column(name="id", type="integer")
|
|
||||||
* @ORM\GeneratedValue(strategy="AUTO")
|
|
||||||
*/
|
|
||||||
private ?int $id;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="json_array")
|
|
||||||
*/
|
|
||||||
private array $name = [];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="boolean")
|
|
||||||
*/
|
|
||||||
private bool $active = true;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\Column(type="float", options={"default"="0.0"})
|
|
||||||
*/
|
|
||||||
private float $ordering = 0.0;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*/
|
|
||||||
public function getId(): int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set name
|
|
||||||
*/
|
|
||||||
public function setName(array $name): self
|
|
||||||
{
|
|
||||||
$this->name = $name;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get name
|
|
||||||
*/
|
|
||||||
public function getName(): array
|
|
||||||
{
|
|
||||||
return $this->name;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get active
|
|
||||||
* return true if the category type is active.
|
|
||||||
*/
|
|
||||||
public function getActive(): bool
|
|
||||||
{
|
|
||||||
return $this->active;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Is active
|
|
||||||
* return true if the category type is active
|
|
||||||
*/
|
|
||||||
public function isActive(): bool
|
|
||||||
{
|
|
||||||
return $this->getActive();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set active
|
|
||||||
* set to true if the category type is active
|
|
||||||
*/
|
|
||||||
public function setActive(bool $active): self
|
|
||||||
{
|
|
||||||
$this->active = $active;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getOrdering(): float
|
|
||||||
{
|
|
||||||
return $this->ordering;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setOrdering(float $ordering): self
|
|
||||||
{
|
|
||||||
$this->ordering = $ordering;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,33 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Form;
|
|
||||||
|
|
||||||
use Chill\ActivityBundle\Entity\ActivityPresence;
|
|
||||||
use Symfony\Component\Form\AbstractType;
|
|
||||||
use Symfony\Component\Form\FormBuilderInterface;
|
|
||||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
|
||||||
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
|
||||||
use Chill\MainBundle\Form\Type\TranslatableStringFormType;
|
|
||||||
|
|
||||||
class ActivityPresenceType extends AbstractType
|
|
||||||
{
|
|
||||||
public function buildForm(FormBuilderInterface $builder, array $options): void
|
|
||||||
{
|
|
||||||
$builder
|
|
||||||
->add('name', TranslatableStringFormType::class)
|
|
||||||
->add('active', ChoiceType::class, array(
|
|
||||||
'choices' => array(
|
|
||||||
'Yes' => true,
|
|
||||||
'No' => false
|
|
||||||
),
|
|
||||||
'expanded' => true
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function configureOptions(OptionsResolver $resolver): void
|
|
||||||
{
|
|
||||||
$resolver->setDefaults(array(
|
|
||||||
'data_class' => ActivityPresence::class
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
|
@@ -2,21 +2,8 @@
|
|||||||
|
|
||||||
namespace Chill\ActivityBundle\Form;
|
namespace Chill\ActivityBundle\Form;
|
||||||
|
|
||||||
use Chill\ActivityBundle\Entity\Activity;
|
|
||||||
use Chill\ActivityBundle\Entity\ActivityPresence;
|
|
||||||
use Chill\ActivityBundle\Entity\ActivityReason;
|
|
||||||
use Chill\DocStoreBundle\Form\StoredObjectType;
|
|
||||||
use Chill\MainBundle\Form\Type\ChillCollectionType;
|
|
||||||
use Chill\MainBundle\Form\Type\CommentType;
|
use Chill\MainBundle\Form\Type\CommentType;
|
||||||
use Chill\PersonBundle\Entity\Person;
|
|
||||||
use Chill\PersonBundle\Entity\SocialWork\SocialIssue;
|
|
||||||
use Chill\PersonBundle\Entity\SocialWork\SocialAction;
|
|
||||||
use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
|
||||||
use Doctrine\ORM\EntityRepository;
|
|
||||||
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
|
|
||||||
use Symfony\Component\Form\AbstractType;
|
use Symfony\Component\Form\AbstractType;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
|
|
||||||
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
|
|
||||||
use Symfony\Component\Form\FormBuilderInterface;
|
use Symfony\Component\Form\FormBuilderInterface;
|
||||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
||||||
@@ -28,341 +15,178 @@ use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToTimestampTra
|
|||||||
use Symfony\Component\Form\FormEvent;
|
use Symfony\Component\Form\FormEvent;
|
||||||
use Symfony\Component\Form\FormEvents;
|
use Symfony\Component\Form\FormEvents;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
||||||
|
use Chill\ActivityBundle\Form\Type\TranslatableActivityType;
|
||||||
|
use Chill\ActivityBundle\Form\Type\TranslatableActivityReason;
|
||||||
use Chill\MainBundle\Form\Type\UserPickerType;
|
use Chill\MainBundle\Form\Type\UserPickerType;
|
||||||
use Chill\MainBundle\Form\Type\ScopePickerType;
|
use Chill\MainBundle\Form\Type\ScopePickerType;
|
||||||
use Chill\MainBundle\Form\Type\ChillDateType;
|
use Chill\MainBundle\Form\Type\ChillDateType;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\HiddenType;
|
|
||||||
use Symfony\Component\Form\CallbackTransformer;
|
|
||||||
use Chill\PersonBundle\Form\DataTransformer\PersonToIdTransformer;
|
|
||||||
use Chill\PersonBundle\Templating\Entity\SocialIssueRender;
|
|
||||||
|
|
||||||
class ActivityType extends AbstractType
|
class ActivityType extends AbstractType
|
||||||
{
|
{
|
||||||
protected User $user;
|
|
||||||
|
|
||||||
protected AuthorizationHelper $authorizationHelper;
|
/**
|
||||||
|
* the user running this form
|
||||||
|
*
|
||||||
|
* @var User
|
||||||
|
*/
|
||||||
|
protected $user;
|
||||||
|
|
||||||
protected ObjectManager $om;
|
/**
|
||||||
|
*
|
||||||
|
* @var AuthorizationHelper
|
||||||
|
*/
|
||||||
|
protected $authorizationHelper;
|
||||||
|
|
||||||
protected TranslatableStringHelper $translatableStringHelper;
|
/**
|
||||||
|
*
|
||||||
|
* @var ObjectManager
|
||||||
|
*/
|
||||||
|
protected $om;
|
||||||
|
|
||||||
protected array $timeChoices;
|
/**
|
||||||
|
*
|
||||||
|
* @var TranslatableStringHelper
|
||||||
|
*/
|
||||||
|
protected $translatableStringHelper;
|
||||||
|
|
||||||
public function __construct (
|
protected $timeChoices;
|
||||||
TokenStorageInterface $tokenStorage,
|
|
||||||
AuthorizationHelper $authorizationHelper,
|
public function __construct(
|
||||||
ObjectManager $om,
|
TokenStorageInterface $tokenStorage,
|
||||||
TranslatableStringHelper $translatableStringHelper,
|
AuthorizationHelper $authorizationHelper, ObjectManager $om,
|
||||||
array $timeChoices,
|
TranslatableStringHelper $translatableStringHelper,
|
||||||
SocialIssueRender $socialIssueRender
|
array $timeChoices
|
||||||
) {
|
)
|
||||||
|
{
|
||||||
if (!$tokenStorage->getToken()->getUser() instanceof User) {
|
if (!$tokenStorage->getToken()->getUser() instanceof User) {
|
||||||
throw new \RuntimeException("you should have a valid user");
|
throw new \RuntimeException("you should have a valid user");
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->user = $tokenStorage->getToken()->getUser();
|
$this->user = $tokenStorage->getToken()->getUser();
|
||||||
$this->authorizationHelper = $authorizationHelper;
|
$this->authorizationHelper = $authorizationHelper;
|
||||||
$this->om = $om;
|
$this->om = $om;
|
||||||
$this->translatableStringHelper = $translatableStringHelper;
|
$this->translatableStringHelper = $translatableStringHelper;
|
||||||
$this->timeChoices = $timeChoices;
|
$this->timeChoices = $timeChoices;
|
||||||
$this->socialIssueRender = $socialIssueRender;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function buildForm(FormBuilderInterface $builder, array $options): void
|
/**
|
||||||
|
* @param FormBuilderInterface $builder
|
||||||
|
* @param array $options
|
||||||
|
*/
|
||||||
|
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||||
{
|
{
|
||||||
// handle times choices
|
// handle times choices
|
||||||
$timeChoices = [];
|
$timeChoices = array();
|
||||||
|
|
||||||
foreach ($this->timeChoices as $e) {
|
foreach ($this->timeChoices as $e) {
|
||||||
$timeChoices[$e['label']] = $e['seconds'];
|
$timeChoices[$e['label']] = $e['seconds'];
|
||||||
}
|
};
|
||||||
|
|
||||||
$durationTimeTransformer = new DateTimeToTimestampTransformer('GMT', 'GMT');
|
$durationTimeTransformer = new DateTimeToTimestampTransformer('GMT', 'GMT');
|
||||||
$durationTimeOptions = [
|
$durationTimeOptions = array(
|
||||||
'choices' => $timeChoices,
|
'choices' => $timeChoices,
|
||||||
'placeholder' => 'Choose the duration',
|
'placeholder' => 'Choose the duration',
|
||||||
];
|
);
|
||||||
|
|
||||||
/** @var \Chill\ActivityBundle\Entity\ActivityType $activityType */
|
$builder
|
||||||
$activityType = $options['activityType'];
|
->add('date', ChillDateType::class, array(
|
||||||
|
'required' => true
|
||||||
if (!$activityType->isActive()) {
|
))
|
||||||
throw new \InvalidArgumentException('Activity type must be active');
|
->add('durationTime', ChoiceType::class, $durationTimeOptions)
|
||||||
}
|
->add('attendee', ChoiceType::class, array(
|
||||||
|
'expanded' => true,
|
||||||
// TODO revoir la gestion des center au niveau du form des activité.
|
'required' => false,
|
||||||
if ($options['center']) {
|
'choices' => array(
|
||||||
$builder->add('scope', ScopePickerType::class, [
|
'present' => true,
|
||||||
'center' => $options['center'],
|
'not present' => false
|
||||||
'role' => $options['role']
|
)
|
||||||
]);
|
))
|
||||||
}
|
->add('user', UserPickerType::class, [
|
||||||
|
|
||||||
/** @var ? \Chill\PersonBundle\Entity\AccompanyingPeriod $accompanyingPeriod */
|
|
||||||
$accompanyingPeriod = NULL;
|
|
||||||
if ($options['accompanyingPeriod']) {
|
|
||||||
$accompanyingPeriod = $options['accompanyingPeriod'];
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('socialIssues') && $accompanyingPeriod) {
|
|
||||||
$builder->add('socialIssues', EntityType::class, [
|
|
||||||
'label' => $activityType->getLabel('socialIssues'),
|
|
||||||
'required' => $activityType->isRequired('socialIssues'),
|
|
||||||
'class' => SocialIssue::class,
|
|
||||||
'choice_label' => function (SocialIssue $socialIssue) {
|
|
||||||
return $this->socialIssueRender->renderString($socialIssue, []);
|
|
||||||
},
|
|
||||||
'multiple' => true,
|
|
||||||
'choices' => $accompanyingPeriod->getRecursiveSocialIssues(),
|
|
||||||
'expanded' => true,
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('socialActions') && $accompanyingPeriod) {
|
|
||||||
$builder->add('socialActions', EntityType::class, [
|
|
||||||
'label' => $activityType->getLabel('socialActions'),
|
|
||||||
'required' => $activityType->isRequired('socialActions'),
|
|
||||||
'class' => SocialAction::class,
|
|
||||||
'choice_label' => function (SocialAction $socialAction) {
|
|
||||||
return $this->translatableStringHelper->localize($socialAction->getTitle());
|
|
||||||
},
|
|
||||||
'multiple' => true,
|
|
||||||
'choices' => $accompanyingPeriod->getRecursiveSocialActions(),
|
|
||||||
'expanded' => true,
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('date')) {
|
|
||||||
$builder->add('date', ChillDateType::class, [
|
|
||||||
'label' => $activityType->getLabel('date'),
|
|
||||||
'required' => $activityType->isRequired('date'),
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('durationTime')) {
|
|
||||||
$durationTimeOptions['label'] = $activityType->getLabel('durationTime');
|
|
||||||
$durationTimeOptions['required'] = $activityType->isRequired('durationTime');
|
|
||||||
|
|
||||||
$builder->add('durationTime', ChoiceType::class, $durationTimeOptions);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('travelTime')) {
|
|
||||||
$durationTimeOptions['label'] = $activityType->getLabel('travelTime');
|
|
||||||
$durationTimeOptions['required'] = $activityType->isRequired('travelTime');
|
|
||||||
|
|
||||||
$builder->add('travelTime', ChoiceType::class, $durationTimeOptions);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('attendee')) {
|
|
||||||
$builder->add('attendee', EntityType::class, [
|
|
||||||
'label' => $activityType->getLabel('attendee'),
|
|
||||||
'required' => $activityType->isRequired('attendee'),
|
|
||||||
'expanded' => true,
|
|
||||||
'class' => ActivityPresence::class,
|
|
||||||
'choice_label' => function (ActivityPresence $activityPresence) {
|
|
||||||
return $this->translatableStringHelper->localize($activityPresence->getName());
|
|
||||||
},
|
|
||||||
'query_builder' => function (EntityRepository $er) {
|
|
||||||
return $er->createQueryBuilder('a')
|
|
||||||
->where('a.active = true');
|
|
||||||
},
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('user') && $options['center']) {
|
|
||||||
$builder->add('user', UserPickerType::class, [
|
|
||||||
'label' => $activityType->getLabel('user'),
|
|
||||||
'required' => $activityType->isRequired('user'),
|
|
||||||
'center' => $options['center'],
|
'center' => $options['center'],
|
||||||
'role' => $options['role']
|
'role' => $options['role']
|
||||||
]);
|
])
|
||||||
}
|
->add('scope', ScopePickerType::class, [
|
||||||
|
'center' => $options['center'],
|
||||||
if ($activityType->isVisible('reasons')) {
|
'role' => $options['role']
|
||||||
$builder->add('reasons', EntityType::class, [
|
])
|
||||||
'label' => $activityType->getLabel('reasons'),
|
->add('reasons', TranslatableActivityReason::class, array(
|
||||||
'required' => $activityType->isRequired('reasons'),
|
|
||||||
'class' => ActivityReason::class,
|
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
'choice_label' => function (ActivityReason $activityReason) {
|
'required' => false,
|
||||||
return $this->translatableStringHelper->localize($activityReason->getName());
|
))
|
||||||
},
|
->add('type', TranslatableActivityType::class, array(
|
||||||
'attr' => array('class' => 'select2 '),
|
'placeholder' => 'Choose a type',
|
||||||
'query_builder' => function (EntityRepository $er) {
|
'active_only' => true
|
||||||
return $er->createQueryBuilder('a')
|
))
|
||||||
->where('a.active = true');
|
->add('comment', CommentType::class, [
|
||||||
},
|
'required' => false,
|
||||||
]);
|
])
|
||||||
}
|
;
|
||||||
|
|
||||||
if ($activityType->isVisible('comment')) {
|
$builder->get('durationTime')
|
||||||
$builder->add('comment', CommentType::class, [
|
|
||||||
'label' => $activityType->getLabel('comment'),
|
|
||||||
'required' => $activityType->isRequired('comment'),
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('persons')) {
|
|
||||||
$builder->add('persons', HiddenType::class, [
|
|
||||||
//'data_class' => Person::class,
|
|
||||||
]);
|
|
||||||
$builder->get('persons')
|
|
||||||
->addModelTransformer(new CallbackTransformer(
|
|
||||||
function (iterable $personsAsIterable): string {
|
|
||||||
$personIds = [];
|
|
||||||
foreach ($personsAsIterable as $value) {
|
|
||||||
$personIds[] = $value->getId();
|
|
||||||
}
|
|
||||||
return implode(',', $personIds);
|
|
||||||
},
|
|
||||||
function (?string $personsAsString): array {
|
|
||||||
return array_map(
|
|
||||||
fn(string $id): ?Person => $this->om->getRepository(Person::class)->findOneBy(['id' => (int) $id]),
|
|
||||||
explode(',', $personsAsString)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
))
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('thirdParties')) {
|
|
||||||
$builder->add('thirdParties', HiddenType::class, [
|
|
||||||
//'data_class' => ThirdParty::class,
|
|
||||||
]);
|
|
||||||
$builder->get('thirdParties')
|
|
||||||
->addModelTransformer(new CallbackTransformer(
|
|
||||||
function (iterable $thirdpartyAsIterable): string {
|
|
||||||
$thirdpartyIds = [];
|
|
||||||
foreach ($thirdpartyAsIterable as $value) {
|
|
||||||
$thirdpartyIds[] = $value->getId();
|
|
||||||
}
|
|
||||||
return implode(',', $thirdpartyIds);
|
|
||||||
},
|
|
||||||
function (?string $thirdpartyAsString): array {
|
|
||||||
return array_map(
|
|
||||||
fn(string $id): ?ThirdParty => $this->om->getRepository(ThirdParty::class)->findOneBy(['id' => (int) $id]),
|
|
||||||
explode(',', $thirdpartyAsString)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
))
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('documents')) {
|
|
||||||
$builder->add('documents', ChillCollectionType::class, [
|
|
||||||
'entry_type' => StoredObjectType::class,
|
|
||||||
'label' => $activityType->getLabel('documents'),
|
|
||||||
'required' => $activityType->isRequired('documents'),
|
|
||||||
'allow_add' => true,
|
|
||||||
'button_add_label' => 'activity.Insert a document',
|
|
||||||
'button_remove_label' => 'activity.Remove a document'
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('users')) {
|
|
||||||
$builder->add('users', HiddenType::class, [
|
|
||||||
//'data_class' => User::class,
|
|
||||||
]);
|
|
||||||
$builder->get('users')
|
|
||||||
->addModelTransformer(new CallbackTransformer(
|
|
||||||
function (iterable $usersAsIterable): string {
|
|
||||||
$userIds = [];
|
|
||||||
foreach ($usersAsIterable as $value) {
|
|
||||||
$userIds[] = $value->getId();
|
|
||||||
}
|
|
||||||
return implode(',', $userIds);
|
|
||||||
},
|
|
||||||
function (?string $usersAsString): array {
|
|
||||||
return array_map(
|
|
||||||
fn(string $id): ?User => $this->om->getRepository(User::class)->findOneBy(['id' => (int) $id]),
|
|
||||||
explode(',', $usersAsString)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
))
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('emergency')) {
|
|
||||||
$builder->add('emergency', CheckboxType::class, [
|
|
||||||
'label' => $activityType->getLabel('emergency'),
|
|
||||||
'required' => $activityType->isRequired('emergency'),
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($activityType->isVisible('sentReceived')) {
|
|
||||||
$builder->add('sentReceived', ChoiceType::class, [
|
|
||||||
'label' => $activityType->getLabel('sentReceived'),
|
|
||||||
'required' => $activityType->isRequired('sentReceived'),
|
|
||||||
'choices' => [
|
|
||||||
'Sent' => Activity::SENTRECEIVED_SENT,
|
|
||||||
'Received' => Activity::SENTRECEIVED_RECEIVED,
|
|
||||||
],
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach (['durationTime', 'travelTime'] as $fieldName) {
|
|
||||||
if (!$activityType->isVisible($fieldName)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
$builder->get($fieldName)
|
|
||||||
->addModelTransformer($durationTimeTransformer);
|
->addModelTransformer($durationTimeTransformer);
|
||||||
|
|
||||||
$builder->get($fieldName)
|
|
||||||
->addEventListener(FormEvents::PRE_SET_DATA, function(FormEvent $formEvent) use (
|
|
||||||
$timeChoices,
|
|
||||||
$builder,
|
|
||||||
$durationTimeTransformer,
|
|
||||||
$durationTimeOptions,
|
|
||||||
$fieldName
|
|
||||||
) {
|
|
||||||
// set the timezone to GMT, and fix the difference between current and GMT
|
|
||||||
// the datetimetransformer will then handle timezone as GMT
|
|
||||||
$timezoneUTC = new \DateTimeZone('GMT');
|
|
||||||
/* @var $data \DateTime */
|
|
||||||
$data = $formEvent->getData() === NULL ?
|
|
||||||
\DateTime::createFromFormat('U', 300) :
|
|
||||||
$formEvent->getData();
|
|
||||||
$seconds = $data->getTimezone()->getOffset($data);
|
|
||||||
$data->setTimeZone($timezoneUTC);
|
|
||||||
$data->add(new \DateInterval('PT'.$seconds.'S'));
|
|
||||||
|
|
||||||
// test if the timestamp is in the choices.
|
$builder->get('durationTime')
|
||||||
// If not, recreate the field with the new timestamp
|
->addEventListener(
|
||||||
if (!in_array($data->getTimestamp(), $timeChoices)) {
|
FormEvents::PRE_SET_DATA,
|
||||||
// the data are not in the possible values. add them
|
function(FormEvent $formEvent) use (
|
||||||
$timeChoices[$data->format('H:i')] = $data->getTimestamp();
|
$timeChoices,
|
||||||
$form = $builder->create($fieldName, ChoiceType::class, array_merge(
|
$builder,
|
||||||
$durationTimeOptions, [
|
$durationTimeTransformer,
|
||||||
'choices' => $timeChoices,
|
$durationTimeOptions
|
||||||
'auto_initialize' => false
|
)
|
||||||
]
|
{
|
||||||
));
|
// set the timezone to GMT, and fix the difference between current and GMT
|
||||||
$form->addModelTransformer($durationTimeTransformer);
|
// the datetimetransformer will then handle timezone as GMT
|
||||||
$formEvent->getForm()->getParent()->add($form->getForm());
|
$timezoneUTC = new \DateTimeZone('GMT');
|
||||||
}
|
/* @var $data \DateTime */
|
||||||
});
|
$data = $formEvent->getData() === NULL ?
|
||||||
}
|
\DateTime::createFromFormat('U', 300) :
|
||||||
|
$formEvent->getData();
|
||||||
|
$seconds = $data->getTimezone()->getOffset($data);
|
||||||
|
$data->setTimeZone($timezoneUTC);
|
||||||
|
$data->add(new \DateInterval('PT'.$seconds.'S'));
|
||||||
|
|
||||||
|
// test if the timestamp is in the choices.
|
||||||
|
// If not, recreate the field with the new timestamp
|
||||||
|
if (!in_array($data->getTimestamp(), $timeChoices)) {
|
||||||
|
// the data are not in the possible values. add them
|
||||||
|
$timeChoices[$data->format('H:i')] = $data->getTimestamp();
|
||||||
|
$form = $builder->create(
|
||||||
|
'durationTime',
|
||||||
|
ChoiceType::class,
|
||||||
|
array_merge(
|
||||||
|
$durationTimeOptions,
|
||||||
|
array(
|
||||||
|
'choices' => $timeChoices,
|
||||||
|
'auto_initialize' => false
|
||||||
|
)
|
||||||
|
));
|
||||||
|
$form->addModelTransformer($durationTimeTransformer);
|
||||||
|
$formEvent->getForm()->getParent()->add($form->getForm());
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param OptionsResolverInterface $resolver
|
||||||
public function configureOptions(OptionsResolver $resolver): void
|
*/
|
||||||
|
public function configureOptions(OptionsResolver $resolver)
|
||||||
{
|
{
|
||||||
$resolver->setDefaults([
|
$resolver->setDefaults(array(
|
||||||
'data_class' => Activity::class
|
'data_class' => 'Chill\ActivityBundle\Entity\Activity'
|
||||||
]);
|
));
|
||||||
|
|
||||||
$resolver
|
$resolver
|
||||||
->setRequired(['center', 'role', 'activityType', 'accompanyingPeriod'])
|
->setRequired(array('center', 'role'))
|
||||||
->setAllowedTypes('center', ['null', 'Chill\MainBundle\Entity\Center'])
|
->setAllowedTypes('center', 'Chill\MainBundle\Entity\Center')
|
||||||
->setAllowedTypes('role', 'Symfony\Component\Security\Core\Role\Role')
|
->setAllowedTypes('role', 'Symfony\Component\Security\Core\Role\Role')
|
||||||
->setAllowedTypes('activityType', \Chill\ActivityBundle\Entity\ActivityType::class)
|
;
|
||||||
->setAllowedTypes('accompanyingPeriod', [\Chill\PersonBundle\Entity\AccompanyingPeriod::class, 'null'])
|
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getBlockPrefix(): string
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getBlockPrefix()
|
||||||
{
|
{
|
||||||
return 'chill_activitybundle_activity';
|
return 'chill_activitybundle_activity';
|
||||||
}
|
}
|
||||||
|
@@ -1,39 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Form;
|
|
||||||
|
|
||||||
use Chill\ActivityBundle\Entity\ActivityTypeCategory;
|
|
||||||
use Symfony\Component\Form\AbstractType;
|
|
||||||
use Symfony\Component\Form\Extension\Core\Type\NumberType;
|
|
||||||
use Symfony\Component\Form\FormBuilderInterface;
|
|
||||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
|
||||||
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
|
||||||
use Chill\MainBundle\Form\Type\TranslatableStringFormType;
|
|
||||||
|
|
||||||
class ActivityTypeCategoryType extends AbstractType
|
|
||||||
{
|
|
||||||
public function buildForm(FormBuilderInterface $builder, array $options): void
|
|
||||||
{
|
|
||||||
$builder
|
|
||||||
->add('name', TranslatableStringFormType::class)
|
|
||||||
->add('active', ChoiceType::class, array(
|
|
||||||
'choices' => array(
|
|
||||||
'Yes' => true,
|
|
||||||
'No' => false
|
|
||||||
),
|
|
||||||
'expanded' => true
|
|
||||||
))
|
|
||||||
->add('ordering', NumberType::class, [
|
|
||||||
'required' => true,
|
|
||||||
'scale' => 5
|
|
||||||
])
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function configureOptions(OptionsResolver $resolver): void
|
|
||||||
{
|
|
||||||
$resolver->setDefaults(array(
|
|
||||||
'data_class' => ActivityTypeCategory::class
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
|
@@ -2,13 +2,7 @@
|
|||||||
|
|
||||||
namespace Chill\ActivityBundle\Form;
|
namespace Chill\ActivityBundle\Form;
|
||||||
|
|
||||||
use Chill\ActivityBundle\Entity\ActivityTypeCategory;
|
|
||||||
use Chill\ActivityBundle\Form\Type\ActivityFieldPresence;
|
|
||||||
use Chill\MainBundle\Templating\TranslatableStringHelper;
|
|
||||||
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
|
|
||||||
use Symfony\Component\Form\AbstractType;
|
use Symfony\Component\Form\AbstractType;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\NumberType;
|
|
||||||
use Symfony\Component\Form\Extension\Core\Type\TextType;
|
|
||||||
use Symfony\Component\Form\FormBuilderInterface;
|
use Symfony\Component\Form\FormBuilderInterface;
|
||||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
||||||
@@ -16,56 +10,38 @@ use Chill\MainBundle\Form\Type\TranslatableStringFormType;
|
|||||||
|
|
||||||
class ActivityTypeType extends AbstractType
|
class ActivityTypeType extends AbstractType
|
||||||
{
|
{
|
||||||
private TranslatableStringHelper $translatableStringHelper;
|
/**
|
||||||
|
* @param FormBuilderInterface $builder
|
||||||
public function __construct(TranslatableStringHelper $translatableStringHelper)
|
* @param array $options
|
||||||
{
|
*/
|
||||||
$this->translatableStringHelper = $translatableStringHelper;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||||
{
|
{
|
||||||
$builder
|
$builder
|
||||||
->add('name', TranslatableStringFormType::class)
|
->add('name', TranslatableStringFormType::class)
|
||||||
->add('active', ChoiceType::class, [
|
->add('active', ChoiceType::class, array(
|
||||||
'choices' => [
|
'choices' => array(
|
||||||
'Yes' => true,
|
'Yes' => true,
|
||||||
'No' => false
|
'No' => false
|
||||||
],
|
),
|
||||||
'expanded' => true
|
'expanded' => true
|
||||||
])
|
));
|
||||||
->add('category', EntityType::class, [
|
|
||||||
'class' => ActivityTypeCategory::class,
|
|
||||||
'choice_label' => function (ActivityTypeCategory $activityTypeCategory) {
|
|
||||||
return $this->translatableStringHelper->localize($activityTypeCategory->getName());
|
|
||||||
},
|
|
||||||
])
|
|
||||||
->add('ordering', NumberType::class, [
|
|
||||||
'required' => true,
|
|
||||||
'scale' => 5
|
|
||||||
])
|
|
||||||
;
|
|
||||||
|
|
||||||
$fields = [
|
|
||||||
'persons', 'user', 'date', 'place', 'persons',
|
|
||||||
'thirdParties', 'durationTime', 'travelTime', 'attendee',
|
|
||||||
'reasons', 'comment', 'sentReceived', 'documents',
|
|
||||||
'emergency', 'accompanyingPeriod', 'socialData', 'users'
|
|
||||||
];
|
|
||||||
foreach ($fields as $field) {
|
|
||||||
$builder
|
|
||||||
->add($field.'Visible', ActivityFieldPresence::class)
|
|
||||||
->add($field.'Label', TextType::class, [
|
|
||||||
'required' => false,
|
|
||||||
'empty_data' => '',
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param OptionsResolverInterface $resolver
|
||||||
|
*/
|
||||||
public function configureOptions(OptionsResolver $resolver)
|
public function configureOptions(OptionsResolver $resolver)
|
||||||
{
|
{
|
||||||
$resolver->setDefaults(array(
|
$resolver->setDefaults(array(
|
||||||
'data_class' => \Chill\ActivityBundle\Entity\ActivityType::class
|
'data_class' => 'Chill\ActivityBundle\Entity\ActivityType'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getBlockPrefix()
|
||||||
|
{
|
||||||
|
return 'chill_activitybundle_activitytype';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,29 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Form\Type;
|
|
||||||
|
|
||||||
use Chill\ActivityBundle\Entity\ActivityType;
|
|
||||||
use Symfony\Component\Form\AbstractType;
|
|
||||||
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
|
||||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
|
||||||
|
|
||||||
class ActivityFieldPresence extends AbstractType
|
|
||||||
{
|
|
||||||
public function getParent()
|
|
||||||
{
|
|
||||||
return ChoiceType::class;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function configureOptions(OptionsResolver $resolver)
|
|
||||||
{
|
|
||||||
$resolver->setDefaults(
|
|
||||||
array(
|
|
||||||
'choices' => [
|
|
||||||
'Invisible' => ActivityType::FIELD_INVISIBLE,
|
|
||||||
'Optional' => ActivityType::FIELD_OPTIONAL,
|
|
||||||
'Required' => ActivityType::FIELD_REQUIRED,
|
|
||||||
],
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,54 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Menu;
|
|
||||||
|
|
||||||
use Chill\MainBundle\Routing\LocalMenuBuilderInterface;
|
|
||||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
|
||||||
use Knp\Menu\MenuItem;
|
|
||||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
|
||||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
|
||||||
|
|
||||||
class AccompanyingCourseMenuBuilder implements LocalMenuBuilderInterface
|
|
||||||
{
|
|
||||||
protected TokenStorageInterface $tokenStorage;
|
|
||||||
|
|
||||||
protected AuthorizationHelper $authorizationHelper;
|
|
||||||
|
|
||||||
protected TranslatorInterface $translator;
|
|
||||||
|
|
||||||
public function __construct(
|
|
||||||
TokenStorageInterface $tokenStorage,
|
|
||||||
AuthorizationHelper $authorizationHelper,
|
|
||||||
TranslatorInterface $translator
|
|
||||||
) {
|
|
||||||
$this->translator = $translator;
|
|
||||||
$this->authorizationHelper = $authorizationHelper;
|
|
||||||
$this->tokenStorage = $tokenStorage;
|
|
||||||
}
|
|
||||||
public static function getMenuIds(): array
|
|
||||||
{
|
|
||||||
return ['accompanyingCourse'];
|
|
||||||
}
|
|
||||||
|
|
||||||
public function buildMenu($menuId, MenuItem $menu, array $parameters)
|
|
||||||
{
|
|
||||||
$period = $parameters['accompanyingCourse'];
|
|
||||||
|
|
||||||
$menu->addChild($this->translator->trans('Activity list'), [
|
|
||||||
'route' => 'chill_activity_activity_list',
|
|
||||||
'routeParameters' => [
|
|
||||||
'accompanying_period_id' => $period->getId(),
|
|
||||||
]])
|
|
||||||
->setExtras(['order' => 40]);
|
|
||||||
|
|
||||||
$menu->addChild($this->translator->trans('Add a new activity'), [
|
|
||||||
'route' => 'chill_activity_activity_select_type',
|
|
||||||
'routeParameters' => [
|
|
||||||
'accompanying_period_id' => $period->getId(),
|
|
||||||
]])
|
|
||||||
->setExtras(['order' => 41]);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,24 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Notification;
|
|
||||||
|
|
||||||
use Chill\MainBundle\Entity\Notification;
|
|
||||||
use Chill\ActivityBundle\Entity\Activity;
|
|
||||||
|
|
||||||
final class ActivityNotificationRenderer
|
|
||||||
{
|
|
||||||
public function supports(Notification $notification, array $options = []): bool
|
|
||||||
{
|
|
||||||
return $notification->getRelatedEntityClass() == Activity::class;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getTemplate()
|
|
||||||
{
|
|
||||||
return '@ChillActivity/Activity/showInNotification.html.twig';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getTemplateData(Notification $notification)
|
|
||||||
{
|
|
||||||
return ['notification' => $notification];
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,169 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Chill is a software for social workers
|
|
||||||
*
|
|
||||||
* Copyright (C) 2021, Champs Libres Cooperative SCRLFS,
|
|
||||||
* <http://www.champs-libres.coop>, <info@champs-libres.coop>
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Affero General Public License as
|
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Repository;
|
|
||||||
|
|
||||||
use Chill\ActivityBundle\Entity\Activity;
|
|
||||||
use Chill\PersonBundle\Entity\Person;
|
|
||||||
use Chill\ActivityBundle\Repository\ActivityRepository;
|
|
||||||
use Chill\ActivityBundle\Security\Authorization\ActivityVoter;
|
|
||||||
use Chill\MainBundle\Entity\Scope;
|
|
||||||
use Doctrine\ORM\QueryBuilder;
|
|
||||||
use Doctrine\ORM\Query\Expr\Orx;
|
|
||||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
|
||||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
|
||||||
use Symfony\Component\Security\Core\Role\Role;
|
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
|
||||||
|
|
||||||
|
|
||||||
final class ActivityACLAwareRepository
|
|
||||||
{
|
|
||||||
private AuthorizationHelper $authorizationHelper;
|
|
||||||
|
|
||||||
private TokenStorageInterface $tokenStorage;
|
|
||||||
|
|
||||||
private ActivityRepository $repository;
|
|
||||||
|
|
||||||
private EntityManagerInterface $em;
|
|
||||||
|
|
||||||
public function __construct(
|
|
||||||
AuthorizationHelper $authorizationHelper,
|
|
||||||
TokenStorageInterface $tokenStorage,
|
|
||||||
ActivityRepository $repository,
|
|
||||||
EntityManagerInterface $em
|
|
||||||
) {
|
|
||||||
$this->authorizationHelper = $authorizationHelper;
|
|
||||||
$this->tokenStorage = $tokenStorage;
|
|
||||||
$this->repository = $repository;
|
|
||||||
$this->em = $em;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function queryTimelineIndexer(string $context, array $args = []): array
|
|
||||||
{
|
|
||||||
$metadataActivity = $this->em->getClassMetadata(Activity::class);
|
|
||||||
|
|
||||||
$from = $this->getFromClauseCenter($args);
|
|
||||||
[$where, $parameters] = $this->getWhereClause($context, $args);
|
|
||||||
|
|
||||||
return [
|
|
||||||
'id' => $metadataActivity->getTableName()
|
|
||||||
.'.'.$metadataActivity->getColumnName('id'),
|
|
||||||
'type' => 'activity',
|
|
||||||
'date' => $metadataActivity->getTableName()
|
|
||||||
.'.'.$metadataActivity->getColumnName('date'),
|
|
||||||
'FROM' => $from,
|
|
||||||
'WHERE' => $where,
|
|
||||||
'parameters' => $parameters
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
private function getFromClauseCenter(array $args): string
|
|
||||||
{
|
|
||||||
$metadataActivity = $this->em->getClassMetadata(Activity::class);
|
|
||||||
$metadataPerson = $this->em->getClassMetadata(Person::class);
|
|
||||||
$associationMapping = $metadataActivity->getAssociationMapping('person');
|
|
||||||
|
|
||||||
return $metadataActivity->getTableName().' JOIN '
|
|
||||||
.$metadataPerson->getTableName().' ON '
|
|
||||||
.$metadataPerson->getTableName().'.'.
|
|
||||||
$associationMapping['joinColumns'][0]['referencedColumnName']
|
|
||||||
.' = '
|
|
||||||
.$associationMapping['joinColumns'][0]['name']
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
||||||
private function getWhereClause(string $context, array $args): array
|
|
||||||
{
|
|
||||||
$where = '';
|
|
||||||
$parameters = [];
|
|
||||||
|
|
||||||
$metadataActivity = $this->em->getClassMetadata(Activity::class);
|
|
||||||
$metadataPerson = $this->em->getClassMetadata(Person::class);
|
|
||||||
$activityToPerson = $metadataActivity->getAssociationMapping('person')['joinColumns'][0]['name'];
|
|
||||||
$activityToScope = $metadataActivity->getAssociationMapping('scope')['joinColumns'][0]['name'];
|
|
||||||
$personToCenter = $metadataPerson->getAssociationMapping('center')['joinColumns'][0]['name'];
|
|
||||||
|
|
||||||
|
|
||||||
// acls:
|
|
||||||
$role = new Role(ActivityVoter::SEE);
|
|
||||||
$reachableCenters = $this->authorizationHelper->getReachableCenters($this->tokenStorage->getToken()->getUser(),
|
|
||||||
$role);
|
|
||||||
|
|
||||||
if (count($reachableCenters) === 0) {
|
|
||||||
// insert a dummy condition
|
|
||||||
return 'FALSE = TRUE';
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($context === 'person') {
|
|
||||||
// we start with activities having the person_id linked to person
|
|
||||||
$where .= sprintf('%s = ? AND ', $activityToPerson);
|
|
||||||
$parameters[] = $person->getId();
|
|
||||||
}
|
|
||||||
|
|
||||||
// we add acl (reachable center and scopes)
|
|
||||||
$where .= '('; // first loop for the for centers
|
|
||||||
$centersI = 0; // like centers#i
|
|
||||||
foreach ($reachableCenters as $center) {
|
|
||||||
// we pass if not in centers
|
|
||||||
if (!\in_array($center, $args['centers'])) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
// we get all the reachable scopes for this center
|
|
||||||
$reachableScopes = $this->authorizationHelper->getReachableScopes($this->tokenStorage->getToken()->getUser(), $role, $center);
|
|
||||||
// we get the ids for those scopes
|
|
||||||
$reachablesScopesId = array_map(
|
|
||||||
function(Scope $scope) { return $scope->getId(); },
|
|
||||||
$reachableScopes
|
|
||||||
);
|
|
||||||
|
|
||||||
// if not the first center
|
|
||||||
if ($centersI > 0) {
|
|
||||||
$where .= ') OR (';
|
|
||||||
}
|
|
||||||
|
|
||||||
// condition for the center
|
|
||||||
$where .= sprintf(' %s.%s = ? ', $metadataPerson->getTableName(), $personToCenter);
|
|
||||||
$parameters[] = $center->getId();
|
|
||||||
|
|
||||||
// begin loop for scopes
|
|
||||||
$where .= ' AND (';
|
|
||||||
$scopesI = 0; //like scope#i
|
|
||||||
|
|
||||||
foreach ($reachablesScopesId as $scopeId) {
|
|
||||||
if ($scopesI > 0) {
|
|
||||||
$where .= ' OR ';
|
|
||||||
}
|
|
||||||
$where .= sprintf(' %s.%s = ? ', $metadataActivity->getTableName(), $activityToScope);
|
|
||||||
$parameters[] = $scopeId;
|
|
||||||
$scopesI ++;
|
|
||||||
}
|
|
||||||
// close loop for scopes
|
|
||||||
$where .= ') ';
|
|
||||||
$centersI++;
|
|
||||||
}
|
|
||||||
// close loop for centers
|
|
||||||
$where .= ')';
|
|
||||||
|
|
||||||
return [$where, $parameters];
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@@ -1,42 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Chill is a software for social workers
|
|
||||||
*
|
|
||||||
* Copyright (C) 2021, Champs Libres Cooperative SCRLFS,
|
|
||||||
* <http://www.champs-libres.coop>, <info@champs-libres.coop>
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Affero General Public License as
|
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Chill\ActivityBundle\Repository;
|
|
||||||
|
|
||||||
use Chill\ActivityBundle\Entity\Activity;
|
|
||||||
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
|
||||||
use Doctrine\Persistence\ManagerRegistry;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @method AccompanyingPeriodParticipation|null find($id, $lockMode = null, $lockVersion = null)
|
|
||||||
* @method AccompanyingPeriodParticipation|null findOneBy(array $criteria, array $orderBy = null)
|
|
||||||
* @method AccompanyingPeriodParticipation[] findAll()
|
|
||||||
* @method AccompanyingPeriodParticipation[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
|
|
||||||
*/
|
|
||||||
class ActivityRepository extends ServiceEntityRepository
|
|
||||||
{
|
|
||||||
public function __construct(ManagerRegistry $registry)
|
|
||||||
{
|
|
||||||
parent::__construct($registry, Activity::class);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@@ -0,0 +1,10 @@
|
|||||||
|
@import '~ChillMainSass/custom/config/colors';
|
||||||
|
@import '~ChillMainSass/custom/mixins/entity';
|
||||||
|
|
||||||
|
.chill-entity.chill-entity__activity-reason {
|
||||||
|
@include entity($chill-pink, white);
|
||||||
|
}
|
||||||
|
|
||||||
|
.activity {
|
||||||
|
color: $chill-green;
|
||||||
|
}
|
@@ -1 +1 @@
|
|||||||
require('./scss/chillactivity.scss');
|
require('./activity/activity.scss');
|
||||||
|
@@ -1,114 +0,0 @@
|
|||||||
@import '~ChillMainSass/custom/config/colors';
|
|
||||||
@import '~ChillMainSass/custom/mixins/entity';
|
|
||||||
|
|
||||||
.chill-entity.chill-entity__activity-reason {
|
|
||||||
@include entity($chill-pink, white);
|
|
||||||
}
|
|
||||||
|
|
||||||
.activity {
|
|
||||||
color: $chill-green;
|
|
||||||
}
|
|
||||||
|
|
||||||
// exceptions for flex-bloc in concerned-groups
|
|
||||||
div.flex-bloc.concerned-groups {
|
|
||||||
margin-top: 1em;
|
|
||||||
div.item-bloc {
|
|
||||||
flex-grow: 0; flex-shrink: 0; flex-basis: 25%; //4 blocs
|
|
||||||
ul.list-content {
|
|
||||||
list-style-type: none;
|
|
||||||
padding-left: 0;
|
|
||||||
li {
|
|
||||||
margin-bottom: 0.2em;
|
|
||||||
a {
|
|
||||||
color: white;
|
|
||||||
cursor: pointer;
|
|
||||||
&:hover {
|
|
||||||
color: #ffffffab;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.person div.item-bloc {
|
|
||||||
flex-basis: 33%; //3 blocs
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// exceptions for flex-table in list-records
|
|
||||||
div.flex-table.list-records {
|
|
||||||
div.item-bloc {
|
|
||||||
div.item-row.main {
|
|
||||||
div.item-col {
|
|
||||||
&:first-child {
|
|
||||||
flex-basis: 27%;
|
|
||||||
}
|
|
||||||
ul.list-content {
|
|
||||||
li.social-issues, li.social-actions {
|
|
||||||
.badge-primary {
|
|
||||||
font-variant: small-caps;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 88%;
|
|
||||||
margin-bottom: 0.2em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li.social-issues .badge-primary {
|
|
||||||
background-color: var(--chill-orange);
|
|
||||||
}
|
|
||||||
li.social-actions .badge-primary {
|
|
||||||
background-color: var(--chill-green);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.item-row.details {
|
|
||||||
flex-direction: row;
|
|
||||||
& > div.item-col {
|
|
||||||
justify-content: flex-start;
|
|
||||||
align-self: center;
|
|
||||||
&:nth-child(1) {
|
|
||||||
flex-grow: 1; flex-shrink: 0; flex-basis: 30%;
|
|
||||||
}
|
|
||||||
&:nth-child(2) {
|
|
||||||
flex-grow: 0; flex-shrink: 1; flex-basis: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:only-child {
|
|
||||||
flex-grow: 0; flex-shrink: 0; flex-basis: 100%;
|
|
||||||
& > div.concerned-groups {
|
|
||||||
flex-grow: 0; flex-shrink: 0; flex-basis: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column; // TODO pas fini
|
|
||||||
div.group {
|
|
||||||
flex-grow: 1; flex-shrink: 0; flex-basis: 30%;
|
|
||||||
h4 {}
|
|
||||||
ul.list-content {
|
|
||||||
li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.concerned-groups {
|
|
||||||
font-size: 85%;
|
|
||||||
h4 {
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ul.list-content {
|
|
||||||
list-style-type: none;
|
|
||||||
padding-left: 1em;
|
|
||||||
margin: 0 0;
|
|
||||||
li {
|
|
||||||
margin-bottom: 0.2em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.duration {
|
|
||||||
font-size: smaller;
|
|
||||||
padding-left: 1em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,170 +0,0 @@
|
|||||||
<template>
|
|
||||||
<teleport to="#add-persons">
|
|
||||||
|
|
||||||
<div class="flex-bloc concerned-groups" :class="getContext">
|
|
||||||
<persons-bloc
|
|
||||||
v-for="bloc in contextPersonsBlocs"
|
|
||||||
v-bind:key="bloc.key"
|
|
||||||
v-bind:bloc="bloc"
|
|
||||||
v-bind:setPersonsInBloc="setPersonsInBloc">
|
|
||||||
</persons-bloc>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<add-persons
|
|
||||||
buttonTitle="activity.add_persons"
|
|
||||||
modalTitle="activity.add_persons"
|
|
||||||
v-bind:key="addPersons.key"
|
|
||||||
v-bind:options="addPersons.options"
|
|
||||||
@addNewPersons="addNewPersons"
|
|
||||||
ref="addPersons">
|
|
||||||
</add-persons>
|
|
||||||
|
|
||||||
</teleport>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import { mapState } from 'vuex';
|
|
||||||
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue';
|
|
||||||
import PersonsBloc from './components/PersonsBloc.vue';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
name: "App",
|
|
||||||
components: {
|
|
||||||
AddPersons,
|
|
||||||
PersonsBloc
|
|
||||||
},
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
personsBlocs: [
|
|
||||||
{ key: 'persons',
|
|
||||||
title: 'activity.bloc_persons',
|
|
||||||
persons: [],
|
|
||||||
included: false
|
|
||||||
},
|
|
||||||
{ key: 'personsAssociated',
|
|
||||||
title: 'activity.bloc_persons_associated',
|
|
||||||
persons: [],
|
|
||||||
included: false
|
|
||||||
},
|
|
||||||
{ key: 'personsNotAssociated',
|
|
||||||
title: 'activity.bloc_persons_not_associated',
|
|
||||||
persons: [],
|
|
||||||
included: false
|
|
||||||
},
|
|
||||||
{ key: 'thirdparty',
|
|
||||||
title: 'activity.bloc_thirdparty',
|
|
||||||
persons: [],
|
|
||||||
included: true
|
|
||||||
},
|
|
||||||
{ key: 'users',
|
|
||||||
title: 'activity.bloc_users',
|
|
||||||
persons: [],
|
|
||||||
included: true
|
|
||||||
},
|
|
||||||
],
|
|
||||||
addPersons: {
|
|
||||||
key: 'activity',
|
|
||||||
options: {
|
|
||||||
type: ['person', 'thirdparty'], // TODO add 'user'
|
|
||||||
priority: null,
|
|
||||||
uniq: false,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
...mapState({
|
|
||||||
persons: state => state.activity.persons,
|
|
||||||
thirdParties: state => state.activity.thirdParties,
|
|
||||||
users: state => state.activity.users,
|
|
||||||
accompanyingCourse: state => state.activity.accompanyingPeriod
|
|
||||||
}),
|
|
||||||
getContext() {
|
|
||||||
return (this.accompanyingCourse) ? "accompanyingCourse" : "person";
|
|
||||||
},
|
|
||||||
contextPersonsBlocs() {
|
|
||||||
return this.personsBlocs.filter(bloc => bloc.included !== false);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
mounted() {
|
|
||||||
this.setPersonsInBloc();
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
setPersonsInBloc() {
|
|
||||||
let groups;
|
|
||||||
if (this.accompanyingCourse) {
|
|
||||||
groups = this.splitPersonsInGroups();
|
|
||||||
}
|
|
||||||
this.personsBlocs.forEach(bloc => {
|
|
||||||
if (this.accompanyingCourse) {
|
|
||||||
switch (bloc.key) {
|
|
||||||
case 'personsAssociated':
|
|
||||||
bloc.persons = groups.personsAssociated;
|
|
||||||
bloc.included = true;
|
|
||||||
break;
|
|
||||||
case 'personsNotAssociated':
|
|
||||||
bloc.persons = groups.personsNotAssociated;
|
|
||||||
bloc.included = true;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
switch (bloc.key) {
|
|
||||||
case 'persons':
|
|
||||||
bloc.persons = this.persons;
|
|
||||||
bloc.included = true;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
switch (bloc.key) {
|
|
||||||
case 'thirdparty':
|
|
||||||
bloc.persons = this.thirdParties;
|
|
||||||
break;
|
|
||||||
case 'users':
|
|
||||||
bloc.persons = this.users;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}, groups);
|
|
||||||
},
|
|
||||||
splitPersonsInGroups() {
|
|
||||||
let personsAssociated = [];
|
|
||||||
let personsNotAssociated = this.persons;
|
|
||||||
let participations = this.getCourseParticipations();
|
|
||||||
this.persons.forEach(person => {
|
|
||||||
participations.forEach(participation => {
|
|
||||||
if (person.id === participation.id) {
|
|
||||||
console.log(person.id);
|
|
||||||
personsAssociated.push(person);
|
|
||||||
personsNotAssociated = personsNotAssociated.filter(p => p !== person);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
return {
|
|
||||||
'personsAssociated': personsAssociated,
|
|
||||||
'personsNotAssociated': personsNotAssociated
|
|
||||||
};
|
|
||||||
},
|
|
||||||
getCourseParticipations() {
|
|
||||||
let participations = [];
|
|
||||||
this.accompanyingCourse.participations.forEach(participation => {
|
|
||||||
if (!participation.endDate) {
|
|
||||||
participations.push(participation.person);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return participations;
|
|
||||||
},
|
|
||||||
addNewPersons({ selected, modal }) {
|
|
||||||
console.log('@@@ CLICK button addNewPersons', selected);
|
|
||||||
selected.forEach(function(item) {
|
|
||||||
this.$store.dispatch('addPersonsInvolved', item);
|
|
||||||
}, this
|
|
||||||
);
|
|
||||||
this.$refs.addPersons.resetSearch(); // to cast child method
|
|
||||||
modal.showModal = false;
|
|
||||||
this.setPersonsInBloc();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
</style>
|
|
@@ -1,29 +0,0 @@
|
|||||||
<template>
|
|
||||||
<li>
|
|
||||||
<span class="badge badge-primary" :title="person.text">
|
|
||||||
<span class="chill_denomination">
|
|
||||||
{{ textCutted }}
|
|
||||||
</span>
|
|
||||||
<a class="fa fa-fw fa-times"
|
|
||||||
@click.prevent="$emit('remove', person)">
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: "PersonBadge",
|
|
||||||
props: ['person'],
|
|
||||||
computed: {
|
|
||||||
textCutted() {
|
|
||||||
let more = (this.person.text.length > 15) ?'…' : '';
|
|
||||||
return this.person.text.slice(0,15) + more;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
emits: ['remove'],
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="css" scoped>
|
|
||||||
</style>
|
|
@@ -1,41 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="item-bloc">
|
|
||||||
<div class="item-row">
|
|
||||||
<div class="item-col">
|
|
||||||
<h4>{{ $t(bloc.title) }}</h4>
|
|
||||||
</div>
|
|
||||||
<div class="item-col">
|
|
||||||
<ul class="list-content">
|
|
||||||
<person-badge
|
|
||||||
v-for="person in bloc.persons"
|
|
||||||
v-bind:key="person.id"
|
|
||||||
v-bind:person="person"
|
|
||||||
@remove="removePerson">
|
|
||||||
</person-badge>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import PersonBadge from './PersonBadge.vue';
|
|
||||||
export default {
|
|
||||||
name:"PersonsBloc",
|
|
||||||
components: {
|
|
||||||
PersonBadge
|
|
||||||
},
|
|
||||||
props: ['bloc', 'setPersonsInBloc'],
|
|
||||||
methods: {
|
|
||||||
removePerson(item) {
|
|
||||||
console.log('@@ CLICK remove person: item', item);
|
|
||||||
this.$store.dispatch('removePersonInvolved', item);
|
|
||||||
this.setPersonsInBloc();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
|
|
||||||
</style>
|
|
@@ -1,20 +0,0 @@
|
|||||||
import { personMessages } from 'ChillPersonAssets/vuejs/_js/i18n'
|
|
||||||
|
|
||||||
const appMessages = {
|
|
||||||
fr: {
|
|
||||||
activity: {
|
|
||||||
add_persons: "Ajouter des personnes concernées",
|
|
||||||
bloc_persons: "Usagers",
|
|
||||||
bloc_persons_associated: "Usagers du parcours",
|
|
||||||
bloc_persons_not_associated: "Tiers non-pro.",
|
|
||||||
bloc_thirdparty: "Tiers professionnels",
|
|
||||||
bloc_users: "T(M)S",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Object.assign(appMessages.fr, personMessages.fr);
|
|
||||||
|
|
||||||
export {
|
|
||||||
appMessages
|
|
||||||
};
|
|
@@ -1,16 +0,0 @@
|
|||||||
import { createApp } from 'vue';
|
|
||||||
import { _createI18n } from 'ChillMainAssets/vuejs/_js/i18n'
|
|
||||||
import { appMessages } from './i18n'
|
|
||||||
import store from './store'
|
|
||||||
|
|
||||||
import App from './App.vue';
|
|
||||||
|
|
||||||
const i18n = _createI18n(appMessages);
|
|
||||||
|
|
||||||
const app = createApp({
|
|
||||||
template: `<app></app>`,
|
|
||||||
})
|
|
||||||
.use(store)
|
|
||||||
.use(i18n)
|
|
||||||
.component('app', App)
|
|
||||||
.mount('#activity');
|
|
@@ -1,98 +0,0 @@
|
|||||||
import 'es6-promise/auto';
|
|
||||||
import { createStore } from 'vuex';
|
|
||||||
|
|
||||||
const debug = process.env.NODE_ENV !== 'production';
|
|
||||||
//console.log('window.activity', window.activity);
|
|
||||||
|
|
||||||
const addIdToValue = (string, id) => {
|
|
||||||
let array = string ? string.split(',') : [];
|
|
||||||
array.push(id.toString());
|
|
||||||
let str = array.join();
|
|
||||||
return str;
|
|
||||||
};
|
|
||||||
|
|
||||||
const removeIdFromValue = (string, id) => {
|
|
||||||
let array = string.split(',');
|
|
||||||
array = array.filter(el => el !== id.toString());
|
|
||||||
let str = array.join();
|
|
||||||
return str;
|
|
||||||
};
|
|
||||||
|
|
||||||
const store = createStore({
|
|
||||||
strict: debug,
|
|
||||||
state: {
|
|
||||||
activity: window.activity
|
|
||||||
},
|
|
||||||
getters: {
|
|
||||||
},
|
|
||||||
mutations: {
|
|
||||||
addPersonsInvolved(state, payload) {
|
|
||||||
//console.log('### mutation addPersonsInvolved', payload.result.type);
|
|
||||||
switch (payload.result.type) {
|
|
||||||
case 'person':
|
|
||||||
state.activity.persons.push(payload.result);
|
|
||||||
break;
|
|
||||||
case 'thirdparty':
|
|
||||||
state.activity.thirdParties.push(payload.result);
|
|
||||||
break;
|
|
||||||
case 'user':
|
|
||||||
state.activity.users.push(payload.result);
|
|
||||||
break;
|
|
||||||
};
|
|
||||||
},
|
|
||||||
removePersonInvolved(state, payload) {
|
|
||||||
//console.log('### mutation removePersonInvolved', payload.type);
|
|
||||||
switch (payload.type) {
|
|
||||||
case 'person':
|
|
||||||
state.activity.persons = state.activity.persons.filter(person => person !== payload);
|
|
||||||
break;
|
|
||||||
case 'thirdparty':
|
|
||||||
state.activity.thirdParties = state.activity.thirdParties.filter(thirdparty => thirdparty !== payload);
|
|
||||||
break;
|
|
||||||
case 'user':
|
|
||||||
state.activity.users = state.activity.users.filter(user => user !== payload);
|
|
||||||
break;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
},
|
|
||||||
actions: {
|
|
||||||
addPersonsInvolved({ commit }, payload) {
|
|
||||||
console.log('### action addPersonsInvolved', payload.result.type);
|
|
||||||
switch (payload.result.type) {
|
|
||||||
case 'person':
|
|
||||||
let aPersons = document.getElementById("chill_activitybundle_activity_persons");
|
|
||||||
aPersons.value = addIdToValue(aPersons.value, payload.result.id);
|
|
||||||
break;
|
|
||||||
case 'thirdparty':
|
|
||||||
let aThirdParties = document.getElementById("chill_activitybundle_activity_thirdParties");
|
|
||||||
aThirdParties.value = addIdToValue(aThirdParties.value, payload.result.id);
|
|
||||||
break;
|
|
||||||
case 'user':
|
|
||||||
let aUsers = document.getElementById("chill_activitybundle_activity_users");
|
|
||||||
aUsers.value = addIdToValue(aUsers.value, payload.result.id);
|
|
||||||
break;
|
|
||||||
};
|
|
||||||
commit('addPersonsInvolved', payload);
|
|
||||||
},
|
|
||||||
removePersonInvolved({ commit }, payload) {
|
|
||||||
console.log('### action removePersonInvolved', payload);
|
|
||||||
switch (payload.type) {
|
|
||||||
case 'person':
|
|
||||||
let aPersons = document.getElementById("chill_activitybundle_activity_persons");
|
|
||||||
aPersons.value = removeIdFromValue(aPersons.value, payload.id);
|
|
||||||
break;
|
|
||||||
case 'thirdparty':
|
|
||||||
let aThirdParties = document.getElementById("chill_activitybundle_activity_thirdParties");
|
|
||||||
aThirdParties.value = removeIdFromValue(aThirdParties.value, payload.id);
|
|
||||||
break;
|
|
||||||
case 'user':
|
|
||||||
let aUsers = document.getElementById("chill_activitybundle_activity_users");
|
|
||||||
aUsers.value = removeIdFromValue(aUsers.value, payload.id);
|
|
||||||
break;
|
|
||||||
};
|
|
||||||
commit('removePersonInvolved', payload);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
export default store;
|
|
@@ -1,97 +0,0 @@
|
|||||||
{% macro href(pathname, key, value) %}
|
|
||||||
{% set parms = { (key): value } %}
|
|
||||||
{{ path(pathname, parms) }}
|
|
||||||
{% endmacro %}
|
|
||||||
|
|
||||||
{% if context == 'person' %}
|
|
||||||
{% set blocs = [
|
|
||||||
{ 'title': 'Others persons'|trans,
|
|
||||||
'items': entity.persons,
|
|
||||||
'path' : 'chill_person_view',
|
|
||||||
'key' : 'person_id'
|
|
||||||
},
|
|
||||||
{ 'title': 'Third parties'|trans,
|
|
||||||
'items': entity.thirdParties,
|
|
||||||
'path' : 'chill_3party_3party_show',
|
|
||||||
'key' : 'thirdparty_id'
|
|
||||||
},
|
|
||||||
{ 'title': 'Users concerned'|trans,
|
|
||||||
'items': entity.users,
|
|
||||||
'path' : 'admin_user_show',
|
|
||||||
'key' : 'id'
|
|
||||||
},
|
|
||||||
] %}
|
|
||||||
{% else %}
|
|
||||||
{% set blocs = [
|
|
||||||
{ 'title': 'Persons in accompanying course'|trans,
|
|
||||||
'items': entity.personsAssociated,
|
|
||||||
'path' : 'chill_person_view',
|
|
||||||
'key' : 'person_id'
|
|
||||||
},
|
|
||||||
{ 'title': 'Third persons'|trans,
|
|
||||||
'items': entity.personsNotAssociated,
|
|
||||||
'path' : 'chill_person_view',
|
|
||||||
'key' : 'person_id'
|
|
||||||
},
|
|
||||||
{ 'title': 'Third parties'|trans,
|
|
||||||
'items': entity.thirdParties,
|
|
||||||
'path' : 'chill_3party_3party_show',
|
|
||||||
'key' : 'thirdparty_id'
|
|
||||||
},
|
|
||||||
{ 'title': 'Users concerned'|trans,
|
|
||||||
'items': entity.users,
|
|
||||||
'path' : 'admin_user_show',
|
|
||||||
'key' : 'id'
|
|
||||||
},
|
|
||||||
] %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if (with_display == 'bloc') %}
|
|
||||||
<div class="{{ context }} flex-bloc concerned-groups">
|
|
||||||
{% for bloc in blocs %}
|
|
||||||
<div class="item-bloc">
|
|
||||||
<div class="item-row">
|
|
||||||
<div class="item-col">
|
|
||||||
<h4>{{ bloc.title }}</h4>
|
|
||||||
</div>
|
|
||||||
<div class="item-col">
|
|
||||||
<ul class="list-content">
|
|
||||||
{% for item in bloc.items %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ _self.href(bloc.path, bloc.key, item.id) }}">
|
|
||||||
<span class="badge badge-primary">
|
|
||||||
{{ item|chill_entity_render_box({'only_denomination': true}) }}
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if (with_display == 'row') %}
|
|
||||||
<div class="concerned-groups">
|
|
||||||
{% for bloc in blocs %}
|
|
||||||
<div class="group">
|
|
||||||
{% if bloc.items|length > 0 %}
|
|
||||||
<h4>{{ bloc.title }}</h4>
|
|
||||||
<ul class="list-content">
|
|
||||||
{% for item in bloc.items %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ _self.href(bloc.path, bloc.key, item.id) }}">
|
|
||||||
<span class="badge badge-primary">
|
|
||||||
{{ item|chill_entity_render_box({'only_denomination': true}) }}
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
@@ -6,6 +6,7 @@
|
|||||||
{% block title 'Remove activity'|trans %}
|
{% block title 'Remove activity'|trans %}
|
||||||
|
|
||||||
{% block personcontent %}
|
{% block personcontent %}
|
||||||
|
|
||||||
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
||||||
{
|
{
|
||||||
'title' : 'Remove activity'|trans,
|
'title' : 'Remove activity'|trans,
|
||||||
@@ -14,4 +15,5 @@
|
|||||||
'cancel_parameters' : { 'person_id' : activity.person.id, 'id' : activity.id },
|
'cancel_parameters' : { 'person_id' : activity.person.id, 'id' : activity.id },
|
||||||
'form' : delete_form
|
'form' : delete_form
|
||||||
} ) }}
|
} ) }}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
@@ -1,16 +0,0 @@
|
|||||||
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
|
||||||
|
|
||||||
{% block title 'Remove activity'|trans %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
|
||||||
{
|
|
||||||
'title' : 'Remove activity'|trans,
|
|
||||||
'confirm_question' : 'Are you sure you want to remove the activity about "%name%" ?'|trans({ '%name%' : accompanyingCourse.id } ),
|
|
||||||
'cancel_route' : 'chill_activity_activity_list',
|
|
||||||
'cancel_parameters' : { 'accompanying_course_id' : accompanyingCourse.id, 'id' : activity.id },
|
|
||||||
'form' : delete_form
|
|
||||||
} ) }}
|
|
||||||
{% endblock %}
|
|
@@ -1,101 +1,59 @@
|
|||||||
<h1>{{ "Update activity"|trans }}</h1>
|
{#
|
||||||
|
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#}
|
||||||
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{{ form_start(edit_form) }}
|
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
||||||
{{ form_errors(edit_form) }}
|
|
||||||
|
|
||||||
{%- if edit_form.emergency is defined -%}
|
{% block title 'Update activity'|trans %}
|
||||||
{{ form_row(edit_form.emergency) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.sentReceived is defined -%}
|
{% block personcontent %}
|
||||||
{{ form_row(edit_form.sentReceived) }}
|
<h1>{{ "Update activity"|trans }}</h1>
|
||||||
{% endif %}
|
|
||||||
|
{{ form_start(edit_form) }}
|
||||||
|
|
||||||
{%- if edit_form.user is defined -%}
|
|
||||||
{{ form_row(edit_form.user) }}
|
{{ form_row(edit_form.user) }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.scope is defined -%}
|
|
||||||
{{ form_row(edit_form.scope) }}
|
{{ form_row(edit_form.scope) }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.socialActions is defined -%}
|
<h2>{{ 'Activity data'|trans }}</h2>
|
||||||
{{ form_row(edit_form.socialActions) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.socialIssues is defined -%}
|
|
||||||
{{ form_row(edit_form.socialIssues) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.reasons is defined -%}
|
|
||||||
{{ form_row(edit_form.reasons) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<h2 class="chill-red">{{ 'Concerned groups'|trans }}</h2>
|
|
||||||
|
|
||||||
{%- if edit_form.persons is defined -%}
|
|
||||||
{{ form_widget(edit_form.persons) }}
|
|
||||||
{% endif %}
|
|
||||||
{%- if edit_form.thirdParties is defined -%}
|
|
||||||
{{ form_widget(edit_form.thirdParties) }}
|
|
||||||
{% endif %}
|
|
||||||
{%- if edit_form.users is defined -%}
|
|
||||||
{{ form_widget(edit_form.users) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<div id="add-persons"></div>
|
|
||||||
|
|
||||||
<h2 class="chill-red">{{ 'Activity data'|trans }}</h2>
|
|
||||||
|
|
||||||
{%- if edit_form.date is defined -%}
|
|
||||||
{{ form_row(edit_form.date) }}
|
{{ form_row(edit_form.date) }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
.. location
|
|
||||||
|
|
||||||
{%- if edit_form.durationTime is defined -%}
|
|
||||||
{{ form_row(edit_form.durationTime) }}
|
{{ form_row(edit_form.durationTime) }}
|
||||||
{% endif %}
|
{{ form_row(edit_form.type) }}
|
||||||
|
|
||||||
{%- if edit_form.travelTime is defined -%}
|
|
||||||
{{ form_row(edit_form.travelTime) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.comment is defined -%}
|
|
||||||
.. public and private
|
|
||||||
{{ form_row(edit_form.comment) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.documents is defined -%}
|
|
||||||
{{ form_row(edit_form.documents) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if edit_form.attendee is defined -%}
|
|
||||||
{{ form_row(edit_form.attendee) }}
|
{{ form_row(edit_form.attendee) }}
|
||||||
{% endif %}
|
{{ form_row(edit_form.reasons) }}
|
||||||
|
{{ form_row(edit_form.comment) }}
|
||||||
|
|
||||||
.. status
|
{{ form_widget(edit_form) }}
|
||||||
|
<ul class="record_actions sticky-form-buttons">
|
||||||
|
<li class="cancel">
|
||||||
|
<a href="{{ path('chill_activity_activity_show', { 'id': entity.id, 'person_id': entity.person.id } ) }}" class="sc-button bt-cancel">
|
||||||
|
{{ 'Cancel'|trans }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<button class="sc-button bt-update" type="submit">{{ 'Save activity'|trans }}</button>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
{{ form_end(edit_form) }}
|
||||||
|
|
||||||
{% set person_id = null %}
|
{# {{ form(delete_form) }} #}
|
||||||
{% if entity.person %}
|
{% endblock %}
|
||||||
{% set person_id = entity.person.id %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% set accompanying_course_id = null %}
|
{% block js %}
|
||||||
{% if accompanyingCourse %}
|
<script type="text/javascript">
|
||||||
{% set accompanying_course_id = accompanyingCourse.id %}
|
chill.displayAlertWhenLeavingModifiedForm('form[name="{{ edit_form.vars.form.vars.name }}"]', '{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
||||||
{% endif %}
|
</script>
|
||||||
|
{% endblock %}
|
||||||
<ul class="record_actions sticky-form-buttons">
|
|
||||||
<li class="cancel">
|
|
||||||
<a href="{{ path('chill_activity_activity_show', { 'id': entity.id, 'person_id': person_id, 'accompanying_period_id': accompanying_course_id } ) }}" class="sc-button bt-cancel">
|
|
||||||
{{ 'Cancel'|trans }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<button class="sc-button bt-update" type="submit">{{ 'Save activity'|trans }}</button>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
{{ form_end(edit_form) }}
|
|
||||||
|
|
||||||
{# {{ form(delete_form) }} #}
|
|
||||||
|
@@ -1,25 +0,0 @@
|
|||||||
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
|
||||||
|
|
||||||
{% block title 'Update activity'|trans %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<div id="activity"></div> {# <=== vue component #}
|
|
||||||
{% include 'ChillActivityBundle:Activity:edit.html.twig' %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block js %}
|
|
||||||
{{ encore_entry_link_tags('async_upload') }}
|
|
||||||
<script type="text/javascript">
|
|
||||||
chill.displayAlertWhenLeavingModifiedForm('form[name="{{ edit_form.vars.form.vars.name }}"]',
|
|
||||||
'{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
|
||||||
window.activity = {{ activity_json|json_encode|raw }};
|
|
||||||
</script>
|
|
||||||
{{ encore_entry_script_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block css %}
|
|
||||||
{{ encore_entry_link_tags('async_upload') }}
|
|
||||||
{{ encore_entry_link_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
@@ -1,41 +0,0 @@
|
|||||||
{#
|
|
||||||
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Affero General Public License as
|
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#}
|
|
||||||
{% extends "@ChillPerson/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
|
||||||
|
|
||||||
{% block title 'Update activity'|trans %}
|
|
||||||
|
|
||||||
{% block personcontent %}
|
|
||||||
{% include 'ChillActivityBundle:Activity:edit.html.twig' %}
|
|
||||||
<div id="activity"></div> {# <=== vue component #}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block js %}
|
|
||||||
{{ encore_entry_link_tags('async_upload') }}
|
|
||||||
<script type="text/javascript">
|
|
||||||
chill.displayAlertWhenLeavingModifiedForm('form[name="{{ edit_form.vars.form.vars.name }}"]',
|
|
||||||
'{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
|
||||||
window.activity = {{ activity_json|json_encode|raw }};
|
|
||||||
</script>
|
|
||||||
{{ encore_entry_script_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block css %}
|
|
||||||
{{ encore_entry_link_tags('async_upload') }}
|
|
||||||
{{ encore_entry_link_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
@@ -1,179 +1,87 @@
|
|||||||
{% set person_id = null %}
|
{#
|
||||||
{% if person %}
|
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
||||||
{% set person_id = person.id %}
|
*
|
||||||
{% endif %}
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#}
|
||||||
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{% set accompanying_course_id = null %}
|
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
||||||
{% if accompanyingCourse %}
|
|
||||||
{% set accompanying_course_id = accompanyingCourse.id %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<h2>{{ 'Activity list' |trans }}</h2>
|
{% block title %}{{ 'Activity list' |trans }}{% endblock title %}
|
||||||
|
|
||||||
{% if activities|length == 0 %}
|
{% block personcontent %}
|
||||||
<p class="chill-no-data-statement">
|
<h2>{{ 'Activity list' |trans }}</h2>
|
||||||
{{ "There isn't any activities."|trans }}
|
|
||||||
<a href="{{ path('chill_activity_activity_new', {'person_id': person_id, 'accompanying_period_id': accompanying_course_id}) }}" class="sc-button bt-create button-small"></a>
|
|
||||||
</p>
|
|
||||||
{% else %}
|
|
||||||
|
|
||||||
<div class="flex-table list-records {{ context }}">
|
{% if activities|length == 0 %}
|
||||||
<!--
|
<p class="chill-no-data-statement">
|
||||||
<thead>
|
{{ "There isn't any activities."|trans }}
|
||||||
<tr>
|
<a href="{{ path('chill_activity_activity_new', {'person_id': person.id}) }}" class="sc-button bt-create button-small"></a>
|
||||||
<th class="chill-red">{{'Date' | trans }}</th>
|
</p>
|
||||||
<th class="chill-green">{{'Duration Time' | trans }}</th>
|
{% else %}
|
||||||
<th class="chill-orange">{{'Reasons' | trans}}</th>
|
<table class="records_list">
|
||||||
<th>{{'Type' | trans}}</th>
|
<thead>
|
||||||
<th> </th>
|
<tr>
|
||||||
</tr>
|
<th class="chill-red">{{'Date' | trans }}</th>
|
||||||
</thead>
|
<th class="chill-green">{{'Duration Time' | trans }}</th>
|
||||||
-->
|
<th class="chill-orange">{{'Reasons' | trans}}</th>
|
||||||
{% for activity in activities %}
|
<th>{{'Type' | trans}}</th>
|
||||||
{% set t = activity.type %}
|
<th> </th>
|
||||||
<div class="item-bloc">
|
</tr>
|
||||||
<div class="item-row main">
|
</thead>
|
||||||
<div class="item-col">
|
<tbody>
|
||||||
|
{% for activity in activities %}
|
||||||
{% if activity.date %}
|
<tr>
|
||||||
<h3>{{ activity.date|format_date('long') }}</h3>
|
<td>{% if activity.date %}{{ activity.date|format_date('long') }}{% endif %}</td>
|
||||||
|
<td>{{ activity.durationTime|date('H:i') }}</td>
|
||||||
|
<td>
|
||||||
|
{% if activity.comment.comment is not empty %}
|
||||||
|
{{ activity.comment|chill_entity_render_box( { 'limit_lines': 3, 'metadata': false } ) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{%- if activity.reasons is empty -%}
|
||||||
<div class="duration">
|
{{ 'No reason associated'|trans }}
|
||||||
{% if t.durationTimeVisible > 0 %}
|
{%- else -%}
|
||||||
<p>
|
{% for r in activity.reasons %}{{ r|chill_entity_render_box }} {% endfor %}
|
||||||
<i class="fa fa-fw fa-hourglass-end"></i>
|
{%- endif -%}
|
||||||
{{ activity.durationTime|date('H:i') }}
|
</td>
|
||||||
</p>
|
<td>{{ activity.type.name | localize_translatable_string }}</td>
|
||||||
{% endif %}
|
<td>
|
||||||
|
|
||||||
{% if activity.travelTime and t.travelTimeVisible %}
|
|
||||||
<p>
|
|
||||||
<i class="fa fa-fw fa-car"></i>
|
|
||||||
{{ activity.travelTime|date('H:i') }}
|
|
||||||
</p>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="item-col">
|
|
||||||
<ul class="list-content">
|
|
||||||
{% if activity.user and t.userVisible %}
|
|
||||||
<li>
|
|
||||||
<b>{{ 'by'|trans }}{{ activity.user.usernameCanonical }}</b>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<b>{{ activity.type.name | localize_translatable_string }}</b>
|
|
||||||
|
|
||||||
{% if activity.attendee is not null and t.attendeeVisible %}
|
|
||||||
{% if activity.attendee %}
|
|
||||||
{{ '→ ' ~ 'present'|trans|capitalize }}
|
|
||||||
{% else %}
|
|
||||||
{{ '→ ' ~ 'not present'|trans|capitalize }}
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<b>{{ 'location'|trans ~ ': ' }}</b>
|
|
||||||
Domicile de l'usager
|
|
||||||
{#
|
|
||||||
{% if activity.location %}{{ activity.location }}{% endif %}
|
|
||||||
#}
|
|
||||||
</li>
|
|
||||||
|
|
||||||
{%- if t.reasonsVisible -%}
|
|
||||||
<li>
|
|
||||||
{%- if activity.reasons is empty -%}
|
|
||||||
<span class="chill-no-data-statement">{{ 'No reason associated'|trans }}</span>
|
|
||||||
{%- else -%}
|
|
||||||
{% for r in activity.reasons %}
|
|
||||||
{{ r|chill_entity_render_box }}
|
|
||||||
{% endfor %}
|
|
||||||
{%- endif -%}
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if t.socialIssuesVisible %}
|
|
||||||
<li class="social-issues">
|
|
||||||
{%- if activity.socialIssues is empty -%}
|
|
||||||
<span class="chill-no-data-statement">{{ 'No social issues associated'|trans }}</span>
|
|
||||||
{%- else -%}
|
|
||||||
{% for r in activity.socialIssues %}
|
|
||||||
{{ r|chill_entity_render_box }}
|
|
||||||
{% endfor %}
|
|
||||||
{%- endif -%}
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if t.socialActionsVisible -%}
|
|
||||||
<li class="social-actions">
|
|
||||||
{%- if activity.socialActions is empty -%}
|
|
||||||
<span class="chill-no-data-statement">{{ 'No social actions associated'|trans }}</span>
|
|
||||||
{%- else -%}
|
|
||||||
{% for r in activity.socialActions %}
|
|
||||||
<span class="badge badge-primary">{{ r.title|localize_translatable_string }}</span>
|
|
||||||
{% endfor %}
|
|
||||||
{%- endif -%}
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_activity_activity_show', { 'id': activity.id, 'person_id': person_id, 'accompanying_period_id': accompanying_course_id }) }}" class="sc-button bt-show "></a>
|
<a href="{{ path('chill_activity_activity_show', { 'id': activity.id, 'person_id': person.id }) }}" class="sc-button bt-show "></a>
|
||||||
</li>
|
</li>
|
||||||
{# TOOD
|
|
||||||
{% if is_granted('CHILL_ACTIVITY_UPDATE', activity) %}
|
{% if is_granted('CHILL_ACTIVITY_UPDATE', activity) %}
|
||||||
#}
|
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_activity_activity_edit', { 'id': activity.id, 'person_id': person_id, 'accompanying_period_id': accompanying_course_id }) }}" class="sc-button bt-update "></a>
|
<a href="{{ path('chill_activity_activity_edit', { 'id': activity.id, 'person_id': person.id }) }}" class="sc-button bt-update "></a>
|
||||||
</li>
|
</li>
|
||||||
{# TOOD
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_granted('CHILL_ACTIVITY_DELETE', activity) %}
|
{% if is_granted('CHILL_ACTIVITY_DELETE', activity) %}
|
||||||
#}
|
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_activity_activity_delete', { 'id': activity.id, 'person_id' : person_id, 'accompanying_period_id': accompanying_course_id } ) }}" class="sc-button bt-delete "></a>
|
<a href="{{ path('chill_activity_activity_delete', { 'id': activity.id, 'person_id' : person.id } ) }}" class="sc-button bt-delete "></a>
|
||||||
</li>
|
</li>
|
||||||
{#
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
#}
|
</td>
|
||||||
</ul>
|
</tr>
|
||||||
</div>
|
{% endfor %}
|
||||||
</div>
|
</tbody>
|
||||||
|
</table>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{%
|
<ul class="record_actions">
|
||||||
if activity.comment.comment is not empty
|
<li>
|
||||||
or activity.persons|length > 0
|
<a href="{{ path('chill_activity_activity_new', {'person_id': person.id}) }}" class="sc-button bt-create">
|
||||||
or activity.thirdParties|length > 0
|
{{ 'Add a new activity' | trans }}
|
||||||
or activity.users|length > 0
|
</a>
|
||||||
%}
|
</li>
|
||||||
<div class="item-row details">
|
</ul>
|
||||||
<div class="item-col">
|
{% endblock %}
|
||||||
{% include 'ChillActivityBundle:Activity:concernedGroups.html.twig' with {'context': context, 'with_display': 'row', 'entity': activity } %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if activity.comment.comment is not empty %}
|
|
||||||
<div class="item-col comment">
|
|
||||||
{{ activity.comment|chill_entity_render_box( { 'limit_lines': 3, 'metadata': false } ) }}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<ul class="record_actions">
|
|
||||||
<li>
|
|
||||||
<a href="{{ path('chill_activity_activity_new', {'person_id': person_id, 'accompanying_period_id': accompanying_course_id}) }}" class="sc-button bt-create">
|
|
||||||
{{ 'Add a new activity' | trans }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
@@ -1,9 +0,0 @@
|
|||||||
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
|
||||||
|
|
||||||
{% block title %}{{ 'Activity list' |trans }}{% endblock title %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
{% include 'ChillActivityBundle:Activity:list.html.twig' with {'context': 'accompanyingCourse'} %}
|
|
||||||
{% endblock %}
|
|
@@ -1,25 +0,0 @@
|
|||||||
{#
|
|
||||||
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Affero General Public License as
|
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#}
|
|
||||||
{% extends "@ChillPerson/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
|
||||||
|
|
||||||
{% block title %}{{ 'Activity list' |trans }}{% endblock title %}
|
|
||||||
|
|
||||||
{% block personcontent %}
|
|
||||||
{% include 'ChillActivityBundle:Activity:list.html.twig' with {'context': 'person'} %}
|
|
||||||
{% endblock %}
|
|
@@ -1,100 +1,50 @@
|
|||||||
<h1>{{ "Activity creation"|trans }}</h1>
|
{#
|
||||||
|
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#}
|
||||||
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
|
|
||||||
{{ form_start(form) }}
|
{% set activeRouteKey = 'chill_activity_activity_new' %}
|
||||||
{{ form_errors(form) }}
|
|
||||||
|
|
||||||
|
{% block title 'Activity creation' |trans %}
|
||||||
|
|
||||||
{%- if form.emergency is defined -%}
|
{% block personcontent %}
|
||||||
{{ form_row(form.emergency) }}
|
<h2 class="chill-red">{{ "Activity creation"|trans }}</h1>
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.sentReceived is defined -%}
|
{{ form_start(form) }}
|
||||||
{{ form_row(form.sentReceived) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.user is defined -%}
|
|
||||||
{{ form_row(form.user) }}
|
{{ form_row(form.user) }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.scope is defined -%}
|
|
||||||
{{ form_row(form.scope) }}
|
{{ form_row(form.scope) }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.socialActions is defined -%}
|
<h2 class="chill-red">{{ 'Activity data'|trans }}</h2>
|
||||||
{{ form_row(form.socialActions) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.socialIssues is defined -%}
|
|
||||||
{{ form_row(form.socialIssues) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
{%- if form.reasons is defined -%}
|
|
||||||
{{ form_row(form.reasons) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<h2 class="chill-red">{{ 'Concerned groups'|trans }}</h2>
|
|
||||||
|
|
||||||
{%- if form.persons is defined -%}
|
|
||||||
{{ form_widget(form.persons) }}
|
|
||||||
{% endif %}
|
|
||||||
{%- if form.thirdParties is defined -%}
|
|
||||||
{{ form_widget(form.thirdParties) }}
|
|
||||||
{% endif %}
|
|
||||||
{%- if form.users is defined -%}
|
|
||||||
{{ form_widget(form.users) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<div id="add-persons"></div>
|
|
||||||
|
|
||||||
<h2 class="chill-red">{{ 'Activity data'|trans }}</h2>
|
|
||||||
|
|
||||||
{%- if form.date is defined -%}
|
|
||||||
{{ form_row(form.date) }}
|
{{ form_row(form.date) }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
.. location
|
|
||||||
|
|
||||||
{%- if form.durationTime is defined -%}
|
|
||||||
{{ form_row(form.durationTime) }}
|
{{ form_row(form.durationTime) }}
|
||||||
{% endif %}
|
{{ form_row(form.type) }}
|
||||||
|
|
||||||
{%- if form.travelTime is defined -%}
|
|
||||||
{{ form_row(form.travelTime) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.comment is defined -%}
|
|
||||||
.. public and private
|
|
||||||
{{ form_row(form.comment) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.documents is defined -%}
|
|
||||||
{{ form_row(form.documents) }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{%- if form.attendee is defined -%}
|
|
||||||
{{ form_row(form.attendee) }}
|
{{ form_row(form.attendee) }}
|
||||||
{% endif %}
|
{{ form_row(form.reasons) }}
|
||||||
|
{{ form_row(form.comment) }}
|
||||||
|
|
||||||
.. status
|
<div class="grid-12 centered sticky-form-buttons">
|
||||||
|
<button class="sc-button green margin-10" type="submit"><i class="fa fa-save"></i> {{ 'Add a new activity'|trans }}</button>
|
||||||
|
</div>
|
||||||
|
{{ form_end(form) }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
<ul class="record_actions sticky-form-buttons">
|
{% block js %}
|
||||||
<li class="cancel">
|
<script type="text/javascript">
|
||||||
<a
|
chill.displayAlertWhenLeavingUnsubmittedForm('form[name="{{ form.vars.form.vars.name }}"]', '{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
||||||
class="sc-button bt-cancel"
|
</script>
|
||||||
{%- if context == 'person' -%}
|
{% endblock %}
|
||||||
href="{{ chill_return_path_or('chill_activity_activity_list', { 'person_id': person.id } )}}"
|
|
||||||
{%- else -%}
|
|
||||||
href="{{ chill_return_path_or('chill_activity_activity_list', { 'accompanying_period_id': accompanyingCourse.id } )}}"
|
|
||||||
{%- endif -%}
|
|
||||||
>
|
|
||||||
{{ 'Cancel'|trans|chill_return_path_label }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<button class="sc-button bt-create" type="submit">
|
|
||||||
{{ 'Add a new activity'|trans }}
|
|
||||||
</button>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
{{ form_end(form) }}
|
|
||||||
|
@@ -1,25 +0,0 @@
|
|||||||
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_new' %}
|
|
||||||
|
|
||||||
{% block title 'Activity creation' |trans %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<div id="activity"></div> {# <=== vue component #}
|
|
||||||
{% include 'ChillActivityBundle:Activity:new.html.twig' with {'context': 'accompanyingCourse'} %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block js %}
|
|
||||||
{{ encore_entry_script_tags('async_upload') }}
|
|
||||||
<script type="text/javascript">
|
|
||||||
chill.displayAlertWhenLeavingUnsubmittedForm('form[name="{{ form.vars.form.vars.name }}"]',
|
|
||||||
'{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
|
||||||
window.activity = {{ activity_json|json_encode|raw }};
|
|
||||||
</script>
|
|
||||||
{{ encore_entry_script_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block css %}
|
|
||||||
<link rel="stylesheet" href="{{ asset('build/async_upload.css') }}"/>
|
|
||||||
{{ encore_entry_link_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
@@ -1,25 +0,0 @@
|
|||||||
{% extends "@ChillPerson/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_new' %}
|
|
||||||
|
|
||||||
{% block title 'Activity creation' |trans %}
|
|
||||||
|
|
||||||
{% block personcontent %}
|
|
||||||
{% include 'ChillActivityBundle:Activity:new.html.twig' with {'context': 'person'} %}
|
|
||||||
<div id="activity"></div> {# <=== vue component #}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block js %}
|
|
||||||
{{ encore_entry_link_tags('async_upload') }}
|
|
||||||
<script type="text/javascript">
|
|
||||||
chill.displayAlertWhenLeavingUnsubmittedForm('form[name="{{ form.vars.form.vars.name }}"]',
|
|
||||||
'{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
|
|
||||||
window.activity = {{ activity_json|json_encode|raw }};
|
|
||||||
</script>
|
|
||||||
{{ encore_entry_script_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block css %}
|
|
||||||
{{ encore_entry_link_tags('async_upload') }}
|
|
||||||
{{ encore_entry_link_tags('vue_activity') }}
|
|
||||||
{% endblock %}
|
|
@@ -1,28 +0,0 @@
|
|||||||
<h2 class="chill-red">{{ "Activity creation"|trans }}</h2>
|
|
||||||
|
|
||||||
{# TODO: refaire l'html css des tuilles #}
|
|
||||||
|
|
||||||
{% for row in data %}
|
|
||||||
<h3>{{ row.activityTypeCategory.name|localize_translatable_string }}</h3>
|
|
||||||
<div style="display:flex;justify-content:center;gap:12px;flex-wrap:wrap;">
|
|
||||||
{% for activityType in row.activityTypes %}
|
|
||||||
|
|
||||||
{% set person_id = null %}
|
|
||||||
{% if person %}
|
|
||||||
{% set person_id = person.id %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% set accompanying_course_id = null %}
|
|
||||||
{% if accompanyingCourse %}
|
|
||||||
{% set accompanying_course_id = accompanyingCourse.id %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<a href="{{ path('chill_activity_activity_new', {'person_id': person_id, 'activityType_id': activityType.id, 'accompanying_period_id': accompanying_course_id }) }}">
|
|
||||||
|
|
||||||
<div style="width:200px;height:200px;border:1px dotted red;display:flex;justify-content:center;align-items:center;align-content:center;">
|
|
||||||
{{ activityType.name|localize_translatable_string }}
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
@@ -1,9 +0,0 @@
|
|||||||
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_new' %}
|
|
||||||
|
|
||||||
{% block title 'Activity creation'|trans %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
{% include 'ChillActivityBundle:Activity:selectType.html.twig' %}
|
|
||||||
{% endblock %}
|
|
@@ -1,9 +0,0 @@
|
|||||||
{% extends "@ChillPerson/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_new' %}
|
|
||||||
|
|
||||||
{% block title 'Activity creation'|trans %}
|
|
||||||
|
|
||||||
{% block personcontent %}
|
|
||||||
{% include 'ChillActivityBundle:Activity:selectType.html.twig' %}
|
|
||||||
{% endblock %}
|
|
@@ -1,134 +1,68 @@
|
|||||||
{%- set t = entity.type -%}
|
{% extends "@ChillPerson/layout.html.twig" %}
|
||||||
{%- import "@ChillDocStore/Macro/macro.html.twig" as m -%}
|
|
||||||
|
|
||||||
<h1>
|
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
||||||
{{ "Activity"|trans }}
|
|
||||||
{%- if t.emergencyVisible and entity.emergency -%}
|
|
||||||
<span class="badge badge-secondary">
|
|
||||||
{{- 'Emergency'|trans -}}
|
|
||||||
</span>
|
|
||||||
{%- endif -%}
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<dl class="chill_view_data">
|
{% block title 'Activity'|trans %}
|
||||||
|
|
||||||
<dt class="inline">{{ 'by'|trans|capitalize }}</dt>
|
{% import 'ChillActivityBundle:ActivityReason:macro.html.twig' as m %}
|
||||||
<dd>{{ entity.user }}</dd>
|
|
||||||
|
|
||||||
<dt class="inline">{{ 'Type'|trans }}</dt>
|
{% block personcontent -%}
|
||||||
<dd>{{ entity.type.name | localize_translatable_string }}</dd>
|
<h1 >{{ "Activity"|trans }}</h1>
|
||||||
|
|
||||||
{%- if entity.scope -%}
|
<dl class="chill_view_data">
|
||||||
|
<dt class="inline">{{ 'User'|trans }}</dt>
|
||||||
|
<dd>{{ entity.user }}</dd>
|
||||||
<dt class="inline">{{ 'Scope'|trans }}</dt>
|
<dt class="inline">{{ 'Scope'|trans }}</dt>
|
||||||
<dd><span class="scope">{{ entity.scope.name|localize_translatable_string }}</span></dd>
|
<dd><span class="scope">{{ entity.scope.name|localize_translatable_string }}</span></dd>
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if t.socialIssuesVisible %}
|
<h2 class="chill-red">{{ 'Activity data'|trans }}</h2>
|
||||||
<dt class="inline">{{ 'Social issues'|trans }}</dt>
|
<dt class="inline">{{ 'Person'|trans }}</dt>
|
||||||
<dd>
|
<dd>{{ entity.person }}</dd>
|
||||||
{% if entity.socialIssues|length == 0 %}
|
|
||||||
<p class="chill-no-data-statement">{{ 'Any social issues'|trans }}</p>
|
|
||||||
{% else %}
|
|
||||||
{% for si in entity.socialIssues %}{{ si|chill_entity_render_box }}{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
</dd>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if t.socialActionsVisible %}
|
<dt class="inline">{{ 'Date'|trans }}</dt>
|
||||||
<dt class="inline">{{ 'Social actions'|trans }}</dt>
|
<dd>{{ entity.date|format_date('long') }}</dd>
|
||||||
<dd>
|
<dt class="inline">{{ 'Duration Time'|trans }}</dt>
|
||||||
{% if entity.socialActions|length == 0 %}
|
<dd>{{ entity.durationTime|date('H:i') }}</dd>
|
||||||
<p class="chill-no-data-statement">{{ 'Any social actions'|trans }}</p>
|
<dt class="inline">{{ 'Type'|trans }}</dt>
|
||||||
{% else %}
|
<dd>{{ entity.type.name | localize_translatable_string }}</dd>
|
||||||
{% for sa in entity.socialActions %}{{ sa|chill_entity_render_box }}{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
</dd>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if t.reasonsVisible %}
|
<dt class="inline">{{ 'Attendee'|trans }}</dt>
|
||||||
<dt class="inline">{{ 'Reasons'|trans }}</dt>
|
<dd>{% if entity.attendee is not null %}{% if entity.attendee %}{{ 'present'|trans|capitalize }} {% else %} {{ 'not present'|trans|capitalize }}{% endif %}{% else %}{{ 'None'|trans|capitalize }}{% endif %}</dd>
|
||||||
{%- if entity.reasons is empty -%}
|
|
||||||
<dd><span class="chill-no-data-statement">{{ 'No reason associated'|trans }}</span></dd>
|
|
||||||
{%- else -%}
|
|
||||||
<dd>{% for r in entity.reasons %}{{ r|chill_entity_render_box }} {% endfor %}</dd>
|
|
||||||
{%- endif -%}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<h2 class="chill-red">{{ 'Concerned groups'|trans }}</h2>
|
<dt class="inline">{{ 'Reasons'|trans }}</dt>
|
||||||
{% include 'ChillActivityBundle:Activity:concernedGroups.html.twig' with {'context': context, 'with_display': 'bloc' } %}
|
{%- if entity.reasons is empty -%}
|
||||||
|
<dd><span class="chill-no-data-statement">{{ 'No reason associated'|trans }}</span></dd>
|
||||||
|
{%- else -%}
|
||||||
|
<dd>{% for r in entity.reasons %}{{ r|chill_entity_render_box }} {% endfor %}</dd>
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
<h2 class="chill-red">{{ 'Activity data'|trans }}</h2>
|
<dt class="inline">{{ 'Comment'|trans }}</dt>
|
||||||
|
{%- if entity.comment is empty -%}
|
||||||
|
<dd><span class="chill-no-data-statement">{{ 'No comment associated'|trans }}</span></dd>
|
||||||
|
{%- else -%}
|
||||||
|
<dd>{{ entity.comment|chill_entity_render_box }}</dd>
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
<dt class="inline">{{ 'Date'|trans }}</dt>
|
</dl>
|
||||||
<dd>{{ entity.date|format_date('long') }}</dd>
|
|
||||||
|
|
||||||
{% if t.durationTimeVisible %}
|
<ul class="record_actions">
|
||||||
<dt class="inline">{{ 'Duration Time'|trans }}</dt>
|
<li class="cancel">
|
||||||
<dd>{{ entity.durationTime|date('H:i') }}</dd>
|
<a class="sc-button bt-cancel" href="{{ path('chill_activity_activity_list', { 'person_id': person.id } ) }}">
|
||||||
{% endif %}
|
{{ 'Back to the list'|trans }}
|
||||||
|
</a>
|
||||||
{% if t.travelTimeVisible %}
|
</li>
|
||||||
<dt class="inline">{{ 'Travel Time'|trans }}</dt>
|
<li>
|
||||||
<dd>{{ entity.travelTime|date('H:i') }}</dd>
|
<a class="sc-button bt-update" href="{{ path('chill_activity_activity_edit', { 'id': entity.id, 'person_id': person.id }) }}">
|
||||||
{% endif %}
|
{{ 'Edit the activity'|trans }}
|
||||||
|
|
||||||
{% if t.commentVisible %}
|
|
||||||
<dt class="inline">{{ 'Comment'|trans }}</dt>
|
|
||||||
{%- if entity.comment.empty -%}
|
|
||||||
<dd><span class="chill-no-data-statement">{{ 'No comment associated'|trans }}</span></dd>
|
|
||||||
{%- else -%}
|
|
||||||
<dd>{{ entity.comment|chill_entity_render_box }}</dd>
|
|
||||||
{%- endif -%}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if t.documentsVisible and entity.documents|length > 0 %}
|
|
||||||
<dt>{{ 'Documents'|trans }}</dt>
|
|
||||||
<dd>
|
|
||||||
<ul>
|
|
||||||
{% for d in entity.documents %}
|
|
||||||
<li>{{ m.download_button(d) }}</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</dd>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if t.attendeeVisible %}
|
|
||||||
<dt class="inline">{{ 'Attendee'|trans }}</dt>
|
|
||||||
<dd>{% if entity.attendee is not null %}{% if entity.attendee %}{{ 'present'|trans|capitalize }} {% else %} {{ 'not present'|trans|capitalize }}{% endif %}{% else %}{{ 'None'|trans|capitalize }}{% endif %}</dd>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</dl>
|
|
||||||
|
|
||||||
{% set person_id = null %}
|
|
||||||
{% if person %}
|
|
||||||
{% set person_id = person.id %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% set accompanying_course_id = null %}
|
|
||||||
{% if accompanyingCourse %}
|
|
||||||
{% set accompanying_course_id = accompanyingCourse.id %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<ul class="record_actions">
|
|
||||||
<li class="cancel">
|
|
||||||
<a class="sc-button bt-cancel" href="{{ path('chill_activity_activity_list', { 'person_id': person_id, 'accompanying_period_id': accompanying_course_id } ) }}">
|
|
||||||
{{ 'Back to the list'|trans }}
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
{% if is_granted('CHILL_ACTIVITY_DELETE', entity) %}
|
||||||
<a class="sc-button bt-update" href="{{ path('chill_activity_activity_edit', { 'id': entity.id, 'person_id': person_id, 'accompanying_period_id': accompanying_course_id }) }}">
|
<li>
|
||||||
{{ 'Edit the activity'|trans }}
|
<a href="{{ path('chill_activity_activity_delete', { 'id': entity.id, 'person_id' : person.id } ) }}" class="sc-button bt-delete">
|
||||||
</a>
|
{{ 'Delete'|trans }}
|
||||||
</li>
|
</a>
|
||||||
{# TODO
|
</li>
|
||||||
{% if is_granted('CHILL_ACTIVITY_DELETE', entity) %}
|
{% endif %}
|
||||||
#}
|
</ul>
|
||||||
<li>
|
|
||||||
<a href="{{ path('chill_activity_activity_delete', { 'id': entity.id, 'person_id' : person_id, 'accompanying_period_id': accompanying_course_id } ) }}" class="sc-button bt-delete">
|
{% endblock personcontent %}
|
||||||
{{ 'Delete'|trans }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{#
|
|
||||||
{% endif %}
|
|
||||||
#}
|
|
||||||
</ul>
|
|
||||||
|
@@ -1,11 +0,0 @@
|
|||||||
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
|
||||||
|
|
||||||
{% block title 'Activity'|trans %}
|
|
||||||
|
|
||||||
{% import 'ChillActivityBundle:ActivityReason:macro.html.twig' as m %}
|
|
||||||
|
|
||||||
{% block content -%}
|
|
||||||
{% include 'ChillActivityBundle:Activity:show.html.twig' with {'context': 'accompanyingCourse'} %}
|
|
||||||
{% endblock content %}
|
|
@@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
{{ dump(notification) }}
|
|
||||||
|
|
||||||
<a href="{{ path('chill_activity_activity_show', {'id': notification.relatedEntityId }) }}">Go to Activity</a>
|
|
@@ -1,11 +0,0 @@
|
|||||||
{% extends "@ChillPerson/layout.html.twig" %}
|
|
||||||
|
|
||||||
{% set activeRouteKey = 'chill_activity_activity_list' %}
|
|
||||||
|
|
||||||
{% block title 'Activity'|trans %}
|
|
||||||
|
|
||||||
{% import 'ChillActivityBundle:ActivityReason:macro.html.twig' as m %}
|
|
||||||
|
|
||||||
{% block personcontent -%}
|
|
||||||
{% include 'ChillActivityBundle:Activity:show.html.twig' with {'context': 'person'} %}
|
|
||||||
{% endblock personcontent %}
|
|
@@ -1,12 +0,0 @@
|
|||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
{% include('@ChillMain/CRUD/_edit_title.html.twig') %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block layout_wvm_content %}
|
|
||||||
{% embed '@ChillMain/CRUD/_edit_content.html.twig' %}
|
|
||||||
{% block content_form_actions_view %}{% endblock %}
|
|
||||||
{% block content_form_actions_save_and_show %}{% endblock %}
|
|
||||||
{% endembed %}
|
|
||||||
{% endblock %}
|
|
@@ -1,44 +0,0 @@
|
|||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
|
||||||
|
|
||||||
{% block admin_content %}
|
|
||||||
<h1>{{ 'ActivityPresence list'|trans }}</h1>
|
|
||||||
|
|
||||||
<table class="records_list">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>{{ 'Name'|trans }}</th>
|
|
||||||
<th>{{ 'Active'|trans }}</th>
|
|
||||||
<th>{{ 'Actions'|trans }}</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
{% for entity in entities %}
|
|
||||||
<tr>
|
|
||||||
<td>{{ entity.name|localize_translatable_string }}</td>
|
|
||||||
<td style="text-align:center;">
|
|
||||||
{%- if entity.active -%}
|
|
||||||
<i class="fa fa-check-square-o"></i>
|
|
||||||
{%- else -%}
|
|
||||||
<i class="fa fa-square-o"></i>
|
|
||||||
{%- endif -%}
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<ul class="record_actions">
|
|
||||||
<li>
|
|
||||||
<a href="{{ path('chill_crud_activity_presence_edit', { 'id': entity.id }) }}" class="sc-button bt-edit" title="{{ 'edit'|trans }}"></a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<ul class="record_actions">
|
|
||||||
<li>
|
|
||||||
<a href="{{ path('chill_crud_activity_presence_new') }}" class="sc-button bt-create">
|
|
||||||
{{ 'Create a new activity presence'|trans }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
{% endblock %}
|
|
@@ -1,11 +0,0 @@
|
|||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
{% include('@ChillMain/CRUD/_new_title.html.twig') %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block layout_wvm_content %}
|
|
||||||
{% embed '@ChillMain/CRUD/_new_content.html.twig' %}
|
|
||||||
{% block content_form_actions_save_and_show %}{% endblock %}
|
|
||||||
{% endembed %}
|
|
||||||
{% endblock %}
|
|
@@ -1,12 +1,40 @@
|
|||||||
|
{#
|
||||||
|
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#}
|
||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
||||||
|
|
||||||
{% block title %}
|
{% block admin_content %}
|
||||||
{% include('@ChillMain/CRUD/_edit_title.html.twig') %}
|
<h1>{{ 'ActivityType edit'|trans }}</h1>
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block layout_wvm_content %}
|
{{ form_start(edit_form) }}
|
||||||
{% embed '@ChillMain/CRUD/_edit_content.html.twig' %}
|
{{ form_row(edit_form.active) }}
|
||||||
{% block content_form_actions_view %}{% endblock %}
|
{{ form_row(edit_form.name) }}
|
||||||
{% block content_form_actions_save_and_show %}{% endblock %}
|
|
||||||
{% endembed %}
|
|
||||||
|
|
||||||
|
<ul class="record_actions">
|
||||||
|
<li class="cancel">
|
||||||
|
<a href="{{ path('chill_activity_activitytype') }}" class="sc-button bt-cancel">
|
||||||
|
{{ 'Back to the list'|trans }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
{{ form_widget(edit_form.submit, { 'attr' : { 'class' : 'sc-button bt-update' } } ) }}
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
{{ form_end(edit_form) }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for entity in entities %}
|
{% for entity in entities %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ entity.name|localize_translatable_string }}</td>
|
<td><a href="{{ path('chill_activity_activitytype_show', { 'id': entity.id }) }}">{{ entity.name|localize_translatable_string }}</a></td>
|
||||||
<td style="text-align:center;">
|
<td style="text-align:center;">
|
||||||
{%- if entity.active -%}
|
{%- if entity.active -%}
|
||||||
<i class="fa fa-check-square-o"></i>
|
<i class="fa fa-check-square-o"></i>
|
||||||
@@ -41,7 +41,10 @@
|
|||||||
<td>
|
<td>
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_crud_activity_type_edit', { 'id': entity.id }) }}" class="sc-button bt-edit" title="{{ 'edit'|trans }}"></a>
|
<a href="{{ path('chill_activity_activitytype_show', { 'id': entity.id }) }}" class="sc-button bt-show" title="{{ 'show'|trans }}"></a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{{ path('chill_activity_activitytype_edit', { 'id': entity.id }) }}" class="sc-button bt-edit" title="{{ 'edit'|trans }}"></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
@@ -52,7 +55,7 @@
|
|||||||
|
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_crud_activity_type_new') }}" class="sc-button bt-create">
|
<a href="{{ path('chill_activity_activitytype_new') }}" class="sc-button bt-create">
|
||||||
{{ 'Create a new activity type'|trans }}
|
{{ 'Create a new activity type'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@@ -1,11 +1,38 @@
|
|||||||
|
{#
|
||||||
|
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#}
|
||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
||||||
|
|
||||||
{% block title %}
|
{% block admin_content %}
|
||||||
{% include('@ChillMain/CRUD/_new_title.html.twig') %}
|
<h1>{{ 'ActivityType creation'|trans }}</h1>
|
||||||
{% endblock %}
|
|
||||||
|
{{ form_start(form) }}
|
||||||
|
{{ form_row(form.active) }}
|
||||||
|
{{ form_row(form.name) }}
|
||||||
|
|
||||||
|
<ul class="record_actions">
|
||||||
|
<li class="cancel">
|
||||||
|
<a href="{{ path('chill_activity_activitytype') }}" class="sc-button bt-cancel">
|
||||||
|
{{ 'Back to the list'|trans }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
{{ form_widget(form.submit, { 'attr' : { 'class' : 'sc-button bt-new' } } ) }}
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
{{ form_end(form) }}
|
||||||
|
|
||||||
{% block layout_wvm_content %}
|
|
||||||
{% embed '@ChillMain/CRUD/_new_content.html.twig' %}
|
|
||||||
{% block content_form_actions_save_and_show %}{% endblock %}
|
|
||||||
{% endembed %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@@ -0,0 +1,42 @@
|
|||||||
|
{#
|
||||||
|
* Copyright (C) 2014, Champs Libres Cooperative SCRLFS, <http://www.champs-libres.coop>
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#}
|
||||||
|
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
||||||
|
|
||||||
|
{% block admin_content %}
|
||||||
|
<h1>{{ 'ActivityType'|trans }}</h1>
|
||||||
|
|
||||||
|
<table class="record_properties">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th>{{ 'Name'|trans }}</th>
|
||||||
|
<td>{{ entity.name|localize_translatable_string }}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<ul class="record_actions">
|
||||||
|
<li class="cancel">
|
||||||
|
<a href="{{ path('chill_activity_activitytype') }}" class="sc-button bt-cancel">
|
||||||
|
{{ 'Back to the list'|trans }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{{ path('chill_activity_activitytype_edit', { 'id': entity.id }) }}" class="sc-button bt-edit">
|
||||||
|
{{ 'Edit'|trans }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
{% endblock %}
|
@@ -1,12 +0,0 @@
|
|||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
{% include('@ChillMain/CRUD/_edit_title.html.twig') %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block layout_wvm_content %}
|
|
||||||
{% embed '@ChillMain/CRUD/_edit_content.html.twig' %}
|
|
||||||
{% block content_form_actions_view %}{% endblock %}
|
|
||||||
{% block content_form_actions_save_and_show %}{% endblock %}
|
|
||||||
{% endembed %}
|
|
||||||
{% endblock %}
|
|
@@ -1,44 +0,0 @@
|
|||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
|
||||||
|
|
||||||
{% block admin_content %}
|
|
||||||
<h1>{{ 'ActivityTypeCategory list'|trans }}</h1>
|
|
||||||
|
|
||||||
<table class="records_list">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>{{ 'Name'|trans }}</th>
|
|
||||||
<th>{{ 'Active'|trans }}</th>
|
|
||||||
<th>{{ 'Actions'|trans }}</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
{% for entity in entities %}
|
|
||||||
<tr>
|
|
||||||
<td>{{ entity.name|localize_translatable_string }}</td>
|
|
||||||
<td style="text-align:center;">
|
|
||||||
{%- if entity.active -%}
|
|
||||||
<i class="fa fa-check-square-o"></i>
|
|
||||||
{%- else -%}
|
|
||||||
<i class="fa fa-square-o"></i>
|
|
||||||
{%- endif -%}
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<ul class="record_actions">
|
|
||||||
<li>
|
|
||||||
<a href="{{ path('chill_crud_activity_type_category_edit', { 'id': entity.id }) }}" class="sc-button bt-edit" title="{{ 'edit'|trans }}"></a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<ul class="record_actions">
|
|
||||||
<li>
|
|
||||||
<a href="{{ path('chill_crud_activity_type_category_new') }}" class="sc-button bt-create">
|
|
||||||
{{ 'Create a new activity type category'|trans }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
{% endblock %}
|
|
@@ -1,11 +0,0 @@
|
|||||||
{% extends "@ChillActivity/Admin/layout_activity.html.twig" %}
|
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
{% include('@ChillMain/CRUD/_new_title.html.twig') %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block layout_wvm_content %}
|
|
||||||
{% embed '@ChillMain/CRUD/_new_content.html.twig' %}
|
|
||||||
{% block content_form_actions_save_and_show %}{% endblock %}
|
|
||||||
{% endembed %}
|
|
||||||
{% endblock %}
|
|
@@ -1,11 +1,11 @@
|
|||||||
{% import 'ChillActivityBundle:ActivityReason:macro.html.twig' as m %}
|
{% import 'ChillActivityBundle:ActivityReason:macro.html.twig' as m %}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3>{{ activity.date|format_date('long') }}<span class="activity"> / {{ 'Activity'|trans }}</span>{% if 'person' != context %} / {{ activity.person|chill_entity_render_box({'addLink': true}) }}{% endif %}</h3>
|
<h3>{{ activity.date|format_date('long') }}<span class="activity"> / {{ 'Activity'|trans }}</span></h3>
|
||||||
<div class="statement">
|
<div class="statement">
|
||||||
<span class="statement">{{ '%user% has done an %activity_type%'|trans(
|
<span class="statement">{{ '%user% has done an %activity_type%'|trans(
|
||||||
{
|
{
|
||||||
'%user%' : activity.user,
|
'%user%' : user,
|
||||||
'%activity_type%': activity.type.name|localize_translatable_string,
|
'%activity_type%': activity.type.name|localize_translatable_string,
|
||||||
'%date%' : activity.date|format_date('long') }
|
'%date%' : activity.date|format_date('long') }
|
||||||
) }}</span>
|
) }}</span>
|
||||||
@@ -29,13 +29,13 @@
|
|||||||
|
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_activity_activity_show', { 'person_id': activity.person.id, 'id': activity.id} ) }}" class="sc-button bt-view">
|
<a href="{{ path('chill_activity_activity_show', { 'person_id': person.id, 'id': activity.id} ) }}" class="sc-button bt-view">
|
||||||
{{ 'Show the activity'|trans }}
|
{{ 'Show the activity'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% if is_granted('CHILL_ACTIVITY_UPDATE', activity) %}
|
{% if is_granted('CHILL_ACTIVITY_UPDATE', activity) %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_activity_activity_edit', { 'person_id': activity.person.id, 'id': activity.id} ) }}" class="sc-button bt-edit">
|
<a href="{{ path('chill_activity_activity_edit', { 'person_id': person.id, 'id': activity.id} ) }}" class="sc-button bt-edit">
|
||||||
{{ 'Edit the activity'|trans }}
|
{{ 'Edit the activity'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@@ -21,7 +21,6 @@
|
|||||||
namespace Chill\ActivityBundle\Timeline;
|
namespace Chill\ActivityBundle\Timeline;
|
||||||
|
|
||||||
use Chill\MainBundle\Timeline\TimelineProviderInterface;
|
use Chill\MainBundle\Timeline\TimelineProviderInterface;
|
||||||
use Chill\ActivityBundle\Repository\ActivityACLAwareRepository;
|
|
||||||
use Doctrine\ORM\EntityManager;
|
use Doctrine\ORM\EntityManager;
|
||||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
||||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
||||||
@@ -29,13 +28,13 @@ use Symfony\Component\Security\Core\Role\Role;
|
|||||||
use Doctrine\ORM\Mapping\ClassMetadata;
|
use Doctrine\ORM\Mapping\ClassMetadata;
|
||||||
use Chill\PersonBundle\Entity\Person;
|
use Chill\PersonBundle\Entity\Person;
|
||||||
use Chill\MainBundle\Entity\Scope;
|
use Chill\MainBundle\Entity\Scope;
|
||||||
use Chill\ActivityBundle\Entity\Activity;
|
|
||||||
use Chill\MainBundle\Timeline\TimelineSingleQuery;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provide activity for inclusion in timeline
|
* Provide activity for inclusion in timeline
|
||||||
*
|
*
|
||||||
*/
|
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||||
|
* @author Champs Libres <info@champs-libres.coop>
|
||||||
|
*/
|
||||||
class TimelineActivityProvider implements TimelineProviderInterface
|
class TimelineActivityProvider implements TimelineProviderInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -57,10 +56,6 @@ class TimelineActivityProvider implements TimelineProviderInterface
|
|||||||
*/
|
*/
|
||||||
protected $user;
|
protected $user;
|
||||||
|
|
||||||
protected ActivityACLAwareRepository $aclAwareRepository;
|
|
||||||
|
|
||||||
private const SUPPORTED_CONTEXTS = [ 'center', 'person'];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TimelineActivityProvider constructor.
|
* TimelineActivityProvider constructor.
|
||||||
*
|
*
|
||||||
@@ -71,13 +66,11 @@ class TimelineActivityProvider implements TimelineProviderInterface
|
|||||||
public function __construct(
|
public function __construct(
|
||||||
EntityManager $em,
|
EntityManager $em,
|
||||||
AuthorizationHelper $helper,
|
AuthorizationHelper $helper,
|
||||||
TokenStorageInterface $storage,
|
TokenStorageInterface $storage
|
||||||
ActivityACLAwareRepository $aclAwareRepository
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
$this->em = $em;
|
$this->em = $em;
|
||||||
$this->helper = $helper;
|
$this->helper = $helper;
|
||||||
$this->aclAwareRepository = $aclAwareRepository;
|
|
||||||
|
|
||||||
if (!$storage->getToken()->getUser() instanceof \Chill\MainBundle\Entity\User)
|
if (!$storage->getToken()->getUser() instanceof \Chill\MainBundle\Entity\User)
|
||||||
{
|
{
|
||||||
@@ -93,69 +86,67 @@ class TimelineActivityProvider implements TimelineProviderInterface
|
|||||||
*/
|
*/
|
||||||
public function fetchQuery($context, array $args)
|
public function fetchQuery($context, array $args)
|
||||||
{
|
{
|
||||||
if ('center' === $context) {
|
$this->checkContext($context);
|
||||||
return TimelineSingleQuery::fromArray($this->aclAwareRepository
|
|
||||||
->queryTimelineIndexer($context, $args));
|
|
||||||
}
|
|
||||||
|
|
||||||
$metadataActivity = $this->em->getClassMetadata(Activity::class);
|
$metadataActivity = $this->em->getClassMetadata('ChillActivityBundle:Activity');
|
||||||
|
$metadataPerson = $this->em->getClassMetadata('ChillPersonBundle:Person');
|
||||||
|
|
||||||
[$where, $parameters] = $this->getWhereClauseForPerson($args['person']);
|
return array(
|
||||||
|
|
||||||
return TimelineSingleQuery::fromArray([
|
|
||||||
'id' => $metadataActivity->getTableName()
|
'id' => $metadataActivity->getTableName()
|
||||||
.'.'.$metadataActivity->getColumnName('id'),
|
.'.'.$metadataActivity->getColumnName('id'),
|
||||||
'type' => 'activity',
|
'type' => 'activity',
|
||||||
'date' => $metadataActivity->getTableName()
|
'date' => $metadataActivity->getTableName()
|
||||||
.'.'.$metadataActivity->getColumnName('date'),
|
.'.'.$metadataActivity->getColumnName('date'),
|
||||||
'FROM' => $this->getFromClausePerson($args['person']),
|
'FROM' => $this->getFromClause($metadataActivity, $metadataPerson),
|
||||||
'WHERE' => $where,
|
'WHERE' => $this->getWhereClause($metadataActivity, $metadataPerson,
|
||||||
'parameters' => $parameters
|
$args['person'])
|
||||||
]);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getWhereClauseForPerson(Person $person)
|
private function getWhereClause(ClassMetadata $metadataActivity,
|
||||||
|
ClassMetadata $metadataPerson, Person $person)
|
||||||
{
|
{
|
||||||
$parameters = [];
|
|
||||||
$metadataActivity = $this->em->getClassMetadata(Activity::class);
|
|
||||||
$associationMapping = $metadataActivity->getAssociationMapping('person');
|
|
||||||
$role = new Role('CHILL_ACTIVITY_SEE');
|
$role = new Role('CHILL_ACTIVITY_SEE');
|
||||||
$reachableScopes = $this->helper->getReachableScopes($this->user,
|
$reachableCenters = $this->helper->getReachableCenters($this->user,
|
||||||
$role, $person->getCenter());
|
$role);
|
||||||
$whereClause = sprintf(' {activity.person_id} = ? AND {activity.scope_id} IN ({scopes_ids}) ');
|
$associationMapping = $metadataActivity->getAssociationMapping('person');
|
||||||
$scopes_ids = [];
|
|
||||||
|
|
||||||
// first parameter: activity.person_id
|
if (count($reachableCenters) === 0) {
|
||||||
$parameters[] = $person->getId();
|
return 'FALSE = TRUE';
|
||||||
|
|
||||||
// loop on reachable scopes
|
|
||||||
foreach ($reachableScopes as $scope) {
|
|
||||||
if (\in_array($scope->getId(), $scopes_ids)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
$scopes_ids[] = '?';
|
|
||||||
$parameters[] = $scope->getId();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
// we start with activities having the person_id linked to person
|
||||||
\strtr(
|
// (currently only context "person" is supported)
|
||||||
$whereClause,
|
$whereClause = sprintf('%s = %d',
|
||||||
[
|
$associationMapping['joinColumns'][0]['name'],
|
||||||
'{activity.person_id}' => $associationMapping['joinColumns'][0]['name'],
|
$person->getId());
|
||||||
'{activity.scope_id}' => $metadataActivity->getTableName().'.'.
|
|
||||||
|
// we add acl (reachable center and scopes)
|
||||||
|
$centerAndScopeLines = array();
|
||||||
|
foreach ($reachableCenters as $center) {
|
||||||
|
$reachablesScopesId = array_map(
|
||||||
|
function(Scope $scope) { return $scope->getId(); },
|
||||||
|
$this->helper->getReachableScopes($this->user, $role,
|
||||||
|
$person->getCenter())
|
||||||
|
);
|
||||||
|
|
||||||
|
$centerAndScopeLines[] = sprintf('(%s = %d AND %s IN (%s))',
|
||||||
|
$metadataPerson->getTableName().'.'.
|
||||||
|
$metadataPerson->getAssociationMapping('center')['joinColumns'][0]['name'],
|
||||||
|
$center->getId(),
|
||||||
|
$metadataActivity->getTableName().'.'.
|
||||||
$metadataActivity->getAssociationMapping('scope')['joinColumns'][0]['name'],
|
$metadataActivity->getAssociationMapping('scope')['joinColumns'][0]['name'],
|
||||||
'{scopes_ids}' => \implode(", ", $scopes_ids)
|
implode(',', $reachablesScopesId));
|
||||||
,
|
|
||||||
]
|
}
|
||||||
),
|
$whereClause .= ' AND ('.implode(' OR ', $centerAndScopeLines).')';
|
||||||
$parameters
|
|
||||||
];
|
return $whereClause;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getFromClausePerson()
|
private function getFromClause(ClassMetadata $metadataActivity,
|
||||||
|
ClassMetadata $metadataPerson)
|
||||||
{
|
{
|
||||||
$metadataActivity = $this->em->getClassMetadata(Activity::class);
|
|
||||||
$metadataPerson = $this->em->getClassMetadata(Person::class);
|
|
||||||
$associationMapping = $metadataActivity->getAssociationMapping('person');
|
$associationMapping = $metadataActivity->getAssociationMapping('person');
|
||||||
|
|
||||||
return $metadataActivity->getTableName().' JOIN '
|
return $metadataActivity->getTableName().' JOIN '
|
||||||
@@ -173,7 +164,7 @@ class TimelineActivityProvider implements TimelineProviderInterface
|
|||||||
*/
|
*/
|
||||||
public function getEntities(array $ids)
|
public function getEntities(array $ids)
|
||||||
{
|
{
|
||||||
$activities = $this->em->getRepository(Activity::class)
|
$activities = $this->em->getRepository('ChillActivityBundle:Activity')
|
||||||
->findBy(array('id' => $ids));
|
->findBy(array('id' => $ids));
|
||||||
|
|
||||||
$result = array();
|
$result = array();
|
||||||
@@ -192,13 +183,14 @@ class TimelineActivityProvider implements TimelineProviderInterface
|
|||||||
{
|
{
|
||||||
$this->checkContext($context);
|
$this->checkContext($context);
|
||||||
|
|
||||||
return [
|
return array(
|
||||||
'template' => 'ChillActivityBundle:Timeline:activity_person_context.html.twig',
|
'template' => 'ChillActivityBundle:Timeline:activity_person_context.html.twig',
|
||||||
'template_data' => [
|
'template_data' => array(
|
||||||
'activity' => $entity,
|
'activity' => $entity,
|
||||||
'context' => $context
|
'person' => $args['person'],
|
||||||
]
|
'user' => $entity->getUser()
|
||||||
];
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -218,7 +210,7 @@ class TimelineActivityProvider implements TimelineProviderInterface
|
|||||||
*/
|
*/
|
||||||
private function checkContext($context)
|
private function checkContext($context)
|
||||||
{
|
{
|
||||||
if (FALSE === \in_array($context, self::SUPPORTED_CONTEXTS)) {
|
if ($context !== 'person') {
|
||||||
throw new \LogicException("The context '$context' is not "
|
throw new \LogicException("The context '$context' is not "
|
||||||
. "supported. Currently only 'person' is supported");
|
. "supported. Currently only 'person' is supported");
|
||||||
}
|
}
|
||||||
|
@@ -1,10 +1,4 @@
|
|||||||
// this file loads all assets from the Chill person bundle
|
// this file loads all assets from the Chill person bundle
|
||||||
module.exports = function(encore, entries) {
|
module.exports = function(encore, entries) {
|
||||||
entries.push(__dirname + '/Resources/public/index.js');
|
entries.push(__dirname + '/Resources/public/index.js');
|
||||||
|
|
||||||
encore.addAliases({
|
|
||||||
ChillActivityAssets: __dirname + '/Resources/public'
|
|
||||||
});
|
|
||||||
|
|
||||||
encore.addEntry('vue_activity', __dirname + '/Resources/public/vuejs/Activity/index.js');
|
|
||||||
};
|
};
|
||||||
|
@@ -10,6 +10,10 @@ chill_activity_activityreasoncategory:
|
|||||||
resource: "@ChillActivityBundle/config/routes/activityreasoncategory.yaml"
|
resource: "@ChillActivityBundle/config/routes/activityreasoncategory.yaml"
|
||||||
prefix: /
|
prefix: /
|
||||||
|
|
||||||
|
chill_activity_activitytype:
|
||||||
|
resource: "@ChillActivityBundle/config/routes/activitytype.yaml"
|
||||||
|
prefix: /
|
||||||
|
|
||||||
chill_admin_activity_index:
|
chill_admin_activity_index:
|
||||||
path: /{_locale}/admin/activity
|
path: /{_locale}/admin/activity
|
||||||
controller: Chill\ActivityBundle\Controller\AdminController::indexActivityAction
|
controller: Chill\ActivityBundle\Controller\AdminController::indexActivityAction
|
||||||
@@ -28,30 +32,3 @@ chill_admin_activity_redirect_to_admin_index:
|
|||||||
admin_activity:
|
admin_activity:
|
||||||
order: 0
|
order: 0
|
||||||
label: Main admin menu
|
label: Main admin menu
|
||||||
|
|
||||||
chill_activity_type_admin:
|
|
||||||
path: /{_locale}/admin/activity/type
|
|
||||||
controller: cscrud_activity_type_controller:index
|
|
||||||
options:
|
|
||||||
menus:
|
|
||||||
admin_activity:
|
|
||||||
order: 2020
|
|
||||||
label: 'Activity Types'
|
|
||||||
|
|
||||||
chill_activity_type_category_admin:
|
|
||||||
path: /{_locale}/admin/activity/type_category
|
|
||||||
controller: cscrud_activity_type_category_controller:index
|
|
||||||
options:
|
|
||||||
menus:
|
|
||||||
admin_activity:
|
|
||||||
order: 2999
|
|
||||||
label: 'Activity Types Categories'
|
|
||||||
|
|
||||||
chill_activity_presence_admin:
|
|
||||||
path: /{_locale}/admin/activity/presence
|
|
||||||
controller: cscrud_activity_presence_controller:index
|
|
||||||
options:
|
|
||||||
menus:
|
|
||||||
admin_activity:
|
|
||||||
order: 2021
|
|
||||||
label: 'Activity Presences'
|
|
||||||
|
@@ -1,26 +1,30 @@
|
|||||||
chill_activity_activity_list:
|
chill_activity_activity_list:
|
||||||
path: /{_locale}/activity/
|
path: /{_locale}/person/{person_id}/activity/
|
||||||
controller: Chill\ActivityBundle\Controller\ActivityController::listAction
|
controller: Chill\ActivityBundle\Controller\ActivityController::listAction
|
||||||
|
|
||||||
chill_activity_activity_show:
|
chill_activity_activity_show:
|
||||||
path: /{_locale}/activity/{id}/show
|
path: /{_locale}/person/{person_id}/activity/{id}/show
|
||||||
controller: Chill\ActivityBundle\Controller\ActivityController::showAction
|
controller: Chill\ActivityBundle\Controller\ActivityController::showAction
|
||||||
|
|
||||||
chill_activity_activity_select_type:
|
|
||||||
path: /{_locale}/activity/select-type
|
|
||||||
controller: Chill\ActivityBundle\Controller\ActivityController::selectTypeAction
|
|
||||||
|
|
||||||
chill_activity_activity_new:
|
chill_activity_activity_new:
|
||||||
path: /{_locale}/activity/new
|
path: /{_locale}/person/{person_id}/activity/new
|
||||||
controller: Chill\ActivityBundle\Controller\ActivityController::newAction
|
controller: Chill\ActivityBundle\Controller\ActivityController::newAction
|
||||||
methods: [POST, GET]
|
|
||||||
|
chill_activity_activity_create:
|
||||||
|
path: /{_locale}/person/{person_id}/activity/create
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityController::createAction
|
||||||
|
methods: POST
|
||||||
|
|
||||||
chill_activity_activity_edit:
|
chill_activity_activity_edit:
|
||||||
path: /{_locale}/activity/{id}/edit
|
path: /{_locale}/person/{person_id}/activity/{id}/edit
|
||||||
controller: Chill\ActivityBundle\Controller\ActivityController::editAction
|
controller: Chill\ActivityBundle\Controller\ActivityController::editAction
|
||||||
methods: [GET, POST, PUT]
|
|
||||||
|
chill_activity_activity_update:
|
||||||
|
path: /{_locale}/person/{person_id}/activity/{id}/update
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityController::updateAction
|
||||||
|
methods: [POST, PUT]
|
||||||
|
|
||||||
chill_activity_activity_delete:
|
chill_activity_activity_delete:
|
||||||
path: /{_locale}/activity/{id}/delete
|
path: /{_locale}/person/{person_id}/activity/{id}/delete
|
||||||
controller: Chill\ActivityBundle\Controller\ActivityController::deleteAction
|
controller: Chill\ActivityBundle\Controller\ActivityController::deleteAction
|
||||||
methods: [GET, POST, DELETE]
|
methods: [GET, POST, DELETE]
|
||||||
|
@@ -0,0 +1,35 @@
|
|||||||
|
chill_activity_activitytype:
|
||||||
|
path: /{_locale}/admin/activitytype/
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityTypeController::indexAction
|
||||||
|
options:
|
||||||
|
menus:
|
||||||
|
admin_activity:
|
||||||
|
order: 2020
|
||||||
|
label: "Activity Types"
|
||||||
|
|
||||||
|
chill_activity_activitytype_show:
|
||||||
|
path: /{_locale}/admin/activitytype/{id}/show
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityTypeController::showAction
|
||||||
|
|
||||||
|
chill_activity_activitytype_new:
|
||||||
|
path: /{_locale}/admin/activitytype/new
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityTypeController::newAction
|
||||||
|
|
||||||
|
chill_activity_activitytype_create:
|
||||||
|
path: /{_locale}/admin/activitytype/create
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityTypeController::createAction
|
||||||
|
methods: POST
|
||||||
|
|
||||||
|
chill_activity_activitytype_edit:
|
||||||
|
path: /{_locale}/admin/activitytype/{id}/edit
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityTypeController::editAction
|
||||||
|
|
||||||
|
chill_activity_activitytype_update:
|
||||||
|
path: /{_locale}/admin/activitytype/{id}/update
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityTypeController::updateAction
|
||||||
|
methods: [POST, PUT]
|
||||||
|
|
||||||
|
chill_activity_activitytype_delete:
|
||||||
|
path: /{_locale}/admin/activitytype/{id}/delete
|
||||||
|
controller: Chill\ActivityBundle\Controller\ActivityTypeController::deleteAction
|
||||||
|
methods: [POST, DELETE]
|
@@ -22,14 +22,6 @@ services:
|
|||||||
- '@doctrine.orm.entity_manager'
|
- '@doctrine.orm.entity_manager'
|
||||||
- '@chill.main.security.authorization.helper'
|
- '@chill.main.security.authorization.helper'
|
||||||
- '@security.token_storage'
|
- '@security.token_storage'
|
||||||
- '@Chill\ActivityBundle\Repository\ActivityACLAwareRepository'
|
|
||||||
public: true
|
public: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.timeline, context: 'person' }
|
- { name: chill.timeline, context: 'person' }
|
||||||
- { name: chill.timeline, context: 'center' }
|
|
||||||
|
|
||||||
Chill\ActivityBundle\Menu\:
|
|
||||||
autowire: true
|
|
||||||
autoconfigure: true
|
|
||||||
resource: '../Menu/'
|
|
||||||
tags: ['chill.menu_builder']
|
|
||||||
|
@@ -4,5 +4,4 @@ services:
|
|||||||
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
||||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||||
$logger: '@chill.main.logger'
|
$logger: '@chill.main.logger'
|
||||||
$serializer: '@Symfony\Component\Serializer\SerializerInterface'
|
|
||||||
tags: ['controller.service_arguments']
|
tags: ['controller.service_arguments']
|
||||||
|
@@ -31,13 +31,5 @@ services:
|
|||||||
- "@doctrine.orm.entity_manager"
|
- "@doctrine.orm.entity_manager"
|
||||||
- "@chill.main.helper.translatable_string"
|
- "@chill.main.helper.translatable_string"
|
||||||
- "%chill_activity.form.time_duration%"
|
- "%chill_activity.form.time_duration%"
|
||||||
- '@Chill\PersonBundle\Templating\Entity\SocialIssueRender'
|
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type, alias: chill_activitybundle_activity }
|
- { name: form.type, alias: chill_activitybundle_activity }
|
||||||
|
|
||||||
chill.activity.form.type.activityTypeType:
|
|
||||||
class: Chill\ActivityBundle\Form\ActivityTypeType
|
|
||||||
arguments:
|
|
||||||
- "@chill.main.helper.translatable_string"
|
|
||||||
tags:
|
|
||||||
- { name: form.type, alias: translatable_activity_type }
|
|
||||||
|
8
src/Bundle/ChillActivityBundle/config/services/menu.yaml
Normal file
8
src/Bundle/ChillActivityBundle/config/services/menu.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
services:
|
||||||
|
Chill\ActivityBundle\Menu\MenuBuilder:
|
||||||
|
arguments:
|
||||||
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||||
|
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
||||||
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||||
|
tags:
|
||||||
|
- { name: 'chill.menu_builder' }
|
@@ -1,4 +0,0 @@
|
|||||||
services:
|
|
||||||
Chill\ActivityBundle\Notification\ActivityNotificationRenderer:
|
|
||||||
autoconfigure: true
|
|
||||||
autowire: true
|
|
@@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
services:
|
services:
|
||||||
chill_activity.repository.activity_type:
|
chill_activity.repository.activity_type:
|
||||||
class: Doctrine\ORM\EntityRepository
|
class: Doctrine\ORM\EntityRepository
|
||||||
@@ -17,16 +16,3 @@ services:
|
|||||||
factory: ['@doctrine.orm.entity_manager', getRepository]
|
factory: ['@doctrine.orm.entity_manager', getRepository]
|
||||||
arguments:
|
arguments:
|
||||||
- 'Chill\ActivityBundle\Entity\ActivityReasonCategory'
|
- 'Chill\ActivityBundle\Entity\ActivityReasonCategory'
|
||||||
|
|
||||||
Chill\ActivityBundle\Repository\ActivityRepository:
|
|
||||||
tags: [doctrine.repository_service]
|
|
||||||
arguments:
|
|
||||||
- '@Doctrine\Persistence\ManagerRegistry'
|
|
||||||
|
|
||||||
Chill\ActivityBundle\Repository\ActivityACLAwareRepository:
|
|
||||||
arguments:
|
|
||||||
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
|
||||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
||||||
$repository: '@Chill\ActivityBundle\Repository\ActivityRepository'
|
|
||||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
||||||
|
|
||||||
|
@@ -1,36 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210401090853 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
// this up() migration is auto-generated, please modify it to your needs
|
|
||||||
$this->addSql('CREATE SEQUENCE activitytypecategory_id_seq INCREMENT BY 1 MINVALUE 1 START 1000');
|
|
||||||
$this->addSql('CREATE TABLE activitytypecategory (id INT NOT NULL, name JSON NOT NULL, active BOOLEAN NOT NULL, PRIMARY KEY(id))');
|
|
||||||
$this->addSql('COMMENT ON COLUMN activitytypecategory.name IS \'(DC2Type:json_array)\'');
|
|
||||||
$this->addSql('INSERT INTO activitytypecategory VALUES(1, \'{"fr": "Défaut", "en": "Default"}\', true)');
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
// this down() migration is auto-generated, please modify it to your needs
|
|
||||||
$this->addSql('DROP SEQUENCE activitytypecategory_id_seq CASCADE');
|
|
||||||
$this->addSql('DROP TABLE activitytypecategory');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,93 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210408122329 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD personVisible SMALLINT DEFAULT 2 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD personLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD userVisible SMALLINT DEFAULT 2 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD userLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD dateVisible SMALLINT DEFAULT 2 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD dateLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD placeVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD placeLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD personsVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD personsLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD thirdpartyVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD thirdpartyLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD durationTimeVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD durationTimeLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD attendeeVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD attendeeLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD reasonsVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD reasonsLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD commentVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD commentLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD sentReceivedVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD sentReceivedLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD documentVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD documentLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD emergencyVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD emergencyLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD accompanyingPeriodVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD accompanyingPeriodLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD socialDataVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD socialDataLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ALTER name SET NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ALTER active DROP DEFAULT');
|
|
||||||
$this->addSql('COMMENT ON COLUMN activitytype.name IS \'(DC2Type:json_array)\'');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP personVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP personLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP userVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP userLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP dateVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP dateLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP placeVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP placeLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP personsVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP personsLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP thirdpartyVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP thirdpartyLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP durationTimeVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP durationTimeLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP attendeeVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP attendeeLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP reasonsVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP reasonsLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP commentVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP commentLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP sentReceivedVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP sentReceivedLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP documentVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP documentLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP emergencyVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP emergencyLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP accompanyingPeriodVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP accompanyingPeriodLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP socialDataVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP socialDataLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ALTER name DROP NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ALTER active SET DEFAULT \'true\'');
|
|
||||||
$this->addSql('COMMENT ON COLUMN activitytype.name IS NULL');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,43 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210415113216 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD thirdPartiesVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD thirdPartiesLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD documentsVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD documentsLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP thirdpartyvisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP thirdpartylabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP documentvisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP documentlabel');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD thirdpartyvisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD thirdpartylabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD documentvisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD documentlabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP thirdPartiesVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP thirdPartiesLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP documentsVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP documentsLabel');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,52 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210422073711 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('CREATE SEQUENCE activitytpresence_id_seq INCREMENT BY 1 MINVALUE 1 START 6');
|
|
||||||
$this->addSql('CREATE TABLE activitytpresence (id INT NOT NULL, name JSON NOT NULL, active BOOLEAN NOT NULL, PRIMARY KEY(id))');
|
|
||||||
|
|
||||||
$list = [
|
|
||||||
'Usager pésent', "Absence de l''usager",
|
|
||||||
"Refus de visite ou d''entretien", 'Domicile non trouvé',
|
|
||||||
'Domicile erronéee'
|
|
||||||
];
|
|
||||||
for ($i = 1; $i <= count($list); $i++) {
|
|
||||||
$this->addSql("INSERT INTO activitytpresence VALUES(".$i.", json_build_object('fr', '".$list[$i-1]."'), true)");
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->addSql('ALTER TABLE activity ADD emergency BOOLEAN NOT NULL DEFAULT false');
|
|
||||||
$this->addSql('ALTER TABLE activity ADD sentReceived VARCHAR(255) NOT NULL DEFAULT \'\' ');
|
|
||||||
$this->addSql('ALTER TABLE activity ALTER attendee TYPE INT USING CASE WHEN attendee is false THEN 2 WHEN attendee is true THEN 1 ELSE null END');
|
|
||||||
$this->addSql('ALTER TABLE activity RENAME COLUMN attendee TO attendee_id');
|
|
||||||
$this->addSql('ALTER TABLE activity ADD CONSTRAINT FK_AC74095ABCFD782A FOREIGN KEY (attendee_id) REFERENCES activitytpresence (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activity DROP emergency');
|
|
||||||
$this->addSql('ALTER TABLE activity DROP CONSTRAINT FK_AC74095ABCFD782A');
|
|
||||||
$this->addSql('ALTER TABLE activity ADD attendee BOOLEAN DEFAULT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activity DROP attendee_id');
|
|
||||||
$this->addSql('ALTER TABLE activity DROP sentReceived');
|
|
||||||
|
|
||||||
$this->addSql('DROP SEQUENCE activitytpresence_id_seq CASCADE');
|
|
||||||
$this->addSql('DROP TABLE activitytpresence');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,65 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210422123846 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('CREATE TABLE activity_person (activity_id INT NOT NULL, person_id INT NOT NULL, PRIMARY KEY(activity_id, person_id))');
|
|
||||||
$this->addSql('CREATE INDEX IDX_66AA317681C06096 ON activity_person (activity_id)');
|
|
||||||
$this->addSql('CREATE INDEX IDX_66AA3176217BBB47 ON activity_person (person_id)');
|
|
||||||
$this->addSql('CREATE TABLE activity_thirdparty (activity_id INT NOT NULL, thirdparty_id INT NOT NULL, PRIMARY KEY(activity_id, thirdparty_id))');
|
|
||||||
$this->addSql('CREATE INDEX IDX_C6F0DE0381C06096 ON activity_thirdparty (activity_id)');
|
|
||||||
$this->addSql('CREATE INDEX IDX_C6F0DE03C7D3A8E6 ON activity_thirdparty (thirdparty_id)');
|
|
||||||
$this->addSql('CREATE TABLE activity_document (activity_id INT NOT NULL, document_id INT NOT NULL, PRIMARY KEY(activity_id, document_id))');
|
|
||||||
$this->addSql('CREATE INDEX IDX_78633A7881C06096 ON activity_document (activity_id)');
|
|
||||||
$this->addSql('CREATE INDEX IDX_78633A78C33F7837 ON activity_document (document_id)');
|
|
||||||
$this->addSql('CREATE TABLE activity_user (activity_id INT NOT NULL, user_id INT NOT NULL, PRIMARY KEY(activity_id, user_id))');
|
|
||||||
$this->addSql('CREATE INDEX IDX_8E570DDB81C06096 ON activity_user (activity_id)');
|
|
||||||
$this->addSql('CREATE INDEX IDX_8E570DDBA76ED395 ON activity_user (user_id)');
|
|
||||||
$this->addSql('ALTER TABLE activity_person ADD CONSTRAINT FK_66AA317681C06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE activity_person ADD CONSTRAINT FK_66AA3176217BBB47 FOREIGN KEY (person_id) REFERENCES chill_person_person (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE activity_thirdparty ADD CONSTRAINT FK_C6F0DE0381C06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE activity_thirdparty ADD CONSTRAINT FK_C6F0DE03C7D3A8E6 FOREIGN KEY (thirdparty_id) REFERENCES chill_3party.third_party (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE activity_document ADD CONSTRAINT FK_78633A7881C06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
#$this->addSql('ALTER TABLE activity_document ADD CONSTRAINT FK_78633A78C33F7837 FOREIGN KEY (document_id) REFERENCES Document (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE activity_user ADD CONSTRAINT FK_8E570DDB81C06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE activity_user ADD CONSTRAINT FK_8E570DDBA76ED395 FOREIGN KEY (user_id) REFERENCES users (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
|
|
||||||
$this->addSql('ALTER TABLE activity ADD travelTime TIME(0) WITHOUT TIME ZONE DEFAULT NULL');
|
|
||||||
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD travelTimeVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD travelTimeLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD usersVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD usersLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('DROP TABLE activity_person');
|
|
||||||
$this->addSql('DROP TABLE activity_thirdparty');
|
|
||||||
$this->addSql('DROP TABLE activity_document');
|
|
||||||
$this->addSql('DROP TABLE activity_user');
|
|
||||||
|
|
||||||
$this->addSql('ALTER TABLE activity DROP travelTime');
|
|
||||||
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP travelTimeVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP travelTimeLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP usersVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP usersLabel');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,30 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210506071150 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
// this up() migration is auto-generated, please modify it to your needs
|
|
||||||
$this->addSql('ALTER TABLE activity ALTER durationtime DROP NOT NULL');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activity ALTER durationTime SET NOT NULL');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,26 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210506090417 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD ordering DOUBLE PRECISION DEFAULT \'0.0\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytypecategory ADD ordering DOUBLE PRECISION DEFAULT \'0.0\' NOT NULL');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytypecategory DROP ordering');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP ordering');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,31 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210506094520 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD category_id INT DEFAULT 1');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD CONSTRAINT FK_B38CD05112469DE2 FOREIGN KEY (category_id) REFERENCES activitytypecategory (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP CONSTRAINT FK_B38CD05112469DE2');;
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP category_id');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,42 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210506112500 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription() : string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema) : void
|
|
||||||
{
|
|
||||||
// this up() migration is auto-generated, please modify it to your needs
|
|
||||||
$this->addSql('CREATE TABLE activity_storedobject (activity_id INT NOT NULL, storedobject_id INT NOT NULL, PRIMARY KEY(activity_id, storedobject_id))');
|
|
||||||
$this->addSql('CREATE INDEX IDX_6F660E9381C06096 ON activity_storedobject (activity_id)');
|
|
||||||
$this->addSql('CREATE INDEX IDX_6F660E93EE684399 ON activity_storedobject (storedobject_id)');
|
|
||||||
$this->addSql('ALTER TABLE activity_storedobject ADD CONSTRAINT FK_6F660E9381C06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE activity_storedobject ADD CONSTRAINT FK_6F660E93EE684399 FOREIGN KEY (storedobject_id) REFERENCES chill_doc.stored_object (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('DROP TABLE activity_document');
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema) : void
|
|
||||||
{
|
|
||||||
// this down() migration is auto-generated, please modify it to your needs
|
|
||||||
$this->addSql('CREATE SCHEMA public');
|
|
||||||
$this->addSql('CREATE TABLE activity_document (activity_id INT NOT NULL, document_id INT NOT NULL, PRIMARY KEY(activity_id, document_id))');
|
|
||||||
$this->addSql('CREATE INDEX idx_78633a78c33f7837 ON activity_document (document_id)');
|
|
||||||
$this->addSql('CREATE INDEX idx_78633a7881c06096 ON activity_document (activity_id)');
|
|
||||||
$this->addSql('ALTER TABLE activity_document ADD CONSTRAINT fk_78633a7881c06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('DROP TABLE activity_storedobject');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,31 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated Migration: Please modify to your needs!
|
|
||||||
*/
|
|
||||||
final class Version20210520095626 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription(): string
|
|
||||||
{
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema): void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activity ADD accompanyingPeriod_id INT DEFAULT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activity ADD CONSTRAINT FK_AC74095AD7FA8EF0 FOREIGN KEY (accompanyingPeriod_id) REFERENCES chill_person_accompanying_period (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema): void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activity DROP CONSTRAINT FK_AC74095AD7FA8EF0');
|
|
||||||
$this->addSql('ALTER TABLE activity DROP accompanyingPeriod_id');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,39 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add socialIssues & socialActions fields to Activity
|
|
||||||
*/
|
|
||||||
final class Version20210528161250 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription(): string
|
|
||||||
{
|
|
||||||
return 'Add socialIssues & socialActions fields to Activity';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema): void
|
|
||||||
{
|
|
||||||
$this->addSql('CREATE TABLE chill_activity_activity_chill_person_socialissue (activity_id INT NOT NULL, socialissue_id INT NOT NULL, PRIMARY KEY(activity_id, socialissue_id))');
|
|
||||||
$this->addSql('CREATE INDEX IDX_3DA33F2681C06096 ON chill_activity_activity_chill_person_socialissue (activity_id)');
|
|
||||||
$this->addSql('CREATE INDEX IDX_3DA33F26A549916C ON chill_activity_activity_chill_person_socialissue (socialissue_id)');
|
|
||||||
$this->addSql('CREATE TABLE chill_activity_activity_chill_person_socialaction (activity_id INT NOT NULL, socialaction_id INT NOT NULL, PRIMARY KEY(activity_id, socialaction_id))');
|
|
||||||
$this->addSql('CREATE INDEX IDX_548F1AD881C06096 ON chill_activity_activity_chill_person_socialaction (activity_id)');
|
|
||||||
$this->addSql('CREATE INDEX IDX_548F1AD83DC32179 ON chill_activity_activity_chill_person_socialaction (socialaction_id)');
|
|
||||||
$this->addSql('ALTER TABLE chill_activity_activity_chill_person_socialissue ADD CONSTRAINT FK_3DA33F2681C06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE chill_activity_activity_chill_person_socialissue ADD CONSTRAINT FK_3DA33F26A549916C FOREIGN KEY (socialissue_id) REFERENCES chill_person_social_issue (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE chill_activity_activity_chill_person_socialaction ADD CONSTRAINT FK_548F1AD881C06096 FOREIGN KEY (activity_id) REFERENCES activity (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
$this->addSql('ALTER TABLE chill_activity_activity_chill_person_socialaction ADD CONSTRAINT FK_548F1AD83DC32179 FOREIGN KEY (socialaction_id) REFERENCES chill_person_social_action (id) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema): void
|
|
||||||
{
|
|
||||||
$this->addSql('DROP TABLE chill_activity_activity_chill_person_socialissue');
|
|
||||||
$this->addSql('DROP TABLE chill_activity_activity_chill_person_socialaction');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,35 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Chill\Migrations\Activity;
|
|
||||||
|
|
||||||
use Doctrine\DBAL\Schema\Schema;
|
|
||||||
use Doctrine\Migrations\AbstractMigration;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Add info for socialIssues & socialActions in ActivityType
|
|
||||||
*/
|
|
||||||
final class Version20210602103243 extends AbstractMigration
|
|
||||||
{
|
|
||||||
public function getDescription(): string
|
|
||||||
{
|
|
||||||
return 'Add info for socialIssues & socialActions in ActivityType';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function up(Schema $schema): void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD socialIssuesVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD socialIssuesLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD socialActionsVisible SMALLINT DEFAULT 1 NOT NULL');
|
|
||||||
$this->addSql('ALTER TABLE activitytype ADD socialActionsLabel VARCHAR(255) DEFAULT \'\' NOT NULL');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function down(Schema $schema): void
|
|
||||||
{
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP socialIssuesVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP socialIssuesLabel');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP socialActionsVisible');
|
|
||||||
$this->addSql('ALTER TABLE activitytype DROP socialActionsLabel');
|
|
||||||
}
|
|
||||||
}
|
|
@@ -5,7 +5,6 @@ Activity: Activité
|
|||||||
Duration time: Durée
|
Duration time: Durée
|
||||||
Duration Time: Durée
|
Duration Time: Durée
|
||||||
durationTime: durée
|
durationTime: durée
|
||||||
Travel time: Durée de déplacement
|
|
||||||
Reasons: Sujets
|
Reasons: Sujets
|
||||||
Attendee: Présence de la personne
|
Attendee: Présence de la personne
|
||||||
attendee: présence de la personne
|
attendee: présence de la personne
|
||||||
@@ -20,30 +19,16 @@ present: présent
|
|||||||
not present: absent
|
not present: absent
|
||||||
Delete: Supprimer
|
Delete: Supprimer
|
||||||
Update: Mettre à jour
|
Update: Mettre à jour
|
||||||
Update activity: Modifier l'activité
|
Update activity: Édition de l'activité
|
||||||
Scope: Cercle
|
Scope: Cercle
|
||||||
Activity data: Données de l'activité
|
Activity data: Données de l'activité
|
||||||
No reason associated: Aucun sujet
|
No reason associated: Aucun sujet
|
||||||
No social issues associated: Aucune problématique sociale
|
|
||||||
No social actions associated: Aucune action d'accompagnement
|
|
||||||
There isn't any activities.: Aucune activité enregistrée.
|
There isn't any activities.: Aucune activité enregistrée.
|
||||||
type_name: type de l'activité
|
type_name: type de l'activité
|
||||||
person_firstname: prénom
|
person_firstname: prénom
|
||||||
person_lastname: nom de famille
|
person_lastname: nom de famille
|
||||||
person_id: identifiant de la personne
|
person_id: identifiant de la personne
|
||||||
Type: Type
|
Type: Type
|
||||||
Invisible: Invisible
|
|
||||||
Optional: Optionnel
|
|
||||||
Required: Obligatoire
|
|
||||||
Persons: Personnes
|
|
||||||
Users: Utilisateurs
|
|
||||||
Emergency: Urgent
|
|
||||||
Sent received: Envoyer / Recevoir
|
|
||||||
Sent: Envoyer
|
|
||||||
Received: Recevoir
|
|
||||||
by: 'Par '
|
|
||||||
location: Lieu
|
|
||||||
|
|
||||||
|
|
||||||
#forms
|
#forms
|
||||||
Activity creation: Nouvelle activité
|
Activity creation: Nouvelle activité
|
||||||
@@ -65,15 +50,6 @@ Choose a type: Choisir un type
|
|||||||
1 hour 30: 1 heure 30
|
1 hour 30: 1 heure 30
|
||||||
1 hour 45: 1 heure 45
|
1 hour 45: 1 heure 45
|
||||||
2 hours: 2 heures
|
2 hours: 2 heures
|
||||||
Concerned groups: Parties concernées
|
|
||||||
Persons in accompanying course: Usagers du parcours
|
|
||||||
Third persons: Tiers non-pro.
|
|
||||||
Others persons: Usagers
|
|
||||||
Third parties: Tiers professionnels
|
|
||||||
Users concerned: T(M)S
|
|
||||||
activity:
|
|
||||||
Insert a document: Insérer un document
|
|
||||||
Remove a document: Supprimer le document
|
|
||||||
|
|
||||||
|
|
||||||
#timeline
|
#timeline
|
||||||
@@ -101,16 +77,6 @@ Activity configuration menu: Configuration des activités
|
|||||||
Activity Types: Types d'activité
|
Activity Types: Types d'activité
|
||||||
Activity Reasons: Sujets d'une activité
|
Activity Reasons: Sujets d'une activité
|
||||||
Activity Reasons Category: Catégories de sujet d'activités
|
Activity Reasons Category: Catégories de sujet d'activités
|
||||||
Activity Types Categories: Catégories des types d'activité
|
|
||||||
|
|
||||||
# Crud
|
|
||||||
crud:
|
|
||||||
activity_type:
|
|
||||||
title_new: Nouveau type d'activité
|
|
||||||
title_edit: Edition d'un type d'activité
|
|
||||||
activity_type_category:
|
|
||||||
title_new: Nouvelle catégorie de type d'activité
|
|
||||||
title_edit: Edition d'une catégorie de type d'activité
|
|
||||||
|
|
||||||
# activity reason admin
|
# activity reason admin
|
||||||
ActivityReason list: Liste des sujets
|
ActivityReason list: Liste des sujets
|
||||||
@@ -132,41 +98,12 @@ ActivityReasonCategory: Catégorie de sujet d'activité
|
|||||||
ActivityReasonCategory is active and will be proposed: La catégorie est active et sera proposée
|
ActivityReasonCategory is active and will be proposed: La catégorie est active et sera proposée
|
||||||
ActivityReasonCategory is inactive and won't be proposed: La catégorie est inactive et ne sera pas proposée
|
ActivityReasonCategory is inactive and won't be proposed: La catégorie est inactive et ne sera pas proposée
|
||||||
|
|
||||||
# activity type type admin
|
# activity type admin
|
||||||
ActivityType list: Types d'activités
|
ActivityType list: Types d'activités
|
||||||
Create a new activity type: Créer un nouveau type d'activité
|
Create a new activity type: Créer un nouveau type d'activité
|
||||||
Persons visible: Visibilté du champ Personnes
|
ActivityType creation: Nouveau type d'activité
|
||||||
Persons label: Libellé du champ Personnes
|
ActivityType: Type d'activité
|
||||||
User visible: Visibilté du champ Utilisateur
|
ActivityType edit: Modifier une activité
|
||||||
User label: Libellé du champ Utilisateur
|
|
||||||
Date visible: Visibilté du champ Date
|
|
||||||
Date label: Libellé du champ Date
|
|
||||||
Place visible: Visibilté du champ Lieu
|
|
||||||
Place label: Libellé du champ Lieu
|
|
||||||
Third parties visible: Visibilté du champ Tiers
|
|
||||||
Third parties label: Libellé du champ Tiers
|
|
||||||
Duration time visible: Visibilté du champ Durée
|
|
||||||
Duration time label: Libellé du champ Durée
|
|
||||||
Travel time visible: Visibilté du champ Durée de déplacement
|
|
||||||
Travel time label: Libellé du champ Durée de déplacement
|
|
||||||
Attendee visible: Visibilté du champ Présence de l'usager
|
|
||||||
Attendee label: Libellé du champ Présence de l'usager
|
|
||||||
Reasons visible: Visibilté du champ Sujet
|
|
||||||
Reasons label: Libellé du champ Sujet
|
|
||||||
Comment visible: Visibilté du champ Commentaire
|
|
||||||
Comment label: Libellé du champ Commentaire
|
|
||||||
Emergency visible: Visibilté du champ Urgent
|
|
||||||
Emergency label: Libellé du champ Urgent
|
|
||||||
Accompanying period visible: Visibilté du champ Période d'accompagnement
|
|
||||||
Accompanying period label: Libellé du champ Période d'accompagnement
|
|
||||||
Social data visible: Visibilté du champ Données sociales
|
|
||||||
Social data label: Libellé du champ Données sociales
|
|
||||||
Users visible: Visibilté du champ Utilisateurs
|
|
||||||
Users label: Libellé du champ Utilisateurs
|
|
||||||
|
|
||||||
# activity type category admin
|
|
||||||
ActivityTypeCategory list: Liste des catégories des types d'activité
|
|
||||||
Create a new activity type category: Créer une nouvelle catégorie de type d'activité
|
|
||||||
|
|
||||||
# activity delete
|
# activity delete
|
||||||
Remove activity: Supprimer une activité
|
Remove activity: Supprimer une activité
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user