Here the road map is described, i.e. what is planned for future releases of Webby.
Release 0.5 (or ideas for later)
- description how to create your own app.
- add info texts on attributes and buttons? (See sweet titles).
- Check the performance! I doubt that the way the lists are populated with rows is efficient if large sets of business objects exist...
- How to deal with attribute values that are too long for the text box in TextFieldAttributePanel's input tag?
- Add yet another example, e.g. crm like app?
- structure webby classes into sub packages? The following sub packages could be useful:
- components
- meta (containing descriptors and factories and config)
- util
- Make sure everything works fine when inheritance is used in the business classes.
- Example using all of the following:
- Authorization
- custom edit panel for attributes
- report??
- Inheritance in the business classes
- importing and exporting? Connection to other systems, e.g. via WebServices?
- Allow definition of colors/icons/images for business model elements which are used in the Simple... components for visualization.
Ideas for later
- Allow users to define which elements of the business classes they'd like to see and which ones not. E.g. in the orderbook example in a specific use case I might be interested in the articles only, but not the orders, so the relation from articles to orders could be hidden.
- See also the developer notes.