Re: [PR] Prototype "volunteers" page - DO NOT MERGE (comdev-site)

2023-11-24 Thread via GitHub
ShaneCurcuru commented on code in PR #146: URL: https://github.com/apache/comdev-site/pull/146#discussion_r1404389873 ## static/js/components/person-projects.js: ## @@ -0,0 +1,52 @@ +import fetchPublicData from "./whimsy-loader.js"; +const projects = await fetchPublicData('publi

Re: [PR] Prototype "volunteers" page - DO NOT MERGE (comdev-site)

2023-11-24 Thread via GitHub
ShaneCurcuru commented on code in PR #146: URL: https://github.com/apache/comdev-site/pull/146#discussion_r1404391938 ## static/js/components/volunteers-list.js: ## @@ -0,0 +1,40 @@ +import fetchPublicData from "./whimsy-loader.js"; + +// Component that enriches a list of volunt