mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Updated README
This commit is contained in:
parent
b3ca81b523
commit
e028b154cb
11
README.md
11
README.md
@ -74,11 +74,10 @@ Are you using DMVCFramework? Do you want to say "Thanks"? <a href="https://www.p
|
||||
|
||||
### DelphiMVCFramework Main Features
|
||||
|
||||
* DMVCFramwork is simple to use, has a [lot of examples](https://github.com/danieleteti/delphimvcframework/tree/master/samples), is documented and there are a [lot of tutorials](https://www.youtube.com/results?search_query=delphimvcframework) available.
|
||||
* DMVCFramwork is simple to use, has a [lot of examples](https://github.com/danieleteti/delphimvcframework/tree/master/samples), is documented and there are a [lot of tutorials](https://www.youtube.com/results?search_query=delphimvcframework) available.
|
||||
|
||||
* DMVCFramework is very well documented and the book [DMVCFramework - the official guide](http://www.danieleteti.it/books/) is available to fastly get a solid knowledge (available as e-book and hardcopy).
|
||||
* DMVCFramework is very well documented and the book [DMVCFramework - the official guide](http://www.danieleteti.it/books/) is available to fastly get a solid knowledge (available as e-book and hardcopy).
|
||||
|
||||
* [Project Roadmap](roadmap.md) is always public
|
||||
* There are more than 40 samples to learn all the features and be proficient and productive
|
||||
* Commercially supported by [bit Time Professionals](http://www.bittimeprofessionals.it) (training, consultancy, custom development etc.)
|
||||
|
||||
@ -90,15 +89,15 @@ Are you using DMVCFramework? Do you want to say "Thanks"? <a href="https://www.p
|
||||
|
||||
* Stable and solid, used by small/mid/big projects since 2010
|
||||
|
||||
* Very fast! (2.x was pretty fast and now, 3.x is 60% faster than the 2.x!)
|
||||
* Very fast!
|
||||
|
||||
* Support group at https://www.facebook.com/groups/delphimvcframework with more than 4900 active members
|
||||
* Support group at https://www.facebook.com/groups/delphimvcframework with more than 6000 active members
|
||||
|
||||
* Can be used in load balanced environment
|
||||
|
||||
* Wizard for the Delphi IDE. It makes DelphiMVCFramework even more simple to use!
|
||||
|
||||
* Optional session support
|
||||
* Optional server side session support
|
||||
|
||||
* JSON Web Token Support (JWT) (check [sample](https://github.com/danieleteti/delphimvcframework/tree/master/samples/jsonwebtoken))
|
||||
|
||||
|
31
roadmap.md
31
roadmap.md
@ -1,31 +0,0 @@
|
||||
# DelphiMVCFramework - ROADMAP
|
||||
The DelphiMVCFramework team is working hard to bring to the Open Source Delphi community an even better framework for the Q4 2019 and Q1 2020.
|
||||
In this document are defined all our plans for the next features. As you know DMVCFramework is used in many big and small companies all around the world and many of these companies ask for specific features, so this roadmap tries to focus on these requests.
|
||||
As we are in the detailed planning stages for these features, we will share additional details as we get further into 2020. If you have specific items or questions, please let the development team know and we can talk about it (email: dmvcframework@bittime.it). Also if we are working harder to bring these functionalities to the light, there is no certainty that they will be implemented in the time or in the way we planned in this document. If you need some specific functionality according to your needs and in your time, request a quote for custom development (email: dmvcframework@bittime.it).
|
||||
|
||||
- (IN PROGRESS) Publish the [DelphiMVCFramework Handbook](https://leanpub.com/delphimvcframework)
|
||||
- (DONE) Switch from the internal logger to the [LoggerPro](https://github.com/danieleteti/loggerpro) project to have more flexibility
|
||||
- (DONE) Remove eLua support and switch to [Mustache](https://github.com/synopse/dmustache) for server side view
|
||||
- (DONE) Implement JWT support
|
||||
- (DONE) Implement Strongly Typed Actions
|
||||
- (DONE) Implement Custom Authentication and Authorization Middleware
|
||||
- (DONE) Use a middleware to implement response compression for console type projects
|
||||
- (DONE)Implement Swagger support
|
||||
- (DONE) Linux support
|
||||
- (DONE) Update Mapper framework to make it extensible and configurable
|
||||
- The default mapper interface will be the same as the current version so that no breaking changes happened
|
||||
- Will be possible to register a specific serializer/deserializer engine for each type or property name
|
||||
- (DONE) Switch from the System.JSON parser to the [JsonDataObjects](https://github.com/ahausladen/JsonDataObjects) parser (which is more than 10 times faster).
|
||||
- This point has the max priority!
|
||||
- (DONE, BUT WE NEED MORE) Improve the IDE expert
|
||||
- Add the XML support for the Mapper using the [OmniXML](https://github.com/mremec/omnixml) project (low priority: looking for volunteers)
|
||||
- (DONE) Create a mechanism to allows a fast CRUD interface based on tables
|
||||
- With this features you can simply define the resource name, the database table name which that resource points to and the allowed standard CRUD actions, and you have a complete CRUD system. Will be a lot useful for all that simple entities which don't have complex business logic.
|
||||
- Will be based on FireDAC
|
||||
- New samples with specific web related use cases:
|
||||
- WebWorkers
|
||||
- (DONE) Angular2+
|
||||
- (DONE) React
|
||||
- (DONE) Create "Custom Authentication and Authorization" demo
|
||||
- (CANCELED) Complete the [DevGuide](https://danieleteti.gitbooks.io/delphimvcframework/content/) on gitbooks
|
||||
- Improve the session mechanism to allows more flexibility
|
Loading…
Reference in New Issue
Block a user