ucsb-cs156-s24 / proj-gauchoride-s24-5pm-6

https://ucsb-cs156-s24.github.io/proj-gauchoride-s24-5pm-6/
0 stars 0 forks source link

liz - sort users table by default #26

Closed andyinnie closed 5 months ago

andyinnie commented 5 months ago

Closes #15

Automatically sorts the UsersTable by <last name, first name, id> so that when a user is updated in the db, the table stays in a predictable order.

Modified the users fixtures to demonstrate this, and adjusted the tests accordingly.

Dokku deployment: here