Commit Graph

370 Commits

Author SHA1 Message Date
Petko Bordjukov cbd69fab5a Fix indentation in events#show view that caused a condition to be skipped 2019-06-17 14:23:56 +03:00
Petko Bordjukov f724e58800 Fix exception when trying to filter by volunteer team 2019-06-16 10:30:08 +03:00
Petko Bordjukov 23bd2ab334 Optimize management events view 2019-05-05 00:23:53 +03:00
Petko Bordjukov 35aa246df4 Overhaul speaker info in event show 2019-05-01 01:48:44 +03:00
Petko Bordjukov ed85b96f4d Handle nil value 2019-04-30 01:07:48 +03:00
Petko Bordjukov 9930665156 Revamp the personal profile details view 2019-04-30 01:04:40 +03:00
Petko Bordjukov 7bb4ba478c Overhaul PersonalProfile details view 2019-04-29 21:34:03 +03:00
Petko Bordjukov 2d19046d35 Feedback in the event-related views 2019-04-29 14:37:45 +03:00
Petko Bordjukov b774cb9b11 Add params filtering in Management::EventsController#index 2019-04-29 00:31:36 +03:00
Petko Bordjukov e20861689f Mechanical standard.rb changes 2019-04-28 22:02:02 +03:00
Petko Bordjukov 992ede0735 Add missing foreign key constraints and set correct on delete behaviour 2019-04-28 22:01:39 +03:00
Petko Bordjukov e6b16ed1ae The event is not required for the existence of a slot 2019-04-28 11:52:05 +03:00
Petko Bordjukov 32b1b1c458 belongs_to :x, class_name: Class -> String 2019-04-28 11:52:05 +03:00
Petko Bordjukov 77e93809f6 uniq -> distinct 2019-04-28 02:17:21 +03:00
Petko Bordjukov 69f4c4dc26 before_filter -> before_action 2019-04-28 02:15:39 +03:00
Petko Bordjukov a7c9c83e02 redirect_to :back -> redirect_back 2019-04-28 02:12:54 +03:00
Petko Bordjukov db85a64686 Use translation in management/events controller 2019-01-08 20:09:47 +02:00
Petko Bordjukov 657c760737 Introduce first feature specs 2018-11-25 13:46:22 +02:00
Petko Bordjukov 79fae723f0 Allow giving feedback for events of old editions of the current conference 2018-11-24 11:22:59 +02:00
Petko Bordjukov 1e0f1e205f Limit maximum event title length to 65 2018-11-08 20:20:33 +02:00
Vasil Kolev c375ca9087 confirmation-en: update for 2018 2018-10-10 23:54:13 +03:00
Vasil Kolev 8104b965bf confirmation-bg: update for 2018 2018-10-10 23:48:53 +03:00
Petko Bordjukov 4b1b4346d4 Translate the rejection mail 2018-10-10 23:28:01 +03:00
Petko Bordjukov cc6a3da162 Tweak translations and add an export link to the vote results 2018-10-05 17:23:13 +03:00
Petko Bordjukov d3c8f57d25 Fix a typo 2018-08-31 18:43:36 +03:00
Petko Bordjukov aefe919b98 Do not display duplicate entries 2017-10-23 01:30:15 +03:00
Petko Bordjukov 29dd83c7b4 Prefill email if previous feedback for the session exists 2017-10-23 00:46:56 +03:00
Petko Bordjukov 6dac654313 Postgres compatiblity fix 2017-10-23 00:33:41 +03:00
Petko Bordjukov a12baf2b94 Implement listing of things that feedback can be submitted for 2017-10-23 00:29:21 +03:00
Petko Bordjukov 39217a24c1 Introduce conference feedback 2017-10-22 23:40:12 +03:00
Petko Bordjukov 47d2ec99b1 Add event feedback QR codes 2017-10-22 23:24:28 +03:00
Petko Bordjukov 3384a73204 Introduce feedbacks for events 2017-10-22 22:38:48 +03:00
Petko Bordjukov 710a64eeff Add filter links to events index 2017-10-19 16:25:34 +03:00
Petko Bordjukov 5c5c5ac96a Use correct scopes for confirmation filter 2017-10-19 16:17:15 +03:00
Petko Bordjukov 0324382024 Filtering by confirmation status 2017-10-19 16:08:52 +03:00
Vencislav Atanasov b5192a89a9 Move method to a more appropriate place 2016-11-17 18:46:40 +02:00
Vencislav Atanasov b732aff523 Add CORS header in order to access the public API from JavaScript
(I have no idea what I'm doing)
2016-11-04 15:34:44 +02:00
Petko Bordjukov 4d93de0e21 Limit the personal profiles to the current conference 2016-10-24 18:51:16 +03:00
Petko Bordjukov b679efbd2b Reimplement speaker listing 2016-10-17 22:36:32 +03:00
Petko Bordjukov f45cb7e9c4 Give access to the events to all participants 2016-10-16 15:28:29 +03:00
Petko Bordjukov 0284c8ec7e Make sure the event type belongs to the parent conference 2016-10-15 21:33:02 +03:00
Petko Bordjukov bfb8c7e53d Tweak text alignment of event ranking 2016-10-15 20:31:29 +03:00
Petko Bordjukov 0978073f87 Fix a bug when displaying unranked events 2016-10-15 20:29:50 +03:00
Petko Bordjukov 06b9122499 Add more info to ranking 2016-10-15 20:28:09 +03:00
Petko Bordjukov a9a538d08c Optimize events listing 2016-10-15 05:59:07 +03:00
Petko Bordjukov 74505569c1 Expose conflicts for all events 2016-10-13 10:39:45 +03:00
Petko Bordjukov bcef815c08 Intial event conflicts implementation 2016-10-13 08:59:22 +03:00
Petko Bordjukov bb663ce853 Export vote results with events 2016-10-11 05:16:48 +03:00
Petko Bordjukov ff68699b96 Handle the edge case of newly created unranked events 2016-10-11 05:16:31 +03:00
Petko Bordjukov abe3366e5e Fix links in conference summary 2016-10-11 04:33:22 +03:00