Skip to content

Conversation

@zoeyganzhorn
Copy link

No description provided.

@read-the-docs-community
Copy link

read-the-docs-community bot commented Sep 4, 2025

Documentation build overview

📚 packtrain | 🛠️ Build #29885372 | 📁 Comparing d148ece against latest (49a2f60)


🔍 Preview build

Show files changed (3 files in total): 📝 2 modified | ➕ 1 added | ➖ 0 deleted
File Status
index.html 📝 modified
src/DeveloperGuide.html ➕ added
src/GradingPolicy.html 📝 modified

@gregbell26 gregbell26 requested review from gregbell26 and removed request for ezrichards September 4, 2025 19:46
@ezrichards ezrichards marked this pull request as draft September 4, 2025 19:59
@gregbell26 gregbell26 changed the title Added Developer Guide doc Apply Extensions from transaction log Sep 5, 2025
@gregbell26 gregbell26 linked an issue Sep 5, 2025 that may be closed by this pull request
private LateRequestStatus extensionStatus;
private String extensionMessage;
private String submissionMessage;
private int numberExtensionDaysApplied;
Copy link
Member

Choose a reason for hiding this comment

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

We need to make a policy server update to that this field actually gets applied.
We also need to update the docs for this

Comment on lines +20 to +24
@Query("select l from migration_transaction_log l where l.migrationId = ?1 " +
"and l.revision = (select max(l2.revision) from migration_transaction_log l2 where l2.cwid = l.cwid )")
// grabbing the latest revision from migration transaction log by migration id
// cursed subquery version (im so sorry)
List<MigrationTransactionLog> getLatestByMigrationId(UUID migrationId);
Copy link
Member

Choose a reason for hiding this comment

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

Do we have any tests covering this?

Choose a reason for hiding this comment

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

add stuff to the repo, use process function from migration service one to grab out and make sure we are getting back what we need, all of this goes into the same test

@gregbell26 gregbell26 marked this pull request as ready for review September 22, 2025 17:33
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.

Actually Apply Student Extensions

3 participants