openstackid-resources/app
Sebastian Marcet cb6b3a22c7 Added endpoint to create selection plans by summit
POST /api/v1/summits/{id}/selection-plans

Payload

'name'                  => 'required|string|max:255',
'is_enabled'            => 'required|boolean',
'submission_begin_date' => 'nullable|date_format:U',
'submission_end_date'   => 'nullable|required_with:submission_begin_date|date_format:U|after_or_equal:submission_begin_date',
'voting_begin_date'     => 'nullable|date_format:U',
'voting_end_date'       => 'nullable|required_with:voting_begin_date|date_format:U|after_or_equal:voting_begin_date',
'selection_begin_date'  => 'nullable|date_format:U',
'selection_end_date'    => 'nullable|required_with:selection_begin_date|date_format:U|after_or_equal:selection_begin_date',

Change-Id: I73eb45cd5f15b79b294ef9b098f7fa749c2122ef
2018-06-07 11:41:34 -07:00
..
Console Added CRON task to process eventbrite redeem promo codes 2018-04-12 20:16:45 -03:00
EntityPersisters Added endpoint to update summit venue rooms 2018-03-06 16:13:01 -03:00
Events added endpoint update summit 2018-04-04 18:08:33 -03:00
Exceptions Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
Factories added endpoint update summit 2018-04-04 18:08:33 -03:00
Http Added endpoint to create selection plans by summit 2018-06-07 11:41:34 -07:00
Jobs Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
Listeners Query Stack trace listener 2016-11-15 23:11:14 -03:00
ModelSerializers Added endpoint to create selection plans by summit 2018-06-07 11:41:34 -07:00
Models Added endpoint to create selection plans by summit 2018-06-07 11:41:34 -07:00
Policies Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
Providers Added endpoint to create new summit push notification 2018-04-16 19:02:37 -03:00
Repositories Fixed issue on published events 2018-05-10 14:57:56 -03:00
Security Added endpoint to create new summit push notification 2018-04-16 19:02:37 -03:00
Services Added endpoint to create selection plans by summit 2018-06-07 11:41:34 -07:00