code4lib / 2016.code4lib.org

Code4Lib 2016 Philly
11 stars 22 forks source link

Publish the Voting results for Talk Proposals #196

Closed sdellis closed 8 years ago

sdellis commented 8 years ago

Use SheetsToJekyll to list voting results, similar to the workshops page.

sdellis commented 8 years ago

@roastduckalamode I'm trying to create a YAML file from a Sheetsu API that I made (https://sheetsu.com/apis/922efaf4). It doesn't seem to be working. Is this site still legit or is there somewhere else I should go to do this?

queryluke commented 8 years ago

@sdellis I scrubbed Sheetsu for tabletop.js. So you'll need to publish the sheet to the web and use the public url instead. At some point in the future, I plan to make fromSheetstoJekyll work with sheetsu as well

I should probably change the label of the first input...whoops!

queryluke commented 8 years ago

@sdellis also, If you want an individual page for each talk (similar to the workshops pages), you'd use the templates method. It will create zip of html files that you can c/p into the _posts directory.

But if this is just information about the voting (i.e. you're just making a list of titles and vote counts without additional information like time, slides, etc), then the data file will suffice.

Let me know if I can help.

sdellis commented 8 years ago

I have set the settings to "anyone with a link" can view and paste the url into the field, but the "Check" button is still not working. Does it need to be completely Public?

sdellis commented 8 years ago

@roastduckalamode Could certainly use your help here since we are planning on sending out a reminder at some point today with links to the Workshops and Talk results.

queryluke commented 8 years ago

@sdellis yeah, you have to actually publish the sheet to the web. Then use the public url. But you can unpublish right after. Or send me the sheet link and I can help out.

queryluke commented 8 years ago

@sdellis also, here is the sheetsu flavored version

sdellis commented 8 years ago

Ok, there are access control headers that are preventing the sheetsu version from working and I am getting a bunch of javascript errors in the other one.... I emailed you the link to the spreadsheet.

On Wed, Dec 9, 2015 at 11:01 AM, Luke Aeschleman notifications@github.com wrote:

@sdellis https://github.com/sdellis also, here is the sheetsu flavored version http://roastduckalamode.github.io/fromSheetsToJekyll/sheetsu.html

— Reply to this email directly or view it on GitHub https://github.com/code4lib/2016.code4lib.org/issues/196#issuecomment-163304458 .

queryluke commented 8 years ago

I've imported into issue-196

This isn't how I have planned to do the final presentation of talks. We'll need the speaker data, time and dates for that. But this works in the interim. Like the workshops (in /workshops) the list is found at /schedules

Not sure how you want to handle the architecture. My thoughts

sdellis commented 8 years ago

Sorry for this lacking context, @roastduckalamode . The final selection has not been made for Talks. Since we are going live with registration tomorrow, and we would like to give folks (especially noobies) an idea of the content, we want to list the election results. This is not the way the final talks will be presented, but we need to list them in order of vote count so that people have an idea of what to expect before they register.

That said, I would not change schedule.html, just provide a link to the Presentations voting results page.

queryluke commented 8 years ago

@sdellis will do. Do you want me to show the vote count? And/or order the proposals by vote count?

sdellis commented 8 years ago

Yes, and yes. You could make the vote count fairly large on the card/div and perhaps even highlight the top 10 since those are definitely accepted. I will add the text at the top of the screen explaining that this is not the final selection list, but will give folks a sense of the content of the talks.

queryluke commented 8 years ago

@sdellis done and sort of done. The top 10 have a class .top-10, but I wasn't sure how best to highlight these. All you should need to do is play around with the css. I tried a blue highlight at first but the red link text seemed a bit wonky.

the link is /talks

I've also updated the schedule page. The Vote buttons now say "View Results" and link to /talks and /workshops respectively.