barcampnashville / voteStream

BarCamp Nashville Voting System
MIT License
2 stars 4 forks source link

Create a "BarCamp Schedule" view that shows the list of sessions by time and room after a polling period has closed. #4

Open sunderhaus opened 10 years ago

sunderhaus commented 10 years ago

Currently, the voting app does not reveal the results to the end users. Once polling is closed, they can not vote. Instead, they view the list of sessions and that is it. An iframed view of the BarCamp Schedule page would be an excellent place to lead a user once all of their votes have been cast.

Ideally we would create our own representation of this information, but we are not collecting the room assignments at this time.

mccool commented 10 years ago

I say we create a page that reuses the session data we have, but as an admin we can put a time and room on the session which would allow it to be shown on the BarCamp Schedule page where the attendee can see all sessions.

wmbutler commented 10 years ago

I agree. We should have a master list of times and rooms so it can be selected from a dropdown. @sunderhaus , if you can post the master list in a google spreadsheet, I'll jsonify it.

wmbutler commented 10 years ago

enpoint: schedule

sunderhaus commented 10 years ago

Would this be a /session/:session_id/edit route?

On Friday, September 12, 2014, Bill Butler notifications@github.com wrote:

enpoint: schedule

— Reply to this email directly or view it on GitHub https://github.com/sunderhaus/voteStream/issues/4#issuecomment-55470314.

mccool commented 10 years ago

Let's just work on an admin area that has a /sessions route. We can give a drop down of times for the admin to select for the session and room. We can also provide filter options the list as needed entirely on the front end.

On Fri, Sep 12, 2014 at 9:10 PM, Paul notifications@github.com wrote:

Would this be a /session/:session_id/edit route?

On Friday, September 12, 2014, Bill Butler notifications@github.com wrote:

enpoint: schedule

— Reply to this email directly or view it on GitHub https://github.com/sunderhaus/voteStream/issues/4#issuecomment-55470314.

— Reply to this email directly or view it on GitHub https://github.com/sunderhaus/voteStream/issues/4#issuecomment-55478860.

sunderhaus commented 10 years ago

As last discussed, the BarCamp team's plan is to take the highest voted sessions from the results screen and deduce the speakers. They would then enter the schedule details into the BarCamp website. Remembering now, we also then planned to embed their webpage within the voteStream app to show the schedule.

However, what do you think of creating a /schedule route to display this new information we could also track?

On Friday, September 12, 2014, Blake McCool notifications@github.com wrote:

Let's just work on an admin area that has a /sessions route. We can give a drop down of times for the admin to select for the session and room. We can also provide filter options the list as needed entirely on the front end.

On Fri, Sep 12, 2014 at 9:10 PM, Paul <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Would this be a /session/:session_id/edit route?

On Friday, September 12, 2014, Bill Butler <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

enpoint: schedule

— Reply to this email directly or view it on GitHub < https://github.com/sunderhaus/voteStream/issues/4#issuecomment-55470314>.

— Reply to this email directly or view it on GitHub https://github.com/sunderhaus/voteStream/issues/4#issuecomment-55478860.

— Reply to this email directly or view it on GitHub https://github.com/sunderhaus/voteStream/issues/4#issuecomment-55479460.

wmbutler commented 10 years ago

I think it makes more sense for us to generate the schedule and have BarCamp embed the schedule in an iframe on the site.

Bill Butler bill@butler.net (615) 330-5044