#Ragnar-Subscription Schedules
1 messages ยท Page 1 of 1 (latest)
Hi again ๐
You helped me out a lot in the past so im happy to see you online right now ๐
just give me a few moments and I will be with you
np, take your time
Why phases dont have unique identifiers
I don't really know to be honest
how can I identify phases in a deterministic way
usually you can do that by using thestart_dateandend_date
How can I set the current phase to end after the current iteration?
you can either use a combination ofstart_dateand number ofiterationsor use theend_date
Is it possible to delete upcoming phases that have not started jet?
you could always update the Subscription Schedule's phases but you'd have to pass all of the array each time, so you'd have to do some computing to construct a new array with the new phases (added, updated, deleted) and it will override the old array
Ok, so when I obmit an upcoming phase, this will be deleted from the schedule?
if you don't pass it when updating yes
Ok, probably the last question: will the schedule datagram hold past phases?
on each update of the Subscription Schedules if the phases field is passed it will override the old data
Ok, thank you for your help again. ๐