+
Executive Management
+
Central dashboard to oversee the executive team, update roles, and add new executive members for the Brock Computer Science Club.
+
+
+
+
+
+
+
Current Executive
+
+
+
+ Name
+ Role
+ Edit
+
+
+
+ {currentExecs.map((exec, idx) => (
+
+ {exec.name}
+ {exec.title}
+
+
+
+
+ ))}
+
+
+
{currentExecs.length} active members
+
+
+
+
+ {showPast && (
+
+
Past Executives
+
+
+
+ Name
+ Role
+ Edit
+
+
+
+ {previousExecs.map((exec, idx) => (
+
+ {exec.name}
+ {exec.title}
+
+
+
+
+ ))}
+
+
+
{previousExecs.length} past members
+
+ )}
+
+
+ Authenticating...
;
+ }
+
+ // Admin layout with navigation tabs and content area
+ return (
+