customizable overview table columns (Matric Number and Email), and scheduled reminder emails for students who fall below a configurable progress threshold#122
Open
hafriz wants to merge 2 commits intojonof:masterfrom
Conversation
I think you should use the core "Show user identity" setting as the field selector. It would be preferable to break it out. One PR for each new feature. |
Owner
|
Frankly I'd waiting and watching the work-in-progress under the template branch which is where I'm taking things next. I'm not spending a moment longer on the existing overview table. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds two major new features to the completion progress block: customizable overview table columns (Matric Number and Email), and scheduled reminder emails for students who fall below a configurable progress threshold. These features are configurable per block instance, with options for frequency and threshold. The implementation includes UI changes, backend logic, and scheduled task integration.
New Feature: Customizable Overview Table Columns
idnumber) and Email columns in the overview table, configurable per block instance. These columns can be toggled in the block's settings and are shown by default. [1] [2] [3] [4] [5] [6] [7]New Feature: Scheduled Reminder Emails
send_reminders) that sends these emails, respects group restrictions and block visibility, and updates the last-sent timestamp only when emails are actually sent. [1] [2]Documentation and Configuration
README.mdwith details about the new features and configuration options for both overview columns and reminder emails.Default Settings
defaultsclass.Block Configuration Handling