WebUI-Project-Based-07-vk / BackEnd

MIT License
0 stars 1 forks source link

(My Resources) Fix sorting by date for resources tables #10

Open vlad-khrychov opened 3 months ago

vlad-khrychov commented 3 months ago

Sorting by the last update field in Categories and Questions tables on the My Resources page should work

grbvtsk commented 2 months ago

I researched. I succesfully sorting by the last update field(desc and asc) in Categories and Questions tables. Example of used: http://localhost:8080/resources-categories/?sort={"order":"asc","orderBy":"updatedAt"} Image http://localhost:8080/resources-categories/?sort={"order":"desc","orderBy":"updatedAt"} Image

http://localhost:8080/questions/?sort={"order":"desc","orderBy":"updatedAt"} Image http://localhost:8080/questions/?sort={"order":"asc","orderBy":"updatedAt"} Image