fg123 / roommates

Suite of applications for roommate management.
https://roommates.felixguo.me/
2 stars 1 forks source link

roommates: added new last_modified field #110

Closed robertpan226 closed 5 years ago

robertpan226 commented 5 years ago

API now tracks last modified date for all groups. All successful non-GET requests now modify the last modified date field. Closes #109

fg123 commented 5 years ago

Should we have the API's GET /user return the items in chronological order? Do we already do this somewhere else in the backend or is it usually the frontend's job to order it?