Skip to content

Conversation

@phl0
Copy link
Contributor

@phl0 phl0 commented Oct 24, 2025

This addresses #2426 by adding some visual aid for expiring / expired LoTW certificates or QSO end dates.

@phl0 phl0 added this to the 2.1.3 milestone Oct 24, 2025
@phl0 phl0 requested review from AndreasK79 and int2001 October 24, 2025 09:28
@phl0 phl0 self-assigned this Oct 24, 2025
@phl0 phl0 added the frontend things which are affecting Frontend/UI label Oct 24, 2025
}

function lotw_cert_qsoenddate_expiring($user_id, $date) {
$array = array('user_id' => $user_id, 'DATE_SUB(qso_end_date, INTERVAL 30 DAY) <' => $date, 'qso_end_date >' => $date);
Copy link
Contributor

@int2001 int2001 Oct 24, 2025

Choose a reason for hiding this comment

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

bind and real-SQL instead?

same at L131

Copy link
Contributor Author

Choose a reason for hiding this comment

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

bind and real-SQL instead?

Done: a2b2563

Copy link
Contributor

@int2001 int2001 left a comment

Choose a reason for hiding this comment

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

tested:

  • no cert: works
  • expired cert: works
  • valid cert: works

@phl0 phl0 merged commit 3e9d20a into wavelog:dev Oct 24, 2025
@phl0 phl0 deleted the lotwQsoEndDateWarning branch October 24, 2025 10:15
@phl0 phl0 modified the milestones: 2.1.3, 2.2 Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend things which are affecting Frontend/UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants