Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Meeting 2013 02 04

ebollens edited this page Feb 4, 2013 · 4 revisions

Table of Contents

Meeting Information

  • Location: Math Sciences 5907
  • Date/Time: Monday February 4 from 1:00 to 2:00 PM
  • Conference Line: 888-921-8686 #3102061670

Attendees

  • Eric
  • Logan
  • Bernard
  • Chris
  • Lloyd
  • Jeff
  • Sal

Project Updates

  • Milestone 0.1.06 and beta release target pushed back to February 15
    • Still a number of unresolved issues that can't be slipped until after beta release
    • Unforeseen priorities that delayed development (Eric, Logan)
    • Several members of the team have departed UCLA IT Services (Alice, Celia, Mel) - Bernard is still onboard
  • New feature issues in Milestone 0.1.06 pushed back to Milestone 0.1.07
  • Changes to drupal-WebBlocks project
    • Removed WebBlocks group as a whole from the project - instead a subgroup
    • Please request access if you're interested
  • Proposal for Educause presentation (Eric, Logan, Brett)

Since Last Milestone

  • Semantics
    • Add .hide-X for all breakpoints (hide below functionality) [Eric]
    • Add .row.right support to orient from right-to-left rather than left-to-right [Eric]
  • Implementations
    • Change .float-container to use overflow:hidden [Eric]
    • Fixed border-radius definitions on button groups [Eric]
    • Empty panels will now still show up with min-height definition [Eric]
    • Added max-width to form controls to prevent overflow [Eric]
  • Builder
    • Numerous fixes for Ruby 1.9.3 compatibility [Eric]
    • Download jQuery from the web rather than using Grunt to compile [Eric]
    • Fixed regex bugs causing unit tests to fail in Windows [Eric]
    • Added //!requires_package for JS files to warn if package not included [Eric]
  • Documentation
    • Added requirement that, if using .row.X-collapse for child, must use for any .row parents [Eric]
    • Added warning about using elements with explicit left/right margin as a panel (such as ul/ol) [Eric]
    • Added recommendation to run "git submodule init" and "git submodule update" explicitly [Eric]
    • Fixed .container semantics problem in /demo files [Eric]
    • Fixed typos in .md files [Eric]

For Next Milestone

  • Browser testing (particularly Internet Explorer) [Eric]
  • Update WebBlocks core color palette [Eric]
  • Optimize definitions layout [Eric]
  • Add Entity/Badge [Eric]
  • Add .hide-above-X for all breakpoints (hide above functionality) [Eric]
  • Add Entity/Form documentation [Eric]
  • Complete Entity/Img/Icon [Eric]
  • Entity/Nav/List core adapter styling [Logan]

Action Items

  • Hide above and hide below rather than hide and hide above
  • Logan is not sure about the way the Entity/Nav/List flyout feels right now - it's still a bit rough
  • Chris and Lloyd will be developing a mega menu thats needed for one of their project - and can be contributed back

Discussion Items

  • Are Git submodules worth it?
    • jQuery compile process has caused too many problems - downloaded instead from known location
    • Should we simply throw a version of these scripts into the package folders?
    • LOGAN: Like the idea of reducing complexity
    • GROUP CONSENSUS: Move to using explicit versions rather than Git submodules
  • GitHub fork model
    • Once public, we can't have people committing directly to WebBlocks canonical master
    • Instead, contributions should be done on a personal fork and then a pull request issued
    • Each development component should be done in its own branch and then pull requested
Clone this wiki locally