posit-dev / publisher

MIT License
5 stars 0 forks source link

Remove `localId` from progress events #778

Open dotNomad opened 9 months ago

dotNomad commented 9 months ago

Part of the Deployment Rework in the UI

Since all deploying in the UI occurs with a named deployment or pre-deployment record in this model the progress events can be tied to that unique identifier instead of a localId.

dotNomad commented 9 months ago

We can split this up into frontend and backend or assign two people to it.

dotNomad commented 9 months ago

The DeployProgressSummary will need to be updated to go based on the deployment save name and not the id to better support PreDeployment records. Once that is done the deployment details page can start correctly reporting the progress of PreDeployment records.

dotNomad commented 7 months ago

Notes from some active work: