#Ragnar-Subscription Schedules

1 messages ยท Page 1 of 1 (latest)

opaque swift
#

๐Ÿ‘‹ happy to help

acoustic oriole
#

Hi again ๐Ÿ™‚

#

You helped me out a lot in the past so im happy to see you online right now ๐Ÿ™‚

opaque swift
#

just give me a few moments and I will be with you

acoustic oriole
#

np, take your time

opaque swift
#

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 the start_date and end_date
How can I set the current phase to end after the current iteration?
you can either use a combination of start_date and number of iterations or use the end_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

acoustic oriole
#

Ok, so when I obmit an upcoming phase, this will be deleted from the schedule?

opaque swift
#

if you don't pass it when updating yes

acoustic oriole
#

Ok, probably the last question: will the schedule datagram hold past phases?

opaque swift
#

on each update of the Subscription Schedules if the phases field is passed it will override the old data

acoustic oriole
#

Ok, thank you for your help again. ๐Ÿ™‚