aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Sorting weeks in "overståede uger" #229

Closed Drejer1 closed 3 years ago

Drejer1 commented 3 years ago

Description

Sorts weeks i "overståede uger" Newest "overståed uge" now shows first at the top instead of the list being in the order of creation.

Fixes aau-giraf/weekplanner#698

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

The test creates a list of WeeknameDTO in an arbitrary order and is then sorted. Then the test asserts the first in the list is the newest week.

Development Configuration

Checklist:

HowToYEET commented 3 years ago

hvis du synes testen er god nok, så er det godkendt for min side af, siden det bare er en simpel sort functionalitet