Notification editors does not have checkpoints to allow me to roll back to older version
While developing a notification workflow for my application, I quickly discovered that I have made a grave mistake on my notification and would like to roll it back to the previous version.
However, as of this time, the system is not keeping track of the changes to the notification.
7 Replies
@zacclifton we do not have versioning currently
@Engineering are we planning this in upcoming releases?
As far as i know the existing versioning we have is the environments, once you have a working state you should push it to prod. however there is no native versioning management under the same environment.
Should should we look at the viability of this feature?
If there is demand we can check it.
IMO if we make this feature anytime soon, it will be very small in scope with TTL, otherwise it will be hard to allocate time for this task.
Do you think something like with could boost the development of the content template?
I am not asking to make it, just something to put down to look into.
It was something that was very frustrating for me as if I know I am going to edit a notification I need to save the content else where because working with handle bars I am likely to come to a state that is not what I want and would like to roll back.
The only way to currently do that is to save it on notes.
But you can't cancel a change right? Seems like an easy fix would be to allow a change to be dropped whilst still in development
That would be a good start