You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
feat: First part of the exposition of the Asso, Event, and UE entities (#24)
* feat: First part of the exposition of the Asso Event and UE entities
* 🐛 (Asso) Fixed a few problems of PR#24
createdAt and keywords are now exposed. Fixed import errors. Linted a space. Merged both class annotations in the same #[]. Added a sort based on the asso name. Added a filter on keywords
* 🐛 (Routes /assos) Polished the PR
null values will now be returned in routes /assos, /events and /ues. Descriptions are now returned in route GET /assos (short description) and GET /assos/{id} (long description). Memberships and
membership count are now exposed.
* 🐛 (/ues and /events) These files should have been in the previous PR. null values were not sent
set attribute "skip_null_values" to false in the exposition of /ues and /events
* 🐛 (/ues, /events) Polishing
Added security for /ues and /events routes. Parameters of ApiResource are now in the right order for files UE, Event and Asso. Changed filter for UE searching from exact to partial
* ⬆️ (PHP) upgrading from PHP 8.0 to PHP 8.1
This may be the reason why build are failing in PR#24
* 🐛 (php version) changed php version for tests
* 🐛 (composer.lock) regenerated composer.lock
* 🚨 (Asso.php and Event.php) Linted the whole project
Co-authored-by: pierre <[email protected]>
Co-authored-by: Teddy Roncin <[email protected]>
0 commit comments