1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00

Updated TODO (markdown)

koalyptus 2015-08-02 17:51:38 +10:00
parent ac265e211d
commit e40c9ef852

24
TODO.md

@ -1,12 +1,6 @@
## Build
- Investigate and remove Webpack build warnings
## Testing
- ~~Investigate how to move tests into Travis CI testing platform to perform tests on code pushes~~
- Switch to Karma/Jasmine?
## Package manager
- Evaluate overhead of making it available on ``npm``, ``bower`` and alikes
## Refactoring
- Allow TableFilter initialisation with a TABLE DOM element
- Refactor current persistence using localStorage or cookie
## Styling
- ~~Remove font-family definitions in themes to let font inherit from the web application/site~~
@ -16,9 +10,15 @@
## Architecture
- Reduce components coupling by using custom events
## Code
- Allow TableFilter initialisation with a TABLE DOM element
- Refactor current persistence using localStorage or cookie
## Build
- Investigate and remove Webpack build warnings
## Testing
- ~~Investigate how to move tests into Travis CI testing platform to perform tests on code pushes~~
- Switch to Karma/Jasmine?
## Package manager
- Evaluate overhead of making it available on ``npm``, ``bower`` and alikes
## Known limitations/bugs
- ~~Fix search yielding no results when pagination is on~~