openstackid-resources/config
smarcet 3cd4efefba Import Session data through CSV file
Minimal data required

title ( text )
abstract (text )
type_id (int) or type (string type name)
track_id (int) or track ( string track name)

Optional fields

social_summary ( text )
attendees_expected_learnt ( text ) * provided only if event is presentation type
location (id or name)
level (text possible values [N/A, Beginner, Intermediate, Advanced]) * provided only if event is presentation type
allow_feedback (int possible values [0,1])
to_record (int possible values [0,1])
tags ( repetitive group: values | delimited)
sponsors ( repetitive group : names | delimited )
speakers ( repetitive group:  emails | delimited )
start_date (mandatory if is_published is 1) Y-m-d H:i:s format ( summit time zone )
end_date (mandatory if is_published is 1)  Y-m-d H:i:s format ( summit time zone )
is_published (int possible values [0,1]) , if this field is set 1 start_date and end_date are mandatories
selection_plan (string  selection plan name)  * provided only if event is presentation type
attendees_expected_learnt ( text , only presentations)
problem_addressed ( text , only presentations)

added endpoint

POST /api/v1/summits/{summit_id}/events/csv

multipart/form-data

* Expected params

file
send_speaker_email

Change-Id: I245d4e1a22e2c5e3c4120c559d0ecb4a5a021c78
Signed-off-by: smarcet <smarcet@gmail.com>
2020-09-25 16:06:42 -03:00
..
app.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
apple_api.php External Calendar Sync 2017-08-22 14:37:55 -03:00
auth.php Migration to PHP 7.x 2018-11-23 11:50:55 -03:00
bookable_rooms.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
broadcasting.php Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
cache.php Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
cache_api_response.php Added endpoint 2018-03-20 18:05:48 -03:00
cache_regions.php Query Cache 2016-11-15 23:54:46 -03:00
cal_sync.php Added flag to enable/disable cal sync tasks 2019-08-05 10:47:09 -03:00
cfp.php Import Session data through CSV file 2020-09-25 16:06:42 -03:00
compile.php Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
cors.php OpenstackId resource server 2015-08-18 13:48:13 -03:00
curl.php OpenstackId resource server 2015-08-18 13:48:13 -03:00
database.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
doctrine.php Added endpoints for speakers profile edit request 2019-05-06 18:04:11 -03:00
file_upload.php added endpoint to add location map 2018-03-12 14:23:57 -03:00
filesystems.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
google_api.php External Calendar Sync 2017-08-22 14:37:55 -03:00
hashing.php Migration to PHP 7.x 2018-11-23 11:50:55 -03:00
idp.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
log.php Migrated Mail from native to Sendgrid API 2019-04-10 19:19:11 -03:00
logging.php Added get shareable ICS my summit schedule 2020-02-14 15:43:57 -03:00
mail.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
mediaupload.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
migrations.php Added endpoints for speakers profile edit request 2019-05-06 18:04:11 -03:00
queue.php Fix on config 2020-09-21 15:54:48 -03:00
registration.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
schedule.php Added new Summit fields 2020-02-13 15:57:23 -03:00
scp.php Added new Upload Summit Event Attachment Endpoint 2017-11-25 15:41:00 -03:00
server.php Added new endpoints to add locations per summit 2018-03-01 16:19:28 -03:00
services.php Migrated Mail from native to Sendgrid API 2019-04-10 19:19:11 -03:00
session.php Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00
stripe.php * Summit Registration Model/Endpoints 2020-09-21 09:52:07 -03:00
view.php Upgrade Laravel Version and ORM Framework 2016-09-06 13:47:37 -03:00