Skip to content

Configurable monthly stipend amounts with admin settings page#57

Merged
aichannode merged 10 commits into
mainfrom
feat/stipend-config
Jun 18, 2026
Merged

Configurable monthly stipend amounts with admin settings page#57
aichannode merged 10 commits into
mainfrom
feat/stipend-config

Conversation

@engdotme

Copy link
Copy Markdown
Contributor

Description:

Summary

  • Admins can set per-month stipend amounts (month 1/2/3) from a new Settings page at /admin/settings
  • Student dashboard payment card displays the applicable stipend amount based on months since enrollment
  • Backend stores stipend config in a PlatformSetting table with a GET /settings endpoint accessible to all authenticated users

Test plan

  • Admin can update stipend amounts at /admin/settings and values persist
  • Student dashboard shows the correct stipend amount for their enrollment month
  • Students in month 4+ see no stipend amount (expected — program ends at month 3)

@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
forgeng-frontend Ready Ready Preview, Comment Jun 18, 2026 7:34pm

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown

Backend coverage

Backend coverage

Lines Statements Branches Functions
Coverage: 72%
71.36% (1428/2001) 65% (849/1306) 73.56% (270/367)

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown

Frontend coverage

Frontend coverage

Lines Statements Branches Functions
Coverage: 32%
31.33% (819/2614) 24.64% (400/1623) 25.6% (192/750)

@engdotme engdotme requested a review from aichannode June 18, 2026 19:35
@engdotme engdotme self-assigned this Jun 18, 2026
@engdotme engdotme marked this pull request as ready for review June 18, 2026 19:36

@aichannode aichannode left a comment

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’ve reviewed the changes and everything looks good 👍 .
Approving this PR.

@aichannode aichannode merged commit c9381b2 into main Jun 18, 2026
4 checks passed
@aichannode aichannode deleted the feat/stipend-config branch June 18, 2026 19:37
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