Captain's Log: 2013.09.24
- Vyki finished up and merged
setting-up-hexpress
branch
- JZ worked on issue #61
- We want to reduce the duplicated parts of each template by having a shared layout view
- Created new branch
adding-shared-layout-view
- Created new
Layout
class (which inherits from Mustache
) to handle template rendering, instead of Engine
module
- Onebox engine templates will be rendered as partials within the default
_layout.handlebars
- Discussed how to implement Imgur onebox
- We'll need to make 2, one for albums and one for galleries
- @markijbema is back! He opened up some discussion regarding XSS issues we might not have addressed yet
- Discussed how to implement exceptional onebox engines (Video, Audio, etc.)
- They'll be similar to HTML/JSON/OpenGraph modules in that they will be included in other oneboxes (e.g.
include Video
)
- Learned more about Mustache and Handlebars
- Sent out invites for our Rooftop Ruby event on October 5 in Little Tokyo
- If you're in LA and would like to attend, let us know and we'll send you an invite!
- 84 STARS!
- HOMEWORK: Keep on making oneboxes for v1.1.0...again
Captain's Log: 2013.09.18
- Continued working on JSON module and GitHub Gist Onebox
- Finished!
- GitHub Gist Onebox uses raw contents of gist, later we will want to look at possibly using Javascript to embed so that the pretty syntax highlighting from GitHub is displayed
- 61 stars!
- Tomorrow JZ + Captain Kurt headed to Eastside Westside Ruby Bash and Vyki is headed to Code for Los Brigade Meetup
- HOMEWORK: Keep on making oneboxes for v1.1.0
Captain's Log: 2013.09.17
- Vyki's B'day! Woot!
- Vyki got her fancy new RailsGirls Unerdwear in the mail
- Closed four issues
- One was a duplicate, used the duplicate label and unassigned the milestone to remove it from our open issues list
- Closed previously finished readme issue
- Made spec for HTML module with PR #133
- Made spec for OpenGraph module with PR #134
- Started working on Github Gist onebox, but realized we need to use JSON
- Began creating JSON module
- Stuck on trying to curl response, but out of time for the evening.
- Still so much more work to do!
- HOMEWORK: Keep on making oneboxes for v1.1.0