vlead / outreach-portal-3.0

The new outreach portal built froma specification
Other
0 stars 0 forks source link

Delegates for Persistent System Implementation #23

Open travula opened 8 years ago

travula commented 8 years ago

Handlers that allow to perform specific tasks on objects with persistence are to be written.

The handlers implement an API that the 'System' uses.

madhavipuliraju commented 8 years ago

Persistent Handler is implemented and tested. System is implemented and tested by using this Persistent handler.

Link to persistence handler: https://github.com/vlead/outreach-portal-3.0/blob/object-persistence-model-B/src/runtime/system/handlers.org

Link to Sytem-with-persistence: https://github.com/vlead/outreach-portal-3.0/blob/object-persistence-model-B/src/runtime/system/system-with-persistence.org

madhavipuliraju commented 8 years ago

@travula will you please review this model.

ksripathi commented 8 years ago

We ( Madhavi and I ) have completed the implementation of persistence delegates with test cases. Few test cases are failed because of following issue.

In persistence object 'State' variable is not setting while retrieving from database. Thirumal helped us in resolving this issue we will incorporate same thing.

madhavipuliraju commented 8 years ago

Completed fixing the persistent delegate test cases. Now the persistent delegates and its test cases are working fine.

madhavipuliraju commented 8 years ago

Need to fix the persistent system test cases also with the help of persistent delegates.