Roadmap
Summer 2010: Community Tech Preview
We aim to release a usable Tech Preview this summer. Our goal is to find like-minded participants and receive feedback for the next steps.
| Operations Management | ||
| data import/export | implemented | |
| client/server installation | implemented | |
| scalability: multiple servers / single database | implemented | |
| link authentification to system users | in progress | |
| server-less installation | planned for CTP | |
| scalability: multiple servers / multiple databases | ||
| performance and reliability monitoring | ||
| User Interface | ||
| automatically generates UI from schema | implemented | |
| desktop (WPF) and web (ASP.NET) interface from the same definition | implemented | |
| customizable UI for special cases | in progress | |
| further UI implementations for non-windows OS (e.g. GTK#, mobile devices) | ||
| General | ||
| free software release | in progress | |
| access control and authorization with groups and roles | in progress | |
| document management | ||
| full text search over complete data store | ||
| Linux/Mono port | ||
| Schemadefinition | ||
| store schema in database | implemented | |
| schema import/export | implemented | |
| SQL-Database | ||
| automatically generated SQL-Database | implemented | |
| automatically generated object/relational mapping | implemented | |
| mechanized checks and repairs | implemented | |
| direct sql access for ETL-processing and reporting | implemented | |
| referential integrity | implemented | |
| manual and automatic creation of indexes | planned for CTP | |
| integrate heterogeneous database systems | ||
| allow different backends (SQL Server, PostgreSQL, mySQL) | ||
| Programming | ||
| automatically generated .NET/C# classes | implemented | |
| attach business logic to generated classes | implemented | |
| enable LINQ queries on both client and server | implemented | |
| shared client and server-side data validation | in progress | |
| REST (Representational State Transfer) interface | ||