From a5b15d0eaa3c67873a03945fa8090566d55129e3 Mon Sep 17 00:00:00 2001 From: Sacha Greif Date: Wed, 17 Feb 2016 13:07:41 +0900 Subject: [PATCH] todo --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77c986a55..016c67ccc 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,17 @@ The current default “theme” is `base-components`. - Some `.js` files within packages are disabled. - Some code is commented. - Telescope's module system will probably not be ported to Nova, since it encourages you to customize your theme manually anyway. -- This is obviously a work in progress! \ No newline at end of file +- This is obviously a work in progress! + +### TODO + +- Flesh out the `base-components` theme with components for the most common elements. +- Get rid of Blaze code. +- Get rid of unused js code (menus, modules, etc.). +- Refactor scheduled posts to use cron job (do in `master`?) +- Forms/methods/operations/etc. (waiting for [React-Form](https://github.com/nicolaslopezj/meteor-react-form) to be 1.3-compatible). +- Notifications. +- Email (keep Spacebars for templates?). +- i18n (waiting for [tapi18n](https://github.com/TAPevents/tap-i18n) to be 1.3-compatible). +- Add simple stylesheet to make base theme a little less ugly. +- Make base theme class names compatible with Vanilla Telescope. \ No newline at end of file