Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use periodic events for KKT/Netreg #646

Open
wants to merge 3 commits into
base: decouple-periodic-events
Choose a base branch
from

Conversation

kdmnk
Copy link
Contributor

@kdmnk kdmnk commented Sep 29, 2024

Some thing that was missing before.
I'm merging to #555, you can check both PRs.

When a KKT/Netreg period opens, now the collegists 'netreg_paid' will be set to false, and they have internet only until the payment deadline. If they pay, the netreg_paid=true will overwrite the deadline.

@kdmnk kdmnk requested a review from a team as a code owner September 29, 2024 10:17
deepsource-autofix bot and others added 2 commits September 29, 2024 10:17
This commit fixes the style issues introduced in 74d171f according to the output
from PHP CS Fixer.

Details: #646
@kdmnk kdmnk linked an issue Sep 29, 2024 that may be closed by this pull request
Copy link
Contributor

@viktorcsimma viktorcsimma left a comment

Choose a reason for hiding this comment

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

This seems to be a good idea:) take a look at these small things; then it's fine to merge into #555 and handle together with it.

@@ -57,7 +41,7 @@
if (value) {
value = moment(value).format("YYYY. MM. DD. HH:mm");
} else {
value = 'Nincs hozzáférés'
value = 'N/A'
Copy link
Contributor

Choose a reason for hiding this comment

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

It could be something like 'Unlimited until next kkt period' for those having paid kkt; it would be easier to understand.

@kdmnk kdmnk force-pushed the decouple-periodic-events branch from 16f35dc to 72951eb Compare January 14, 2025 19:16
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.

Use periodic events for kkt payments and internet deadline
2 participants