Michael Santelia

Results 13 comments of Michael Santelia

We are getting this accessibility error: "The text input element is not valid for the combobox role."

![image](https://user-images.githubusercontent.com/7328459/60284643-08d54d80-98da-11e9-9847-b24a15e30ea7.png)

How to: Update URL to include run.id, make page with frames. JS grabs ID, hits service for run report object, then calls function to use it. Kinda like that

For scalability, we do have updates planned to trim both the chart and the data table to show a shorter default timeframe, like "latest 2 weeks", and provide a UI...

For the chart and table this isn't an issue, for all the others it becomes an issue. The chart and data table is something I have on my todo list...

@daviddahl I see in the Node server the status URL is: http://localhost:1717/status What URL would I use on the admin page to hit this? Just `:1717/status` ?

Yup.. basic taxonomy tagging. David and I have done this before on several other Django projects we've built at IBM, and it involves creating a couple new models. It will...