Add alumni flag and related functionality
Đang mở
good first issue
help wanted
- Ngôn ngữ chính
- Rust
- Star
- 4
- Fork
- 23
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.