Fix review history timestamp display and add comprehensive PPT outline#40
Merged
Fix review history timestamp display and add comprehensive PPT outline#40
Conversation
- Changed TeacherReview.vue to use updatedAt instead of non-existent reviewDate - Created detailed PPT_OUTLINE.md with 59 slides covering all system features - Documented all 7 core modules, architecture, database design, and deployment Co-authored-by: Lwt235 <141546447+Lwt235@users.noreply.github.com>
Co-authored-by: Lwt235 <141546447+Lwt235@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix empty timestamps in review history
Fix review history timestamp display and add comprehensive PPT outline
Dec 24, 2025
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.
Problem
Changes
Fix Review Timestamp Display
Frontend referenced non-existent
reviewDatefield. Backend only trackscreated_at(assignment time) andupdated_at(last review modification).Change: Use
updated_atas review timestamp inTeacherReview.vue:PPT Outline Document
Created
PPT_OUTLINE.mdwith 59-slide structure covering:Each slide includes detailed technical content, workflow diagrams, and implementation notes for presentation.
Technical Notes
updated_atis set toNOW()on every review submission/modification via MyBatis mapperJudgeAssignmentWithDetailsDTOalready exposesupdatedAtfield to frontendOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.