-
Notifications
You must be signed in to change notification settings - Fork 0
Upcoming stuff
Jacob Jensen edited this page Oct 13, 2017
·
21 revisions
- Website for Diamond - Planned in the near future
- Documentation for Diamond - Planned along with website
- More wiki pages to describe and help the usage of Diamond - These comes once in a while
- Better error messages (Specify views etc.) - Planned for 0.5.0 (It's a lot of work to make precise error messages)
- Over-all webserver application to act like a root server, representing multiple Diamond applications. Similar to how IIS work. (Will have a new repository, as it'll be a separate project.) - Planned in the near future
- Tutorials - Planned in the near future
- Tons of example projects - These comes once in a while
- @HttpAuthenticate(authfunc) (Creates a mandatory action for authentication. The attribute is placed upon a controller.
- authfunc:
- Status authfunc(TView,TController)(Controller!(TView,TController) controller);
- Planned for 0.4.1
- authfunc: