WIP: grading-process walkthrough + temp-dir cleanup paused (NOT FINISHED) - #68
Draft
theRealProHacker wants to merge 1 commit into
Draft
WIP: grading-process walkthrough + temp-dir cleanup paused (NOT FINISHED)#68theRealProHacker wants to merge 1 commit into
theRealProHacker wants to merge 1 commit into
Conversation
Work in progress — not finished. See PR description for remaining tasks. - README: started a "Prozess" walkthrough section with screenshot (images/assigments-grade.png); broadened the intro to FU Berlin Whiteboard tutors and removed the stale Windows stable-channel warning. - lib/logic.dart: temporarily commented out the post-zip temp-directory cleanup (copiedDir.delete) — needs to be restored before release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
theRealProHacker
marked this pull request as draft
June 17, 2026 08:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's in this PR (3 files, +7 / −4)
stable-channelTextFieldwarning.❌ What still needs to be done
Finish the README "Prozess" walkthrough. It ends with a dangling empty bullet and only covers the first step:
Add the remaining steps (open in Tut-Tool → review/comment by group → submit grades back to
grades.csv).Restore the temp-directory cleanup in
lib/logic.dart(around line 239). It was commented out, likely for debugging:// await copiedDir.delete(recursive: true);As-is, the temporary copied directory is never deleted after zipping, so temp dirs accumulate on every export. Either un-comment it or replace it with the intended cleanup behavior before release.
Confirm the removed Windows warning is actually obsolete. The old README warned that Flutter's
stablechannel had aTextFieldbug requiringbeta/master. Verify that's no longer true before dropping the note for good.🤖 Generated with Claude Code