Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.3 KB

ROADMAP.md

File metadata and controls

46 lines (39 loc) · 2.3 KB

Roadmap - Ignite UI for Angular

Milestone 2 (due April 16th, 2018)

1.[DONE] Expanding Ignite UI CLI views and templates with Ignite UI for Angular

  1. [DONE]Adding component views like App Host, Tabbar, List
  2. [DONE]Updating the default project look
  3. [DONE]Move the project navigation inside an App Host
  4. [DONE] Product Theming
  5. Column Resizing
  6. Column Hiding
  7. Column pinning
  8. Row Selection
  9. Export to excel (Exporting CSV)
  10. Context Menu event (output)
  11. Mask directive (editor)
  12. Summaries
  13. Tabs
  14. Operations UI - column chooser (Data Operations UI)
  15. [DONE] Virtualization
  16. Charting: Category Chart types Line (Area, Column, Point, StepLine, StepArea, Spline, SplineArea, Waterfall
  17. Design: Updated Design System (Sketch UI kits, UI patterns, screens)
  18. Design: Data dense theme for data grid

Next Milestone

Milestone 3 (by June 30th, 2018)

  1. Grouping
  2. Grid Multi-column Headers issue
  3. Combo

Previous Milestones

Milestone 1 (by January 15th, 2018)

  1. [DONE] Row objects - 1st sprint (by November 20th, 2017) issue
    In order to implement virtualization in the Grid, we would need a row object to be abstracted.
  2. [DONE] Cell objects - 2nd sprint (by December 11th, 2017) issue
  3. [DONE] Grid Row virtualization - after row objects and virtualization are implemented
  4. [DONE] Grid Column virtualization - after row objects and column component refactoring are done
    This feature enables Grid columns to be virtualized. The feature splits records into parts, and only a certain part of the record is rendered.
  5. [DONE] Alternating row style issue
  6. [DONE] Ignite UI CLI integration issue
    Ignite UI CLI will also provide Ignite UI for Angular templates, views, and components integration. All features of the CLI will be accessible in the context of Ignite UI for Angular, as well as the full Ignite UI product suite.

Postponed

  1. Collapsible Column Groups with state templating (collapsed state column can be templated)