boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

UI + Workflow - Validate Schedules #420

Open tlawrie opened 10 months ago

tlawrie commented 10 months ago

Validate that Schedules works.

tlawrie commented 4 months ago

Testing schedules with the following scenarios

tlawrie commented 4 months ago

@timrbula it looks like the ScheduleEntity has changed. Moving from parameters: { key: value} to params [{name: "", value: ""}]

I attempted to fix it to params from parameters (see latest push to the web app)... but its got the wrong type... its meant to be a RunParam (like on the Run modal).

I imagine the read of the params has changed as well from key: value to a run param if you are editing the schedule as well. Is that something you can help fix? i think it might be in the SchedulerEditor.tsx but not 100% certain.

tlawrie commented 4 months ago

Additionally, another part of the app that we removed but might be helpful bringing back is the Schedules page for a team.