Add alumni flag and related functionality
Open
good first issue
help wanted
- Dominant language
- Rust
- Stars
- 4
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The members table should implement an `is_alumni` boolean flag. This flag should be used before every single member query to filter out those members that have graduated.
Suggestion: ChatGPT suggested using something known as [postgres views](https://www.postgresql.org/docs/current/tutorial-views.html) to create a view called `active_members` to avoid having to rewrite every single query.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.