-
Notifications
You must be signed in to change notification settings - Fork 0
WET Sub Project Leads Meeting Minutes 2013 05 30
Title: WET Sub-Project Leads Meeting Minutes - 2013/05/30
Duration: 1:00 pm to 4:00 pm
Attendees:
- @pjackson28
- @masterbee
- @EricDunsworth
- @patheard
- @thomasgohard
- @nschonni
- @cfarquharson
- @andrewnordlund
- @duboisp
@masterbee WET v4.0 presentation
@masterbee presented a quick overview of the new WET v4.0 codebase. Showed us the difference and the improvement of the new CSS grid system. Also it was noted that the plugin would listen to events (DOM and jQuery). He invited us to explore his source code repository or the branch 4.0 of the wet-boew.
@masterbee and @cfarquharson specified that the new grid system would require a separation of the structure and the decoration. So, instead of decorating a cell "span-2" along with a "module" in the same div, they will be in 2 separate div where the decoration will be on the inner div. Also the new grid system will be able to support an infinity of sub grid.
The new approach of the grid would reduce considerably the number of CSS line of code. approx ~400 for the WET 3.1 to approx ~ 120 for the WET 4.0
Decisions:
- Move @masterbee's code to the wet-boew/wet-boew v4.0 branch so others could work on it.
- Divide up work into stream and assign leads.
- Work divided up as follows:
- Build: @nschonni
- Core + Loader: @masterbee
- Plugin/polyfill architecture: @patheard
- CSS structure: @cfarquharson
- Presentation CSS: @thomasgohard
- Quality Assurance: @EricDunsworth
- Markup + Auto-Generation: @LaurentGoderre
- Documentation: @jeresiv
- Migration: @duboisp
- Further planning details: WET v4.0 issue for the details
- Leads to identify tasks, timelines and resource requirements.
- Plan pre-CodeFest information sessions to help ramp people up for work on the stream and to prepare them for CodeFest.
- Build a working prototype for CodeFest in August.
Discussion about whether or not Semantic Versioning is appropriate for WET.
Decisions:
- Pure Semantic Versioning is not appropriate for WET but a more flexible approach based upon Semantic Versioning would be a good fit. New versioning approach
- @nschonni to propose a model for a central change log to help inform implementers of breaking changes when skipping over multiple version when updating (e.g., v3.0.2 to v3.1.1)
Quick discussion on about using StackOverflow for WET-related questions to free up the GitHub issue tracker for actual issues.
Pros:
- Reduces the load and maintenance effort on the issues tracker
- Increases visibility for WET
- Questions and answers can be found through Google searches
- Does not permit non-English questions or answers (will be shut down right away)
- StackOverflow participants can at times be harsh and rude to non-technical people which could discourage participation.
- Takes 1500+ reputation points to set up tags (none in attendance had that number of reputation points)
- Can't be a main option because of French not being permitted. Also does not seem possible to set up the necessary tags because of insufficient reputation points.
- Search for alternatives to StackOverflow.