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

Scholarship related #737

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Aiyesha
Copy link
Contributor

@Aiyesha Aiyesha commented Oct 11, 2022

What github issue is this PR for, if any?

Resolves [#468]
Resolved [#346]

What does this code do, and why?

Instead of is_scholarship column, expanded to requested_scholarship, scholarship_since, and scholarship_last_checkin
To facilitate if a scholarship request has been made, but waiting for approval, and to facilitate yearly check-in to see if scholarship to continue.

Since scholarship requests are tracked, can also avoid emails during the new member process when new member is waiting for a scholarship request and hasn't setup dues yet.

How is this code tested?

  1. DB Migration --> manually tested up and down
  2. New tests added for changes (or modified where appropriate)
  3. Verified UI looks okay on admin page, and new member page. Manually confirmed that "Allow scholarship", "Continue scholarship", and "Remove scholarship" buttons work as expected.

Are any database migrations required by this change?

Yes.

Because of switch from boolean to timestamp; decided to fill with 2022-07-10 which was around the time of the most recent checkin.

Are there any configuration or environment changes needed?

No.

Screenshots please :)

Admin UI for viewing who's on scholarships:
image

New member page:
image
image

@Imperiopolis
Copy link
Member

This is awesome! Small request to add to this – if someone starts paying dues again (sets up dues) can you terminate the scholarship and record when it ended? 🙏 that's one of the big pain points right now

@Aiyesha
Copy link
Contributor Author

Aiyesha commented Oct 14, 2022

Oh! That's a good point. I'll take a look at that.

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.

None yet

2 participants