Posts Tagged ‘feature’
Version 0.0.1 !
January 2nd, 2009
Yes already 0.0.1.
That version is just a tag I added because the current code is already showing one of the main important features :
- be able to create ADT (limited to Class/Attribute/Link/Object).
- change the state of an existing ADT
- few checks to make sure of the existence/non existence before processing (still need to work on that).
- basic persistence (in fact, the dummy storage store the ADTs in memory …).
The next step I think would be first to add a way to report any error during the process of a request instead of sending exception in the wild. Then make sure the parents are in the proper state and check for HADR than the current state is compatible with the operation.
The storage part and the fact that the current architecture is somehow too simple doesn’t matter for now. It can be changed veery easily later on. The goal is to have a working ADT manager.
The biggest leap will be to add object attribute and object link …
Tags: feature, release, roadmap
Posted in Uncategorized | Comments (0)