Michael Saugstad

Results 512 comments of Michael Saugstad

Ahh, a big piece of the issue is that the NewValidateBeta page has way more space along the bottom as well!

I like it at first glance! Maybe once I start testing it out it'll feel too big. But then we can just increase the padding percentage! I feel like it...

>One thing to also consider (which is only what some related to this thread): can or should we reduce the size of the menu bat header when in a task...

@jsomeara okay, ready to merge! Just made a couple small changes, like: 1. Including /adminValidate in this whole thing. It was missing the navbar :joy: 2. Deletes a bit more...

Isn't this an issue with Slick more broadly? Or is there something specific to slick-pg that I'm missing here?

>The registered users table seems to be contributing a lot, especially with only ~150 users in the test dataset. Improving the table pagination so that the server doesn't have to...

It is definitely more complicated than just optimizing the queries themselves, especially if we want to be able to see the most up-to-date information on the admin page (which we...

Okay so I found a few cases where adding an index to a table improves performance for certain queries. It isn't a silver bullet, but it can definitely help in...

Furthermore, I think that we _should_ make these updates directly to the database ourselves instead of adding them to a Play evolutions file in the code because some of the...

And the most time-consuming query we have is the one that computes the amount of time audited by each user. I think that we should pre-compute these values and put...