Brent Bovenzi

Results 54 comments of Brent Bovenzi

Yes, that is something we can update. Let me see if its an easy css change.

We'd probably have to add a method in the webserver to get all the tags, apply color logic and create a dict of what tag goes with what color. Then...

Hmm thats a new one. @norm would you mind taking a look at get tasks?

Also, what are the other js console errors aside from the get task endpoint? Even if that endpoint throws an error, the UI shouldn't crash

Got it. At least one step: We need to make sure an error on `/tasks` doesn't crash the UI

Yes, I don't think we made the UI-side fix in time for 2.3.2 but it will be in 2.3.3

I like your approach of splitting it into 2 tables more. When you rebase your branch. Let's keep that.

Sorting is looking good! Although there seems to be an issue with the datasets list endpoint. For some reason, for one of my datasets the total update count is way...

Actually, I'm don't think total updates count is even useful. I'd say lets just remove it entirely and have this PR just be about adding the last updated at info....