digitalinteraction / pdc

Home Page:https://schedule.pdc2022.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDC 2022

This repository contains information about PDC OSS project that contains the software and configurations to run the schedule application that is now statically exported to schedule.pdc2022.org.

About

The Participatory Design Conference (PDC) ran globally, virtually and physically in Newcastle upon Tyne. The physical conference ran between 19th of August to the 1st of September 2022. It was a collaboration between Newcastle University, Open Lab, Edinburgh University, Design Informatics, RMIT & Northumbria University.

The conference was built upon the Deconf toolkit made by Open Lab and it contributed new features back to the framework as part of its use.

Core team

Overview

PDC OSS is mono-repo with all code in one place:

  • ./client - A Vue.js based web app to experience the conference released as a docker container
  • ./config - Kubernetes manifests that describe entire app deployments
  • ./server - A Node.js based server that processes the schedule, manages authentication & handles metrics
  • ./static - An archive of the project, hosted on GitHub pages

It uses these deconf libraries:

Features

The PDC added these features on top of deconf:

  • Notion-based CMS for managing the sessions/speakers/these/tracks (all session content)
  • Places grid page to showcase the global events of the conference
  • Papers page to present all the papers published at the conference
  • Fun bespoke style and iconography

Contributions

PDC contributed these things back to deconf:

  • The groundwork for creating static-exports for conferences
  • UI for creating a private ical URL
  • Added FilteredScheduleView to more-easily create schdele-based pages
  • Support markdown in SpeakerDialogs
  • Major on converting JavaScript source to ESM
  • Lots of other little things, too many to list!

More information

The PDC project lives on in Deconf, more information can be found at digitalinteraction/deconf.

About

https://schedule.pdc2022.org/

License:MIT License


Languages

Language:TypeScript 49.2%Language:Vue 40.7%Language:JavaScript 3.1%Language:CSS 2.4%Language:HTML 2.3%Language:SCSS 1.5%Language:Dockerfile 0.6%Language:Shell 0.3%