Dev Team Meeting Notes Protocol: Difference between revisions
Jump to navigation
Jump to search
Lex Berezhny (talk | contribs) No edit summary |
Lex Berezhny (talk | contribs) |
||
Line 15: | Line 15: | ||
# Open [[Development Team Log]], click the '''Edit''' tab and scroll down to the last meeting archived. | # Open [[Development Team Log]], click the '''Edit''' tab and scroll down to the last meeting archived. | ||
# Make a copy of the last archived meeting and paste the copy right above it, change the date to the new meeting you are about to be archiving. | # Make a copy of the last archived meeting and paste the copy right above it, change the date to the new meeting you are about to be archiving. | ||
# Open [[Current Meeting]] in another tab, click the '''Edit''' link in the top right corner (not the edit link below the slide). | # Open [[Current Meeting]] in another tab, click the '''Edit''' link in the top right corner ('''not''' the edit link below the slide). | ||
# Copy the embedded presentation (everything between and including the <iframe> tag) and paste it into the [[Development Team Log]] editor tab you still have open, overwriting the existing copied <iframe>. | # Copy the embedded presentation (everything between and including the <iframe> tag) and paste it into the [[Development Team Log]] editor tab you still have open, overwriting the existing copied <iframe>. | ||
# Update the '''height''' and '''width''' properties of the <iframe> to match the other embedded presentations on the [[Development Team Log]] (should be width="480" height="299"). | # Update the '''height''' and '''width''' properties of the <iframe> to match the other embedded presentations on the [[Development Team Log]] (should be width="480" height="299"). |
Revision as of 03:29, 26 April 2018
Before the meeting, it's a good idea to read previous notes and to do some research on your own on effective notes/minute taking: You want to be succinct but still include the important topics. OSE Developer meetings usually last 1 hour and always manage to fit all notes on a single slide; if someone wants more details they are encouraged to watch the video.
Meeting Protocol
- Join the jitsi meeting: https://meet.jit.si/OpenSourceEcology
- Go to the Current Meeting page and click edit link below the presentation.
- Find the Notes slide (usually the second slide).
- Begin taking notes as soon as Marcin starts the meeting.
- Note that there are two columns, start with the first and when it's full go to the second column.
- If old notes got copied from previous meeting, clear them out.
Archiving Protocol
Within about 24 hours of a meeting, Marcin makes the meeting recording available on youtube, at which point the Current Meeting should get moved to the Development Team Log page and the Current Meeting page needs to be updated with the next meeting.
Archive Current Meeting: Google Slides
- Open Development Team Log, click the Edit tab and scroll down to the last meeting archived.
- Make a copy of the last archived meeting and paste the copy right above it, change the date to the new meeting you are about to be archiving.
- Open Current Meeting in another tab, click the Edit link in the top right corner (not the edit link below the slide).
- Copy the embedded presentation (everything between and including the <iframe> tag) and paste it into the Development Team Log editor tab you still have open, overwriting the existing copied <iframe>.
- Update the height and width properties of the <iframe> to match the other embedded presentations on the Development Team Log (should be width="480" height="299").
- Save the page.
- Check that there is a new section for the meeting you are archiving and that the google slide points to the correct document and is of the correct size (like the others). (The YouTube video will be incorrect, we'll do that next.)
Archive Current Meeting: YouTube
- Go to the YouTube video (on youtube.com) for the meeting you are archiving.
- Click the "SHARE" button below the video.
- Click "EMBED" button in the sharing panel that pops up.
- Click on the generated <iframe> HTML source and copy it.
- Go back to the Development Team Log tab (click Edit in the top right of the page if you're not already there).
- Paste the <iframe> HTML from YouTube right below the Google Slide presentation you previously copied from Current Meeting. (You want to overwrite the old youtube <iframe> that got copied when you originally made a copy of a previous archived meeting.)
- The youtube <iframe> should already have the correct height and width.
- Save the page.
- Check that now the date in the meeting header, the google slide and the youtube video all have the same meeting date. You are done with archiving.
Setup Next Current Meeting: Google Slides
- Go back to the Current Meeting tab (if you need to, exit from the edit mode by clicking ```Read``` link in the top) and click edit link below the google slide to go to google docs.
- In Google Slides make a copy of the old meeting: File -> Make a copy...
- Give it the date of the next meeting (and remove the "Copy" text that google automatically prepends to the name). Pick a folder where you want to save it and make sure that "Share it with the same people." checkbox is checked but that "Copy comments." is not checked. Click OK.
- Prepare slides for next meeting:
- Replace the date with the new date.
- Leave the names of developer but clear out what they will talk about. (they will fill it in later right before or during next meeting)
- Clear out the minutes from the last meeting.
- Publish the slides: File -> Publish to the web...
- Click Start Publishing.
- Go to EMBED section of the publishing panel and copy the HTML.
- On the Current Meeting page, in the wiki editor, replace the <iframe> you copied from publishing panel with the already archived slides that are there.
- Go back to Google Slides, close the publishing panel, in the top right hand corner click SHARE, click to copy the link URL.
- On the Current Meeting page, in the wiki editor, replace the old edit link with the new edit link you just copied from the share panel.