Commit Graph

40 Commits

Author SHA1 Message Date
Petko Bordjukov 4870eff959 Add rank display in EventsController#show 2016-10-11 02:33:39 +03:00
Petko Bordjukov 28071e1d7a Implement vote results 2016-10-11 01:52:19 +03:00
Petko Bordjukov 14776a3d99 Show only unique conference participants 2016-10-09 04:00:52 +03:00
Petko Bordjukov e9995cbc0b Fix personal profile creation 2016-10-08 22:40:56 +03:00
Petko Bordjukov b86deb5b8a Add a planned cfp end date to conferences 2016-07-05 18:35:11 +03:00
Petko Bordjukov e42e050a95 Ugly fix 2015-10-22 00:04:38 +03:00
Petko Bordjukov c7c0b20139 Add new volunteer application form 2015-10-21 23:19:53 +03:00
Petko Bordjukov 8c94bb3a87 Move the confirmation date to Proposition 2015-10-19 00:27:21 +03:00
Petko Bordjukov 92cef2b07e We reach the slots through the halls 2015-10-17 19:34:17 +03:00
Petko Bordjukov bf278693b3 Add a simple JSON API 2015-10-08 02:34:19 +03:00
Petko Bordjukov 098d36c197 Introduce Volunteer Teams 2015-09-01 11:09:26 +03:00
Petko Bordjukov 4e3ff3eacc fixup 2015-08-14 23:58:19 +03:00
Petko Bordjukov 2d325c492c Fix an SQL query that fails on postgres 2015-08-10 21:21:48 +03:00
Petko Bordjukov cfd987800b Merge remote-tracking branch 'origin/pr/22' into 2.0 2015-07-31 15:21:59 +03:00
Petko Bordjukov 9ca34c5a22 Introduce a Participation model
This model is responsible for the 1..n - 1..n relationship between an
event and the people that will participate in it.
2015-07-31 14:40:04 +03:00
Andrew Radev 59d1bca0dc Create new profiles 2015-07-30 21:19:03 +03:00
Petko Bordjukov 4abc5fbe52 Add Event Type editing to the Conference form 2015-07-19 20:06:17 +03:00
Andrew Radev c6750d3a1a Nest everything under /conferences/:id/ again
Would be more straightforward to work with, even if it's a bit more
verbose sometimes.
2015-07-19 11:46:47 +03:00
Andrew Radev df682e65e5 Create conference slug and maintain it in params 2015-07-12 11:05:38 +03:00
Andrew Radev fb7c39315a Put current conference in url 2015-06-09 21:50:23 +03:00
Andrew Radev 454f18dd2f A user has many profiles now
Still need to change controllers quite a lot.
2015-05-30 18:53:14 +03:00
Petko Bordjukov 5e9914875c Automatically create an associated CFP with a Conference
Make sure there is always an associated unopened call for participation
for each conference.
2015-05-24 01:17:41 +03:00
Petko Bordjukov cf489324c2 Fix the submissions chart 2015-04-20 19:11:39 +03:00
Petko Bordjukov 8d5056e274 Introduce a CallForParticipation model 2015-04-20 18:55:06 +03:00
Petko Bordjukov c9b6f03c32 Introduce an association to Events from Conferences 2015-04-17 22:12:13 +03:00
Petko Bordjukov 6fb3532f01 Completely describe Conference behaviour with specs
Add missing specs for the Conference model and remove unnecessary
functionality. Also introduce a Hall factory.
2014-11-05 11:23:51 +02:00
Petko Bordjukov 6330940a34 Add tests for translatable Conference attributes
Test if the title and the description attributes of the Conference model
are translatable. Also introduce a custom matcher for translatable
attributes as there will be many. Fix a typo in the process.
2014-11-04 21:16:06 +02:00
Petko Bordjukov 49079b635e Add submissions chart to conferences 2014-10-15 13:32:58 +03:00
Petko Bordjukov 845eb891b1 Implement deletion of conferences 2014-10-15 13:32:58 +03:00
Petko Bordjukov ac5b1e2d4d Add Halls to the Conference form 2014-10-15 13:32:58 +03:00
Petko Bordjukov 999da93b41 Add CFP Status to Conferences 2014-10-15 13:32:58 +03:00
Petko Bordjukov c2548fcd48 New conference UI 2014-10-15 13:32:58 +03:00
Petko Bordjukov 62649edb67 Management interface for Event Suggestions 2014-09-30 13:34:09 +03:00
Petko Bordjukov fbea343c10 Order the tracks by ID 2014-09-06 19:04:22 +03:00
Petko Bordjukov cc6a0066a3 Globalize conferences 2014-09-01 13:45:44 +03:00
Petko Bordjukov 0190ee077f Make the home page dynamic 2014-08-30 16:58:42 +03:00
Petko Bordjukov fa63c14e47 Add current and future scopes for Conference 2014-08-10 22:05:25 +03:00
Petko Bordjukov 89de56d94d Add an initial implementation of the Event model
Initial implementation & specs of the Event model and its children
2014-08-10 21:18:41 +03:00
Petko Bordjukov 9f875a88bf Add an initial Track model implementation 2014-08-10 20:30:37 +03:00
Petko Bordjukov de9a3aea9d Add initial Conference model implementation 2014-08-10 19:57:46 +03:00