Skip to content

Commit

Permalink
update todos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Mar 16, 2020
1 parent 5f90a41 commit 1679daf
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ npm run test:watch
```

TODO
- [x] Aggregators
- [x] Avg
- [x] Max
- [x] Min
- [x] Sum
#### Implementation
- [x] Aggregators (4)
- [ ] Editors
- [ ] Autocomplete
- [ ] Checkbox
Expand Down Expand Up @@ -95,16 +92,8 @@ TODO
- [ ] Row Detail
- [x] Row Move
- [x] Row Selection
- [x] Grouping Formatters
- [x] Avg Total(s)
- [x] Max Total(s)
- [x] Min Total(s)
- [x] Sum Total(s)
- [x] Sorters
- [x] Date
- [x] Numeric
- [x] Object String
- [x] String
- [x] Grouping Formatters (12)
- [x] Sorters (5)
- [ ] Services
- [x] Collection
- [ ] Excel Export
Expand All @@ -120,3 +109,9 @@ TODO
- [ ] Resizer
- [x] Shared
- [x] Sort

#### Extra Todos
- [ ] Add Multiple Example Demos with Vanilla implementation
- [ ] Add built demo as a GitHub Demo website
- [ ] Add Cypress E2E tests
- [ ] Add Jest Unit tests

0 comments on commit 1679daf

Please sign in to comment.