From 86faaed0a2075c53fd230dfb17bc96c098d45862 Mon Sep 17 00:00:00 2001 From: Faiz A Farooqui Date: Thu, 30 Aug 2018 11:09:53 +0530 Subject: [PATCH] fixes: updated roadmap --- .env | 4 ++-- ROADMAP.md | 26 +++++++++++++++----------- nodemon.json | 6 +----- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.env b/.env index 2500109..b8d993c 100644 --- a/.env +++ b/.env @@ -2,9 +2,9 @@ NODE_ENV="production" PORT="4040" APP_NAME="Geek Dashboard" -APP_DESCRIPTION="A Web Server built with Express, Typescript & Pug" +APP_DESCRIPTION="A Web Server built with Express, Typescript, Mongoose, and Pug." APP_URL="http://localhost:4040" -APP_KEYWORDS="web-server, typescript-express, typescrpt, express" +APP_KEYWORDS="web-server, typescript-express, typescript, express" APP_SECRET="1242#$%$^%!@@$!%*(%^jnadkjcn" diff --git a/ROADMAP.md b/ROADMAP.md index a790e74..efa2679 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -28,8 +28,9 @@ - locals - with option to pass them into views globally -- auth strategies - - local +- services + - auth strategies + - local - views pages - interpolation of globals & express locals @@ -40,20 +41,23 @@ - home - dashboard +- Imp: + - persist memory clear (strong-loop-pm or pm2) + - crash handling + - with error log & error (ie. under-maintenance) page + # Pending: - apis - with ignore apis from csrf token -- auth - - google - - twitter - - facebook - - instagram - - github +- services + - auth strategies + - google + - twitter + - facebook + - instagram + - github - jobs - acl -- Imp: - - persist memory clear - - crash handling \ No newline at end of file diff --git a/nodemon.json b/nodemon.json index a9eca6e..9e26dfe 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,5 +1 @@ -{ - "ignore": [ - "*.marko.js" - ] -} \ No newline at end of file +{} \ No newline at end of file