amfoss / amfoss/root

Add alumni flag and related functionality

Aperta
#155 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
good first issue help wanted
Lingua principale
Rust
Stelle
4
Fork
23
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.