You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine the show Alumni option with a view of former employees to show all former members of Gordon. This would be useful for alumni to be able to look up a professor that retired since they have graduated, for example. Things to think about are whether we should include both faculty and staff in this view, and whether this would look like
changing the query if former employees are still in the Account table but simply have showAccount set to false/0
create a new formerEmployees table similar to our Alumni table
combine the two views and change the name of the Alumni table to something like FormerMembers
The text was updated successfully, but these errors were encountered:
Combine the
show Alumni
option with a view of former employees to show all former members of Gordon. This would be useful for alumni to be able to look up a professor that retired since they have graduated, for example. Things to think about are whether we should include both faculty and staff in this view, and whether this would look likeAccount
table but simply haveshowAccount
set to false/0formerEmployees
table similar to ourAlumni
tableAlumni
table to something likeFormerMembers
The text was updated successfully, but these errors were encountered: