Skip to content

WIP: grading-process walkthrough + temp-dir cleanup paused (NOT FINISHED) - #68

Draft
theRealProHacker wants to merge 1 commit into
masterfrom
wip-grading-process-docs
Draft

WIP: grading-process walkthrough + temp-dir cleanup paused (NOT FINISHED)#68
theRealProHacker wants to merge 1 commit into
masterfrom
wip-grading-process-docs

Conversation

@theRealProHacker

Copy link
Copy Markdown
Owner

⚠️ Work in progress — do not merge as-is. This PR backs up pending local work so it isn't lost, but two things are unfinished.

What's in this PR (3 files, +7 / −4)

  • README.md — started a new "Prozess" (grading walkthrough) section, broadened the intro to "FU Berlin Whiteboard tutors", removed the stale Windows stable-channel TextField warning.
  • images/assigments-grade.png (new) — screenshot referenced by the walkthrough.
  • lib/logic.dart — commented out the post-zip temp-directory cleanup.

❌ What still needs to be done

  1. Finish the README "Prozess" walkthrough. It ends with a dangling empty bullet and only covers the first step:

    Prozess:
    - Im Whiteboard bei dem jeweiligen Assignment auf Grade drücken
        ![...](images/assigments-grade.png)
    -          ← empty bullet, section is cut off here
    

    Add the remaining steps (open in Tut-Tool → review/comment by group → submit grades back to grades.csv).

  2. 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.

  3. Confirm the removed Windows warning is actually obsolete. The old README warned that Flutter's stable channel had a TextField bug requiring beta/master. Verify that's no longer true before dropping the note for good.

🤖 Generated with Claude Code

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
theRealProHacker marked this pull request as draft June 17, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant