From af4df18ec461b60b2fa02a309bcea68287b52a05 Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Thu, 14 Jul 2016 10:46:24 +0300 Subject: [PATCH] Add more todos - the first 3 should be implemented today --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index db32c4e5..f873359d 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,10 @@ Todo > for 'v4' - [x] Refactor & extend view engine, separate the engines from the main code base, easier for the community to create new view engines +- [ ] Refactor & extend sessions, split the providers and stores to the iris-contrib +- [ ] Refactor & extends the rest render engine in order to be able to developer to use their own implemention for rendering restful types, like, for example a custom JSON implementation using no-standard go package for encode/decode +- [ ] Move the iris/websocket package's source code inside iris/websocket.go one file, to be easier to use by users without import a new package +- [ ] configs package should be removed after all these, we will not need big configurations because of different packages splitted & moved to the iris-contrib, we will keep interfaces and all required things inside kataras/iris.go. - [ ] Implement all [opened community's feature requests](https://github.com/kataras/iris/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22) - [ ] Extend i18n middleware for easier and better internalization support - [ ] Create a router as optional plugin, for optional path parts. Its name, 'ryan', taken from the community-member and donator who requested this feature