# Security - [ ] review GDPR impact on the current code - [x] fix vault blank init-vector # Mandatory - [x] implements security access with Web Json Token: https://github.com/rande/gonode/pull/2 - [ ] implements a proper explorer to view and edit the content: https://github.com/rande/gonode/pull/3, https://github.com/rande/gonode/pull/18 - [x] add install command - [x] add support for path and nested ressources - [x] add support for assets with `go-bindata` - [x] add template loader, and template support in node (code name: prism) - [x] add a filter node (to build index): https://github.com/rande/gonode/pull/17 - [x] add support for raw node (humans.txt, any text raw content) - [ ] add more documentation - [ ] add sample data - [x] add better logger: https://github.com/Sirupsen/logrus - [x] add router for named routes - [x] integrate node into template with helpers - [x] add feeds - [x] add support for image resizing on the fly: https://github.com/rande/gonode/pull/26 - [x] re-organize code: https://github.com/rande/gonode/pull/28 (might required other naming refactoring) - [ ] improve developer experience - [ ] review node type name - [x] Add roles management - [x] Add permissions on node # Nice to have - [ ] add stats usages - [ ] add dump / load commands - [ ] add contact node - [ ] add a search engine (bleve ?) - [ ] Add support for swagger-ui - [ ] Add POC to support GraphQL
Security
Mandatory
go-bindataNice to have