MozillaFoundation / Mozfest2016_production

This repo is to track the MozFest 2016 production work
6 stars 0 forks source link

Next stage for session curation #127

Open Saallen opened 8 years ago

Saallen commented 8 years ago

@mmmavis as we will be confirming all the sessions coming to MozFest next week, the next stage is getting the sessions into good stead to present at MozFest. If Wranglers want to make edits to session descriptions what is the process to update. Do they start a new comment? Is editing on the top comment a big NoNo 🙅

mmmavis commented 8 years ago

Hey @Saallen is it just the description field wranglers want to update?

Saallen commented 8 years ago

Hi @mmmavis I believe so The might want to add in another facilitator but this can be done when we have ported back over to the googlesheet

mmmavis commented 8 years ago

Hi @Saallen , is there a deadline for session facilitators to update session description on GitHub? After we have exported things from GitHub to a new Google Spreadsheet(used to feed Schedule app) changes made to Github will not reflect on Google Spreadsheet. If we are letting people update session description we should set a deadline for that.

Saallen commented 8 years ago

Hi @mmmavis, Where would you prefer for them to update? Google or gihtub? Let me think about the deadline as we will need to work backwards from release of schedule app testing of schedule porting over information finalising info ( you can decide where this takes place, github or google)

mmmavis commented 8 years ago

If description changes are made by session facilitators it should definitely be made on Github as we need to limit access to the event app spreadsheet. I'll need to know more before I can suggest how to get the updated description up on Github. 😁

mmmavis commented 8 years ago

Hey @Saallen , I suggest asking session facilitators (or space wranglers) to add a new comment using the following format

### Amended Description

i'm the amended description i'm the amended description i'm the amended description 

They can replace i'm the amended description i'm the amended description i'm the amended description with their real description but the ### Amended Description and the line break after it are essential for the script to parse info from GitHub comment.

There should only be ONE comment marked in this format otherwise it's impossible for the script to know which "Amended Description" comment is the most up to date one.

Do this make sense?

mmmavis commented 8 years ago

below is how the comment should look like

mmmavis commented 8 years ago

Amended Description

i'm the amended description i'm the amended description i'm the amended description

mmmavis commented 8 years ago

@Saallen do we wanna set the date to lock the program repo?

According to https://public.etherpad-mozilla.org/p/2016-mozfest-event-app (line 13) we are aiming for Sept 29. Just wanna confirm that pathway labels will be assigned to sessions before Sept 29 as well. 🐹

Saallen commented 8 years ago

Hellloo @mmmavis Yes- the labels will ready by then 😮

mmmavis commented 8 years ago

note for @mmmavis

Make the script for that it looks for "amended description" (not case sensitive) in the first line. If "amended description" exists extract the amended description after the 2nd line.

Saallen commented 8 years ago

@mmmavis What happens if they add way more detail ..see issue https://github.com/MozillaFoundation/mozfest-program-2016/issues/247

mmmavis commented 8 years ago

hey @Saallen

@mmmavis What happens if they add way more detail ..see issue MozillaFoundation/mozfest-program-2016#247

Everything after the "amended description" header (first line) will be extracted by the script as the description. In other words, please only include the amended description and not other meta. 👍

Saallen commented 8 years ago

thanks!