DAS

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-09-08
16:26
improve(usecase): sort by importance and readiness for filtering proposals. Display logic does its own sorting. ... (leaf check-in: 8667707def user: stern tags: trunk)
15:28
refactor(wui): rename Arbeitsphase -> Lernphase ... (check-in: 18a4e9cf80 user: stern tags: trunk)
15:25
enhance(wui): show review public note on team page (if there is a current review) ... (check-in: b4d5803329 user: stern tags: trunk)
15:15
fix(repository): insert userauth if missing, when setting the password ... (check-in: cbf75e4462 user: stern tags: trunk)
14:29
chore: update webs dependency (which fixes an important bug) ... (check-in: b5fcc66e66 user: stern tags: trunk)
12:18
fix(wui): set wip at creation of topic ... (check-in: 600af39295 user: stern tags: trunk)
12:10
fix(wui): use team name if given in form when creating it ... (check-in: 45fcd4ae38 user: stern tags: trunk)
12:05
enhance(wui): show snow key as decimal too, in object activity detail view ... (check-in: c7e109456e user: stern tags: trunk)
10:21
refactor(usecase): move business logik of updating proposal.readyAt into its own usecase; to be used later e.g. when topic.supporters is changed. ... (check-in: 149bb83c5d user: stern tags: trunk)
2026-09-04
13:28
refactor(wui): adapt to updated webs package: use generic field value retrieval ... (check-in: 971c3a43fb user: stern tags: trunk)
12:27
chore: update to Go 1.27; update dependencies ... (check-in: 36c6e420d0 user: stern tags: trunk)
09:46
refactor(repository): move SQL statements into repo methods ... (check-in: d8407778de user: stern tags: trunk)
09:26
fix(wui): show review-edit button only if review has not started ... (check-in: 2df26ce5e7 user: stern tags: trunk)
09:04
fix(repository): add index ratings_review; proposal is unique for rating ... (check-in: ce5f9d7b57 user: stern tags: trunk)
08:38
fix(repository): mark proposal as ready, if it is not already marked. ... (check-in: 5c093804e9 user: stern tags: trunk)
2026-09-03
17:42
refactor(domain): clean-up domain.ReviewableProposal ... (check-in: bf223a9502 user: stern tags: trunk)
17:09
refactor: show readyAt at wui (lecturer only); remove unneeded code; fix selection of "ready" proposals ... (check-in: 5f56842a71 user: stern tags: trunk)
16:57
fix: use proposal.readyAt (prototype; needs clean-up) ... (check-in: c03ebed638 user: stern tags: trunk)
16:02
fix(wui): show valid data, if no current review found ... (check-in: f3c3883475 user: stern tags: trunk)
13:22
fix(wui): show delete button in vote only if there is a valid vote ... (check-in: 5c8fbbf925 user: stern tags: trunk)
11:33
refactor(repository): rename db -> repo, DB -> Repository; some formatting updated ... (check-in: f4f98b20db user: stern tags: trunk)
10:46
refactor: replace deletion of votes by making them invalid ... (check-in: 7ff96cce89 user: stern tags: trunk)
09:55
refactor(domain): renumber VoteVeto, add VoteInvalid ... (check-in: faa6697f63 user: stern tags: trunk)
2026-09-02
14:58
chore: update dependencies ... (check-in: 3b97847116 user: stern tags: trunk)
14:56
fix(wui): adapt webs changes and color submit button with level-4 ... (check-in: 6ba6ac16a2 user: stern tags: trunk)
11:38
refactor(repository): add new migration scheme; add simple test ... (check-in: 11b5211d43 user: stern tags: trunk)
2026-09-01
18:22
refactor(repository): clean up init code; draft migration code ... (check-in: 388c5cac90 user: stern tags: trunk)
15:59
refactor: clean up database initialization ... (check-in: dd9362c968 user: stern tags: trunk)
14:38
feat: add course.wip as a default value for review.wip ... (check-in: aa85224cc2 user: stern tags: trunk)
13:30
refactor(domain): move review-related definition into own file ... (check-in: 070dd89ee7 user: stern tags: trunk)
12:52
improve: make a difference between solved proposals and proposals with some minor issues ... (check-in: cdda9cdaf5 user: stern tags: trunk)
12:07
fix(wui): show current rating value when rating a proposal ... (check-in: f6a36e1aaa user: stern tags: trunk)
11:38
improve(wui): make topics with state done, void accessible ... (check-in: aa3c5162e6 user: stern tags: trunk)
10:46
fix(wui): allow to defer rating only for reviews in progress ... (check-in: 81b296664d user: stern tags: trunk)
09:50
feat(wui): show feedback details for team ... (check-in: 85be811eab user: stern tags: trunk)
2026-08-31
18:20
fix(repository): add missing rows.Close() when fetching review data ... (check-in: c55dd0884a user: stern tags: trunk)
16:53
improve(wui): show list of past review on team view ... (check-in: 1088e97ad7 user: stern tags: trunk)
14:04
improve: show previous proposals, in team-topic ... (check-in: 430359a7af user: stern tags: trunk)
12:50
fix(wui): show new team-topic proposal ... (check-in: 2337e96add user: stern tags: trunk)
12:30
refactor: rename TopicState -> TeamTopicState ... (check-in: 4dfdc9874e user: stern tags: trunk)
12:26
enhance(wui): mark deferred ratings with an "*" ... (check-in: f75d3588a4 user: stern tags: trunk)
11:40
improve: add rating value "deferred" ... (check-in: 148541c69e user: stern tags: trunk)
11:08
feature(wui): allow lecturer to mark review as done ... (check-in: cda7dffb4e user: stern tags: trunk)
09:52
fix(wui): remove error message on rating form if encoding is "" ... (check-in: ae7d6ed3d8 user: stern tags: trunk)
2026-08-28
17:00
refactor(wui): rename appendBindString(key, ... --> appendTitleString(...) ... (check-in: 8d470e62c9 user: stern tags: trunk)
16:58
refactor: rename TopicStateFailed -> TopicStateVoid ... (check-in: 0fb6d82a0b user: stern tags: trunk)
16:55
chore: forgot to save file in previous commit ... (check-in: 37a75c85b3 user: stern tags: trunk)
16:54
refactor: rename RatingFailed -> RatingVoid ... (check-in: d04c43cf5f user: stern tags: trunk)
16:07
enhance: add two more feedback values: failed and void ... (check-in: 4ea8f7edad user: stern tags: trunk)
15:55
refactor(wui): use GetEncoding() instead of Encoding when set data of form ... (check-in: 6860cde1ad user: stern tags: trunk)