Skip to content

Conversation

@ndrwnaguib
Copy link
Collaborator

No description provided.

@ndrwnaguib ndrwnaguib requested a review from Copilot July 11, 2025 18:44
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the XMLDB schemas for the main onlinejudge_tasks table and the assignment feedback plugin, bumping both versions to 20250711 and streamlining field and key definitions by removing legacy ordering attributes.

  • Bumps VERSION to 20250711 in both install.xml files.
  • Simplifies <FIELD> and <KEY> entries by dropping PREVIOUS, NEXT, and explicit UNSIGNED attributes.
  • Moves comments inline and removes redundant LENGTH attributes where type defaults apply.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
db/install.xml Updated schema version; removed legacy ordering attributes and inlined comments.
clients/mod/assign/feedback/onlinejudge/db/install.xml Synced version bump and streamlined field/key definitions in the feedback plugin.
Comments suppressed due to low confidence (1)

clients/mod/assign/feedback/onlinejudge/db/install.xml:15

  • [nitpick] Grammar in the COMMENT could be improved for clarity, for example: 'Percentage of grade awarded for a presentation error.'
        <FIELD NAME="ratiope" TYPE="number" LENGTH="20" NOTNULL="true" DEFAULT="0.0" SEQUENCE="false" DECIMALS="10" COMMENT="How much grade can earn when get a presentation error."/>

@ndrwnaguib ndrwnaguib merged commit 0c89f18 into master Jul 11, 2025
0 of 12 checks passed
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.

2 participants