...
Section |
---|
Column |
---|
|
|
Column |
---|
As an API user I want to be able to update sub-objects and lists so that I can update everything I need in one transaction |
|
As an API user I want to be able to update sub-objects and lists so that I can update everything I need in one transaction
Able to input a list of subobjects that replaces any existing list of subobject
able to update subobject (e.g. voyage on voyage header resource) by sending in code/id
Section |
---|
Column |
---|
|
|
Column |
---|
As PO I want to have the Cargo business logic as is in Kara implemented in DLP correcly |
|
As PO I want to have the Cargo business logic as is in Kara implemented in DLP correcly
As architect I would want to have a automatic mechanism to invoke business logic duringĀ POST and PUT methods
Section |
---|
Column |
---|
|
|
Column |
---|
As API user, I want to data changed outside API do be refreshed, so that I can trust data received by the API |
|
...
As API user, I want to data changed outside API do be refreshed, so that I can trust data received by the API
Every time there is some change in the DB a trigger/s will insert a row in a new table, the table will have three columns:
- Object name (the corresponding DLP object name of the table that has been changed)
- primary key value (the key of the row that has been changed)
- creation time stamp (the time stamp of the row creation)
The first two columns will be the primary key of the table.
A job that runs inside DLP will constantly see if there are rows in the table and if yes will refresh the corresponding cayenne object and delete the row from the table.
Related Content
Expand |
---|
title | Expand to see related content |
---|
|
Wiki Markup |
---|
{dynamiccontentbylabel:showLabels=false|showSpace=false} |
|