New aggregation property type - "Latest"
Matar Peles
The ability to look back it the graph and take the latest entity that was related to my entity.
Examples:
Deployment -> Service
In the service we will have the "Latest Deployment" agg property
Pull request -> Service
Latest merged pull request
Image -> Service
Latest image
User -> Team
Newest team member
T
Travis Gosselin
We handle this in some cases with incoming webhooks to identify the "latest deployment" on an entity parent. However that context to apply the "latest" is not always available. This would both enable and simplify usage of Port in new ways.