docs(config): add budget soft-limit notification documentation - #424
Open
uladzislausvetlakou wants to merge 1 commit into
Open
uladzislausvetlakou wants to merge 1 commit into
uladzislausvetlakou wants to merge 1 commit into
Conversation
Document the three-flag configuration model for budget soft-limit email notifications (EPMCDME-13959): admin deployment guide covers BUDGET_SOFT_LIMIT_NOTIFICATION_ENABLED, BUDGET_SOFT_LIMIT_EMAIL_ENABLED, SMTP setup, and UI-only vs full-email modes; user-guide budget management gains the per-budget notification owner email and toggle instructions. Generated with AI Co-Authored-By: codemie-ai <[email protected]>
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.
Changes
docs/admin/configuration/codemie/project-budget-management.mdcovering the two env var flags, UI-only vs full-email deployment modes, SMTP Helm configuration, and deduplication behaviordocs/user-guide/budget-management/index.mdwith per-budget configuration steps for project adminsTesting
npm startQuality Checks
npm run checkpasses (typecheck + lint + commitlint)static/img/)Additional Notes
Node modules are not installed in this environment so
npm startandnpm run buildcould not be run locally — markdown lint passed clean on all changed files.