Skip to content

Commit

Permalink
fixes: updated roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Faiz A Farooqui authored and Faiz A Farooqui committed Aug 30, 2018
1 parent ada6ac3 commit 86faaed
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
26 changes: 15 additions & 11 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 1 addition & 5 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"ignore": [
"*.marko.js"
]
}
{}

0 comments on commit 86faaed

Please sign in to comment.