WET v4.0.x plugin idea and roadmap
Discover and review idea or suggestion for new and future plugin improvement.
WET Roadmap working group
In process of creation, to be confirmed. Consider it as a reboot of the WET sub project lead meeting
Release of WET
Looking for the latest release of WET? They are hosted on the WET github project website.
Version | Planned for | Summary | Notes | |
---|---|---|---|---|
4.0.23 | Quarly maintenance release | |||
4.1.x | TBD | Plugins improvement package | ||
5.0.x | TBD | Redesigned core and plugin structure |
|
Plugins
Name | Latest | Dependance | Next release | Todo / Issues | Notes |
---|---|---|---|---|---|
Calendar of events | |||||
Charts and graph | Stable - v1.0 |
|
|
All on github
|
|
Collapsible alerts | |||||
Country content | |||||
Data ajax | |||||
Data inview | |||||
Data picture | |||||
Equal height | |||||
Favicon | |||||
Feedback form | |||||
Feeds | |||||
Footnotes | |||||
Form validation | |||||
Geomap | |||||
Lightbox | |||||
Menu | |||||
Multimedia player | |||||
Overlay | |||||
Prettify | |||||
Session timeout | |||||
Share widget | |||||
Tabbed interface | |||||
Tables | |||||
Text highlighting | |||||
Toggle | |||||
Twitter embedded timeline | |||||
codename: jj-down |
Polyfill
Status: Stable, Buggy (Assume it is somewhat stable), Prototype, In rewrite, Broken, ...
Up to spec: Full, Partial, To review, ...
Name | Status | Version | Specification | Up to spec | Todo / Issues | Notes |
---|---|---|---|---|---|---|
Datalist (auto-complete) | ||||||
Details/summary (expandable/collapsible content) | ||||||
Input type="date" (date picker) | ||||||
Input type="range" (slider control) | ||||||
MathML | ||||||
Meter | ||||||
Progress (progress bar) |
Developer tools
The Drupal variant may contain some developer tools
Others component
The following may have their own independant roadmap and documentation may are incomplete.
- [Other] Accessibility responsibility breakdown (WCAG 2.0)
- [Other] Archived - Archived information
- [Other] Feedback form
- [Other] Transitions
- [Other] Web Accessibility Assessment Methodology (Level AA)
- [Other] Web Accessibility Assessment Methodology (Level AAA)
- [Themes and style] Base theme - Github project
- [Themes and style] Canada.ca theme - Github project
- [Themes and style] Government of Canada Intranet theme - Documentation - Github project
- [Themes and style] Government of Canada Web Usability theme - Github project
- [Themes and style] Open Government Platform (OGPL) theme - Github project
- [Themes and style] WET theme
- [Variants] Jekyll variant - Github project
- [Variants] Drupal WxT - Github project
Detailled Plugin Roadmap
Charts and graphs
Generates charts and graphs from table data.
(was updated on June 15, 2016)
Dependancies:
- Table parser
- Drawing engine
- Flot plugin: Pie (source)
- Flot plugin: Canvas (source)
- Flot plugin: Side by side improved (source)
What next?
- Prioritize the next version of the table parser
- Allow the use of other drawing engine or even a custom one build like with D3.
- Separate the data collection with sending data to the drawing engine.
- Output a standardized data structure
- Implement some alternative drawing engine like or with
Table parser
Make complex programacilly understandable
(was updated on June 15, 2016)
- Github issue
- Documentation
- Examples
What next?
- Review the output data structure in a way it is standardized either if the data is viewed by row or by column
- Separate the data validation vs the data processing, move the tabular data validation into a developer version of the plugin
- Create a complete test suite with pre-defined expected output and error (Include at least the tables example in the 12 techniques for complex tables)
Generator of top of the page table of content
Last status: Feature request
Generate the current page table of content by taking section (one level deep) bellow the <h1>
- Date modified: