neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
37 stars 32 forks source link

Show exam dates in chronological order (most recent first) #113

Closed Curryking31 closed 2 years ago

Curryking31 commented 2 years ago

It would be nice to have the exam dates displayed in the order they are scheduled.

M4GNV5 commented 2 years ago

I don't think this is hard to implement, you simply have to sort the examlist here based on entry.date.

Unfortunately neither @alexhorn nor myself have enough exams this year to implement and test this. Maybe you can do that @Curryking31 and send a PR or just push it directly?

Curryking31 commented 2 years ago

Hey, thanks for replying!

Unortunetly I am really busy with the exams atm but I will have a look on it after I finished them. For now the Exam wich I have already done is still in the app so I think the dates will still be online a few weeks after the exams.

M4GNV5 commented 2 years ago

bump :kissing_heart:

also #9 is one of our oldest issues which can only be implemented during/shortly-after the exam period and by someone who has exams

Curryking31 commented 2 years ago

I solved the problem with the chronically order in pullrequest #117

alexhorn commented 2 years ago

Fixed in #117.