Philips_TV/NOTES.md

24 lines
966 B
Markdown
Raw Normal View History

2018-12-21 03:12:10 +01:00
# Important notes for myself
Keep code as forward as possible and don't mix with structure.
Write notes about implementation and usage for documentation sake.
Read though implementation multiple times for improvement potential when working on core elements. (This does not mean make it as complex and difficult to understand as possible)
Have fun and enjoy coding.
# TODO
2018-12-21 03:14:48 +01:00
- [ ] Decide theme and style
- [ ] Animation layout and framework
- [ ] Scrape binary or html from filesystem to get custom native objects and functions
- [ ] Structure menuing
- [ ] Event loop management
- [ ] Priority system
- [ ] Dynamic/Selective events from html
- [ ] Templates for menus
2018-12-21 03:12:10 +01:00
# Maybe
2018-12-21 03:14:48 +01:00
- [ ] Rewrite templating system to allow language packs
2018-12-21 03:12:10 +01:00
(Reason being I design for english and can't run my own dynamic html engine on the TV as of yet)
# Along the way
- Find out if I should rewrite the codebase with typescript and if so; maybe compile to WASM
2018-12-21 03:14:48 +01:00
- Consider themability