chore: add my name to contributers + create changelog files

This commit is contained in:
Wolfgang Witt 2021-02-26 15:42:06 +01:00 committed by Wolfgang Witt
parent 2ee7f41d05
commit 85e3941538
5 changed files with 22 additions and 15 deletions

View File

@ -29,21 +29,22 @@ makePrisms ''ChangelogItemKind
classifyChangelogItem :: ChangelogItem -> ChangelogItemKind
classifyChangelogItem = \case
ChangelogHaskellCampusLogin -> ChangelogItemBugfix
ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix
ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix
ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix
ChangelogPassingByPointsWorks -> ChangelogItemBugfix
ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix
ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix
ChangelogFormsTimesReset -> ChangelogItemBugfix
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
ChangelogStoredMarkup -> ChangelogItemBugfix
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
ChangelogHonorRoomHidden -> ChangelogItemBugfix
ChangelogFixSheetBonusRounding -> ChangelogItemBugfix
ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix
_other -> ChangelogItemFeature
ChangelogHaskellCampusLogin -> ChangelogItemBugfix
ChangelogTooltipsWithoutJavascript -> ChangelogItemBugfix
ChangelogButtonsWorkWithoutJavascript -> ChangelogItemBugfix
ChangelogTableFormsWorkAfterAjax -> ChangelogItemBugfix
ChangelogPassingByPointsWorks -> ChangelogItemBugfix
ChangelogErrorMessagesForTableItemVanish -> ChangelogItemBugfix
ChangelogExamAchievementParticipantDuplication -> ChangelogItemBugfix
ChangelogFormsTimesReset -> ChangelogItemBugfix
ChangelogAllocationCourseAcceptSubstitutesFixed -> ChangelogItemBugfix
ChangelogStoredMarkup -> ChangelogItemBugfix
ChangelogFixPersonalisedSheetFilesKeep -> ChangelogItemBugfix
ChangelogHonorRoomHidden -> ChangelogItemBugfix
ChangelogFixSheetBonusRounding -> ChangelogItemBugfix
ChangelogFixExamBonusAllSheetsBonus -> ChangelogItemBugfix
ChangelogExamAutomaticRoomDistributionRespectSize -> ChangelogItemBugfix
_other -> ChangelogItemFeature
changelogItemDays :: Map ChangelogItem Day
changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate changelog days for " <> show k) d1 $ d1 /= d2)

View File

@ -0,0 +1,2 @@
$newline never
Diverse Verbesserungen an der automatischen Zuteilung von Klausurteilnehmern auf Termine/Räume

View File

@ -0,0 +1,2 @@
$newline never
Several improvements for the automated distribution of exam participants to occurrences/rooms

View File

@ -29,3 +29,4 @@ $newline never
<li>Steffen Jost
<li>Gregor Kleen
<li>Sarah Vaupel
<li>Wolfgang Witt

View File

@ -28,3 +28,4 @@ $newline never
<li>Steffen Jost
<li>Gregor Kleen
<li>Sarah Vaupel
<li>Wolfgang Witt