ucsb-cs156-s24 / proj-courses-s24-4pm-1

https://ucsb-cs156-s24.github.io/proj-courses-s24-4pm-1/
0 stars 0 forks source link

fix BUG: Incorrect sorting of search output on Course History page #47

Closed Frank404NotFound closed 1 month ago

Frank404NotFound commented 1 month ago

In this PR, I fix the incorrect sorting by calling a sorting function, so that on the course history page, sort the results from the most recent at the top to the oldest at the bottom. closes #45 image

Frank404NotFound commented 1 month ago

Need to fix mutation

pconrad commented 1 month ago

Basically you are getting a mutation failure because you wrote the code to fix the bug without FIRST writing a test that exposes the bug.

That's ... not good. So, this is not a case for a stryker exception: this is a case where you really, really need to write the test.

Frank404NotFound commented 1 month ago

Waiting for #56

Frank404NotFound commented 1 month ago

https://proj-frank404notfound-dev.dokku-01.cs.ucsb.edu