Skip to content

Add process for automatically checking availability when training place active#4525

Merged
AxonC merged 18 commits intomainfrom
tech-485-add-process-and-tables-for-checking-availability
Mar 1, 2026
Merged

Add process for automatically checking availability when training place active#4525
AxonC merged 18 commits intomainfrom
tech-485-add-process-and-tables-for-checking-availability

Conversation

@AxonC
Copy link
Copy Markdown
Member

@AxonC AxonC commented Feb 15, 2026

No description provided.

@linear
Copy link
Copy Markdown

linear Bot commented Feb 15, 2026

@AxonC AxonC changed the title [WIP] Add process for automatically checking availability when training place active Add process for automatically checking availability when training place active Feb 22, 2026
@AxonC AxonC marked this pull request as ready for review February 22, 2026 13:58
@AxonC AxonC requested a review from CLC0609 February 22, 2026 13:58
$hasSessionRequest = $this->checkSessionRequest($memberId);

// Check passes only if BOTH availability and session request exist
if ($hasAvailability && $hasSessionRequest) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I may be wrong but shouldn't there be functionality here to set the previous AvailabilityCheck to be resolved, I can only see markWarningAsResolved being used in the tests currently.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

good catch!

@AxonC AxonC requested a review from CLC0609 March 1, 2026 13:27
@AxonC AxonC merged commit a6d9d96 into main Mar 1, 2026
3 checks passed
@AxonC AxonC deleted the tech-485-add-process-and-tables-for-checking-availability branch March 1, 2026 15:14
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