622 lines
21 KiB
JavaScript
622 lines
21 KiB
JavaScript
const state = {model: null, tab: 'everyone', q: ''};
|
|
let byEmail = {};
|
|
|
|
const icons = {
|
|
people: '<svg viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M22 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>',
|
|
classrooms: '<svg viewBox="0 0 24 24"><path d="M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z"/><path d="M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"/><path d="M8 21v-5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v5"/><path d="M8 10h8"/></svg>',
|
|
'my-family': '<svg viewBox="0 0 24 24"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"/></svg>',
|
|
staff: '<svg viewBox="0 0 24 24"><path d="M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z"/><path d="M10 2c1 .5 2 2 2 5"/></svg>',
|
|
map: '<svg viewBox="0 0 24 24"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"/><circle cx="12" cy="10" r="3"/></svg>',
|
|
'email-list': '<svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"/></svg>',
|
|
'data-view': '<svg viewBox="0 0 24 24"><rect width="7" height="7" x="3" y="3" rx="1"/><rect width="7" height="7" x="14" y="3" rx="1"/><rect width="7" height="7" x="14" y="14" rx="1"/><rect width="7" height="7" x="3" y="14" rx="1"/></svg>',
|
|
'bug-report': '<svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="1"/><path d="m9 20 3-6 3 6"/><path d="m6 8 6 2 6-2"/><path d="M12 10v4"/></svg>',
|
|
about: '<svg viewBox="0 0 24 24"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" x2="15.42" y1="13.51" y2="17.49"/><line x1="15.41" x2="8.59" y1="6.51" y2="10.49"/></svg>',
|
|
everyone: '<svg viewBox="0 0 24 24"><rect width="7" height="7" x="3" y="3" rx="1"/><rect width="7" height="7" x="14" y="3" rx="1"/><rect width="7" height="7" x="14" y="14" rx="1"/><rect width="7" height="7" x="3" y="14" rx="1"/></svg>',
|
|
students: '<svg viewBox="0 0 24 24"><circle cx="8.5" cy="5.5" r="2"/><path d="M8.5 7.5v5M8.5 12.5l-2.5 5M8.5 12.5l2.5 5M5 9.5l3.5 1 3.5-1"/><circle cx="16.5" cy="7" r="1.7"/><path d="M16.5 8.7v4.3M16.5 13l-2 4M16.5 13l2 4M13.8 10.5l2.7.8 2.7-.8"/></svg>',
|
|
families: '<svg viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M22 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>',
|
|
'staff-tab': '<svg viewBox="0 0 24 24"><line x1="10" x2="14" y1="2" y2="2"/><line x1="12" x2="15" y1="14" y2="11"/><circle cx="12" cy="14" r="8"/></svg>',
|
|
search: '<svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg>',
|
|
filter: '<svg viewBox="0 0 24 24"><path d="M5 7h14M8 12h8M10.5 17h3"/></svg>',
|
|
chevron: '<svg viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></svg>',
|
|
'chevron-left': '<svg viewBox="0 0 24 24"><path d="m15 18-6-6 6-6"/></svg>',
|
|
'chevron-right': '<svg viewBox="0 0 24 24"><path d="m9 18 6-6-6-6"/></svg>',
|
|
heart: '<svg viewBox="0 0 24 24"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"/></svg>',
|
|
mail: '<svg viewBox="0 0 24 24"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg>',
|
|
message: '<svg viewBox="0 0 24 24"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"/></svg>',
|
|
};
|
|
|
|
const navSections = [
|
|
{path: 'people', label: 'People'},
|
|
{path: 'classrooms', label: 'Classrooms'},
|
|
{path: 'my-family', label: 'My Family'},
|
|
{path: 'staff', label: 'Staff'},
|
|
{path: 'map', label: 'Map'},
|
|
{path: 'email-list', label: 'Email List'},
|
|
{divider: true},
|
|
{path: 'data-view', label: 'Data View'},
|
|
{path: 'bug-report', label: 'Bug Report'},
|
|
{path: 'about', label: 'Share & About'},
|
|
];
|
|
|
|
const peopleTabs = [
|
|
{key: 'everyone', label: 'Everyone'},
|
|
{key: 'students', label: 'Students'},
|
|
{key: 'families', label: 'Families'},
|
|
{key: 'staff', label: 'Staff'},
|
|
];
|
|
|
|
function el(tag, className, text) {
|
|
const node = document.createElement(tag);
|
|
if (className) {
|
|
node.className = className;
|
|
}
|
|
if (text) {
|
|
node.textContent = text;
|
|
}
|
|
return node;
|
|
}
|
|
|
|
function svg(name) {
|
|
const holder = document.createElement('template');
|
|
holder.innerHTML = icons[name];
|
|
return holder.content.firstChild;
|
|
}
|
|
|
|
function segments() {
|
|
return location.pathname.split('/').filter(Boolean).map(decodeURIComponent);
|
|
}
|
|
|
|
function personLink(p) {
|
|
return '/people/' + encodeURIComponent(p.email);
|
|
}
|
|
|
|
function renderNav() {
|
|
const nav = document.querySelector('#nav');
|
|
nav.replaceChildren();
|
|
const seg = segments()[0] === 'families' ? 'people' : segments()[0];
|
|
for (const item of navSections) {
|
|
if (item.divider) {
|
|
nav.append(el('div', 'nav-divider'));
|
|
continue;
|
|
}
|
|
const a = el('a');
|
|
a.href = '/' + item.path;
|
|
if (item.path === seg) {
|
|
a.className = 'active';
|
|
}
|
|
a.append(svg(item.path), el('span', '', item.label));
|
|
nav.append(a);
|
|
}
|
|
}
|
|
|
|
function hue(text) {
|
|
let h = 0;
|
|
for (const c of text) {
|
|
h = (h * 31 + c.codePointAt(0)) % 360;
|
|
}
|
|
return h;
|
|
}
|
|
|
|
function firstName(fullName) {
|
|
return fullName.trim().split(/\s+/)[0];
|
|
}
|
|
|
|
function thumbUrl(url) {
|
|
return url ? url + '?thumb=1' : url;
|
|
}
|
|
|
|
function photoOrInitials(url, name, className) {
|
|
if (url) {
|
|
const img = el('img', className);
|
|
img.src = thumbUrl(url);
|
|
img.loading = 'lazy';
|
|
img.alt = '';
|
|
return img;
|
|
}
|
|
const div = el('div', className, name.trim().split(/\s+/).map(w => w[0]).slice(0, 2).join(''));
|
|
div.style.background = `hsl(${hue(name)} 45% 55%)`;
|
|
return div;
|
|
}
|
|
|
|
function roleLabel(p) {
|
|
let role = 'Parent';
|
|
if (p.isStudent) {
|
|
role = 'Student';
|
|
} else if (p.isStaff) {
|
|
role = 'Staff';
|
|
}
|
|
return (p.pronouns ? `${role} (${p.pronouns})` : role).toUpperCase();
|
|
}
|
|
|
|
function gradeChain(p) {
|
|
return [p.grade, p.classroom, p.section].filter(Boolean).join(' ▶ ');
|
|
}
|
|
|
|
function personContext(p) {
|
|
if (p.isStudent) {
|
|
return gradeChain(p);
|
|
}
|
|
if (p.isStaff && p.jobTitle) {
|
|
return p.jobTitle;
|
|
}
|
|
const family = state.model.families[p.familyKey];
|
|
if (family) {
|
|
return (family.kidEmails || []).map(e => byEmail[e]?.fullName).filter(Boolean).join(', ');
|
|
}
|
|
return '';
|
|
}
|
|
|
|
function personCard(p) {
|
|
const card = el('a', 'person-card');
|
|
card.href = personLink(p);
|
|
card.append(photoOrInitials(p.photoUrl, p.fullName, 'person-photo'));
|
|
card.append(el('div', 'role-label', roleLabel(p)));
|
|
card.append(el('div', 'person-name', p.fullName));
|
|
const context = personContext(p);
|
|
if (context) {
|
|
card.append(el('div', 'person-sub', context));
|
|
}
|
|
return card;
|
|
}
|
|
|
|
function renderEveryone(grid) {
|
|
grid.className = 'people-grid';
|
|
const q = state.q;
|
|
const matches = state.model.people.filter(p => {
|
|
const family = state.model.families[p.familyKey];
|
|
return `${p.fullName} ${family ? family.name : ''}`.toLowerCase().includes(q);
|
|
});
|
|
for (const p of matches) {
|
|
grid.append(personCard(p));
|
|
}
|
|
return matches.length;
|
|
}
|
|
|
|
function renderStudents(grid) {
|
|
grid.className = 'student-grid';
|
|
const matches = state.model.people.filter(p => p.isStudent && p.fullName.toLowerCase().includes(state.q));
|
|
for (const p of matches) {
|
|
const card = el('a', 'student-card');
|
|
card.href = personLink(p);
|
|
if (p.photoUrl) {
|
|
const img = el('img', 'student-photo');
|
|
img.src = thumbUrl(p.photoUrl);
|
|
img.loading = 'lazy';
|
|
img.alt = '';
|
|
card.append(img);
|
|
}
|
|
card.append(el('div', 'student-first', firstName(p.fullName)));
|
|
card.append(el('div', 'student-last', p.fullName.replace(firstName(p.fullName), '').trim()));
|
|
card.append(el('div', 'student-line', gradeChain(p)));
|
|
if (p.pronouns) {
|
|
card.append(el('div', 'student-pronouns', p.pronouns));
|
|
}
|
|
grid.append(card);
|
|
}
|
|
return matches.length;
|
|
}
|
|
|
|
function familyEntries() {
|
|
const entries = Object.values(state.model.families).map(f => {
|
|
const members = [...(f.kidEmails || []), ...(f.adultEmails || [])];
|
|
const kidGrades = [...new Set((f.kidEmails || []).map(e => byEmail[e]?.grade).filter(Boolean))];
|
|
return {
|
|
key: f.key,
|
|
name: (f.name || '').replace(/ Family$/, ''),
|
|
label: kidGrades.length ? kidGrades.join(', ') : 'Staff',
|
|
members: members.map(e => byEmail[e] ? firstName(byEmail[e].fullName) : '').filter(Boolean),
|
|
photoUrl: f.photoUrl,
|
|
href: '/families/' + encodeURIComponent(f.key),
|
|
};
|
|
});
|
|
for (const p of state.model.people) {
|
|
if (p.isStaff && !p.isParent && !p.isStudent && !state.model.families[p.familyKey]) {
|
|
entries.push({
|
|
name: p.fullName.trim().split(/\s+/).slice(-1)[0],
|
|
label: 'Staff',
|
|
members: [firstName(p.fullName)],
|
|
photoUrl: p.photoUrl,
|
|
href: personLink(p),
|
|
});
|
|
}
|
|
}
|
|
entries.sort((a, b) => a.name.localeCompare(b.name));
|
|
return entries;
|
|
}
|
|
|
|
function renderFamilies(grid) {
|
|
grid.className = 'family-grid';
|
|
const matches = familyEntries().filter(f =>
|
|
`${f.name} ${f.members.join(' ')}`.toLowerCase().includes(state.q));
|
|
for (const f of matches) {
|
|
const card = el('a', 'family-card');
|
|
card.href = f.href;
|
|
card.append(photoOrInitials(f.photoUrl, f.name, 'family-photo'));
|
|
card.append(el('div', 'family-label', f.label));
|
|
card.append(el('div', 'family-name', f.name));
|
|
card.append(el('div', 'family-kids', f.members.join(', ')));
|
|
grid.append(card);
|
|
}
|
|
return matches.length;
|
|
}
|
|
|
|
function renderStaff(grid) {
|
|
grid.className = '';
|
|
const staff = state.model.people.filter(p =>
|
|
p.isStaff && `${p.fullName} ${p.jobTitle || ''}`.toLowerCase().includes(state.q));
|
|
const departments = state.model.departments || [];
|
|
const groups = new Map();
|
|
for (const p of staff) {
|
|
const dept = p.department || 'Staff';
|
|
if (!groups.has(dept)) {
|
|
groups.set(dept, []);
|
|
}
|
|
groups.get(dept).push(p);
|
|
}
|
|
const ordered = [...groups.keys()].sort((a, b) => {
|
|
const ia = departments.indexOf(a);
|
|
const ib = departments.indexOf(b);
|
|
return (ia < 0 ? departments.length : ia) - (ib < 0 ? departments.length : ib);
|
|
});
|
|
let count = 0;
|
|
for (const dept of ordered) {
|
|
grid.append(el('h2', 'staff-section', dept));
|
|
const deptGrid = el('div', 'people-grid');
|
|
for (const p of groups.get(dept)) {
|
|
const card = el('a', 'person-card');
|
|
card.href = personLink(p);
|
|
card.append(photoOrInitials(p.photoUrl, p.fullName, 'person-photo'));
|
|
card.append(el('div', 'role-label', p.jobTitle || 'Staff'));
|
|
card.append(el('div', 'person-name', p.fullName));
|
|
deptGrid.append(card);
|
|
count++;
|
|
}
|
|
grid.append(deptGrid);
|
|
}
|
|
return count;
|
|
}
|
|
|
|
const tabRenderers = {
|
|
everyone: renderEveryone,
|
|
students: renderStudents,
|
|
families: renderFamilies,
|
|
staff: renderStaff,
|
|
};
|
|
|
|
function renderPeople() {
|
|
const main = document.querySelector('#main');
|
|
main.replaceChildren();
|
|
|
|
const tabs = el('div', 'tabs');
|
|
const tabsRow = el('div', 'container tabs-row');
|
|
for (const tab of peopleTabs) {
|
|
const node = el('div', 'tab' + (tab.key === state.tab ? ' active' : ''));
|
|
node.append(svg(tab.key === 'staff' ? 'staff-tab' : tab.key), el('span', '', tab.label));
|
|
node.addEventListener('click', () => {
|
|
state.tab = tab.key;
|
|
state.q = '';
|
|
renderPeople();
|
|
});
|
|
tabsRow.append(node);
|
|
}
|
|
tabs.append(tabsRow);
|
|
main.append(tabs);
|
|
|
|
const content = el('div', 'content container');
|
|
const header = el('div', 'content-header');
|
|
header.append(el('h1', '', peopleTabs.find(t => t.key === state.tab).label));
|
|
const controls = el('div', 'controls');
|
|
const search = el('div', 'search');
|
|
search.append(svg('search'));
|
|
const input = el('input');
|
|
input.placeholder = 'Search';
|
|
input.value = state.q;
|
|
input.addEventListener('input', () => {
|
|
state.q = input.value.trim().toLowerCase();
|
|
renderGrid();
|
|
});
|
|
search.append(input);
|
|
const filter = el('button', 'filter-button');
|
|
filter.append(svg('filter'), el('span', '', 'Filter'), svg('chevron'));
|
|
controls.append(search, filter);
|
|
header.append(controls);
|
|
content.append(header);
|
|
|
|
const grid = el('div');
|
|
content.append(grid);
|
|
main.append(content);
|
|
|
|
function renderGrid() {
|
|
grid.replaceChildren();
|
|
if (tabRenderers[state.tab](grid) === 0) {
|
|
grid.append(el('div', 'empty', 'No matches.'));
|
|
}
|
|
}
|
|
renderGrid();
|
|
input.focus();
|
|
}
|
|
|
|
function breadcrumbs(parts) {
|
|
const top = el('div', 'detail-top container');
|
|
const crumbs = el('div', 'crumbs');
|
|
const back = el('a', 'crumb-back');
|
|
back.href = '/people';
|
|
back.append(svg('chevron-left'));
|
|
crumbs.append(back);
|
|
parts.forEach(([label, href], i) => {
|
|
if (i > 0) {
|
|
crumbs.append(el('span', 'crumb-sep', '/'));
|
|
}
|
|
if (href) {
|
|
const a = el('a', 'crumb', label);
|
|
a.href = href;
|
|
crumbs.append(a);
|
|
} else {
|
|
crumbs.append(el('span', 'crumb current', label));
|
|
}
|
|
});
|
|
top.append(crumbs);
|
|
const heart = el('button', 'heart-button');
|
|
heart.append(svg('heart'));
|
|
top.append(heart);
|
|
return top;
|
|
}
|
|
|
|
function iconButton(name, href) {
|
|
const node = el(href ? 'a' : 'button', 'icon-button');
|
|
if (href) {
|
|
node.href = href;
|
|
node.target = '_blank';
|
|
}
|
|
node.append(svg(name));
|
|
return node;
|
|
}
|
|
|
|
function contactRow(value, buttons) {
|
|
const row = el('div', 'contact-row');
|
|
row.append(value);
|
|
const actions = el('div', 'contact-actions');
|
|
for (const b of buttons) {
|
|
actions.append(b);
|
|
}
|
|
row.append(actions);
|
|
return row;
|
|
}
|
|
|
|
function displayNameLine(p) {
|
|
if (!p.legalName || p.legalName === p.fullName) {
|
|
return null;
|
|
}
|
|
return p.legalName;
|
|
}
|
|
|
|
function memberRow(p, label, sub) {
|
|
const row = el('a', 'member-row');
|
|
row.href = personLink(p);
|
|
if (p.photoUrl) {
|
|
const img = el('img', 'member-thumb');
|
|
img.src = thumbUrl(p.photoUrl);
|
|
img.loading = 'lazy';
|
|
img.alt = '';
|
|
row.append(img);
|
|
}
|
|
const info = el('div', 'member-info');
|
|
if (label) {
|
|
info.append(el('div', 'member-label', label));
|
|
}
|
|
info.append(el('div', 'member-name', p.fullName));
|
|
if (sub) {
|
|
info.append(el('div', 'member-email', sub));
|
|
}
|
|
row.append(info);
|
|
const chev = el('div', 'member-chevron');
|
|
chev.append(svg('chevron-right'));
|
|
row.append(chev);
|
|
return row;
|
|
}
|
|
|
|
function familyBand(p, family) {
|
|
const band = el('div', 'band');
|
|
const grid = el('div', 'band-grid container');
|
|
const left = el('div', 'band-left');
|
|
left.append(el('h2', '', `${p.fullName}'s Family`));
|
|
if (family.photoCaption) {
|
|
left.append(el('div', 'band-caption', family.photoCaption));
|
|
}
|
|
grid.append(left);
|
|
|
|
const right = el('div', 'band-right');
|
|
const kidsList = (family.kidEmails || []).map(e => byEmail[e]).filter(Boolean);
|
|
if (kidsList.length && !(p.isStudent && kidsList.length === 1 && kidsList[0].email === p.email)) {
|
|
right.append(el('div', 'member-header', 'Kids'));
|
|
for (const kid of kidsList) {
|
|
if (p.isStudent && kid.email === p.email) {
|
|
continue;
|
|
}
|
|
right.append(memberRow(kid, gradeChain(kid).toUpperCase(), kid.email));
|
|
}
|
|
}
|
|
const adults = (family.adultEmails || []).map(e => byEmail[e]).filter(Boolean).filter(a => a.email !== p.email);
|
|
if (adults.length) {
|
|
right.append(el('div', 'member-header', 'Adults'));
|
|
for (const adult of adults) {
|
|
right.append(memberRow(adult, adult.pronouns ? `(${adult.pronouns.toUpperCase()})` : '', adult.email));
|
|
}
|
|
}
|
|
const see = el('a', 'see-family');
|
|
see.href = '/families/' + encodeURIComponent(family.key);
|
|
see.append(el('span', '', `See ${family.name}`));
|
|
const chev = el('div', 'member-chevron');
|
|
chev.append(svg('chevron-right'));
|
|
see.append(chev);
|
|
right.append(see);
|
|
grid.append(right);
|
|
band.append(grid);
|
|
return band;
|
|
}
|
|
|
|
function renderPersonDetail(email) {
|
|
const main = document.querySelector('#main');
|
|
main.replaceChildren();
|
|
const p = byEmail[email];
|
|
if (!p) {
|
|
main.append(el('div', 'empty', 'Not found.'));
|
|
return;
|
|
}
|
|
main.append(breadcrumbs([['People', '/people'], [p.fullName, null]]));
|
|
|
|
const content = el('div', 'container detail-content');
|
|
const grid = el('div', 'detail-grid');
|
|
const left = el('div');
|
|
if (p.photoUrl) {
|
|
const img = el('img', 'detail-photo');
|
|
img.src = p.photoUrl;
|
|
img.alt = '';
|
|
left.append(img);
|
|
}
|
|
grid.append(left);
|
|
|
|
const right = el('div');
|
|
right.append(el('div', 'role-label', roleLabel(p)));
|
|
right.append(el('h1', 'detail-name', p.fullName));
|
|
const nickname = displayNameLine(p);
|
|
if (nickname) {
|
|
right.append(el('div', 'detail-sub', nickname));
|
|
}
|
|
if (p.isStudent) {
|
|
const chain = gradeChain(p);
|
|
if (chain) {
|
|
right.append(el('div', 'detail-sub', chain));
|
|
}
|
|
}
|
|
right.append(contactRow(el('div', 'contact-value', p.email), [
|
|
iconButton('message'),
|
|
iconButton('mail', 'mailto:' + p.email),
|
|
]));
|
|
const family = state.model.families[p.familyKey];
|
|
if (family && family.address) {
|
|
const block = el('div');
|
|
block.append(el('div', 'field-label', 'Address'));
|
|
block.append(el('div', 'contact-value', family.address));
|
|
right.append(contactRow(block, [
|
|
iconButton('message'),
|
|
iconButton('map', 'https://maps.google.com/?q=' + encodeURIComponent(family.address)),
|
|
]));
|
|
}
|
|
grid.append(right);
|
|
content.append(grid);
|
|
|
|
if (p.facts) {
|
|
content.append(el('h2', 'about-header', 'About Me'));
|
|
content.append(el('div', 'about-text', p.facts));
|
|
}
|
|
main.append(content);
|
|
|
|
if (family) {
|
|
main.append(familyBand(p, family));
|
|
}
|
|
}
|
|
|
|
function renderFamilyDetail(key) {
|
|
const main = document.querySelector('#main');
|
|
main.replaceChildren();
|
|
const family = state.model.families[key];
|
|
if (!family) {
|
|
main.append(el('div', 'empty', 'Not found.'));
|
|
return;
|
|
}
|
|
const shortName = (family.name || '').replace(/ Family$/, '');
|
|
main.append(breadcrumbs([['People', '/people'], [shortName, null], ['Family', null]]));
|
|
|
|
const content = el('div', 'container detail-content');
|
|
const grid = el('div', 'detail-grid');
|
|
const left = el('div');
|
|
if (family.photoUrl) {
|
|
const link = el('a');
|
|
link.href = family.photoUrl;
|
|
link.target = '_blank';
|
|
const img = el('img', 'detail-photo');
|
|
img.src = family.photoUrl;
|
|
img.alt = '';
|
|
link.append(img);
|
|
left.append(link);
|
|
}
|
|
if (family.photoCaption) {
|
|
left.append(el('div', 'family-caption', family.photoCaption));
|
|
}
|
|
if (family.photoUrl) {
|
|
left.append(el('div', 'photo-hint', 'click photo to open full size'));
|
|
}
|
|
grid.append(left);
|
|
|
|
const right = el('div');
|
|
const kids = (family.kidEmails || []).map(e => byEmail[e]).filter(Boolean);
|
|
const adults = (family.adultEmails || []).map(e => byEmail[e]).filter(Boolean);
|
|
const grades = [...new Set(kids.map(k => k.grade).filter(Boolean))];
|
|
right.append(el('div', 'role-label', grades.length ? grades.join(', ') : 'Staff'));
|
|
right.append(el('h1', 'detail-name', family.name));
|
|
const firsts = [...kids, ...adults].map(m => firstName(m.fullName));
|
|
if (firsts.length) {
|
|
right.append(el('div', 'detail-sub', firsts.join(', ')));
|
|
}
|
|
if (family.address) {
|
|
right.append(contactRow(el('div', 'contact-value', family.address), [
|
|
iconButton('message'),
|
|
iconButton('map', 'https://maps.google.com/?q=' + encodeURIComponent(family.address)),
|
|
]));
|
|
}
|
|
grid.append(right);
|
|
content.append(grid);
|
|
main.append(content);
|
|
|
|
const band = el('div', 'band');
|
|
const inner = el('div', 'container');
|
|
inner.append(el('h2', 'band-title', 'Family Members'));
|
|
const cols = el('div', 'band-grid');
|
|
const adultsCol = el('div');
|
|
if (adults.length) {
|
|
adultsCol.append(el('div', 'member-header', 'Adults'));
|
|
for (const a of adults) {
|
|
adultsCol.append(memberRow(a, a.pronouns ? a.pronouns.toUpperCase() : ''));
|
|
}
|
|
}
|
|
const kidsCol = el('div');
|
|
if (kids.length) {
|
|
kidsCol.append(el('div', 'member-header', 'Kids'));
|
|
for (const k of kids) {
|
|
kidsCol.append(memberRow(k, k.pronouns ? k.pronouns.toUpperCase() : '', k.grade));
|
|
}
|
|
}
|
|
cols.append(adultsCol, kidsCol);
|
|
inner.append(cols);
|
|
band.append(inner);
|
|
main.append(band);
|
|
}
|
|
|
|
function render() {
|
|
renderNav();
|
|
const seg = segments();
|
|
if (seg[0] === 'people' && seg[1]) {
|
|
renderPersonDetail(seg[1]);
|
|
} else if (seg[0] === 'families' && seg[1]) {
|
|
renderFamilyDetail(seg[1]);
|
|
} else if (seg[0] === 'people') {
|
|
renderPeople();
|
|
}
|
|
}
|
|
|
|
async function load() {
|
|
const res = await fetch('/api/directory/model');
|
|
if (!res.ok) {
|
|
throw new Error(`loading model failed: ${res.status}`);
|
|
}
|
|
state.model = await res.json();
|
|
byEmail = {};
|
|
for (const p of state.model.people) {
|
|
byEmail[p.email] = p;
|
|
}
|
|
render();
|
|
}
|
|
|
|
load();
|