spring-cloud-dataflow-ui
spring-cloud-dataflow-ui copied to clipboard
Add tests to Scheduling service
Need to add mock tests to the scheduling.service.ts . Also may want to revisit how platforms are handled as they are associated with schedules. Possibly have server store metadata associated with schedules and return this metadata (platform for example) from a single call instead of the UI having to make multiple calls.