Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

dukecon/dukecon_pwa

Repository files navigation

Dukecon PWA HTML Client

Intention - why this project exists

This implements a conference planner for different Conferences, for example JavaLand.

There are different clients for users. This client is the HTML and JavaScript client.

Build Status: Build Status

The current development version can be found here: JavaLand 2018 and JavaLand 2019

Overview

Functionality:

  1. show talks and speakers in different views

  2. filter and search

  3. set favorites of the talks you plan to visit

  4. sync favorites with the central server after login

  5. offline functionality

  6. usability on both mobile and desktop

Requirements:

  1. JavaScript is required to use this client

  2. A modern browser (Google Chrome, Internet Explorer 9+, Mozilla Firefox)

  3. Internet connection (at least on first load)

Developer and Admin Docs

You find more information for developers in the developer docs

You find more information about consumed and provided interfaces in the interfaces docs

Use the following NPM commands to start developing.

# install dependencies
npm install

# update dependencies
npm update

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run unit tests in a loop
npm run unitloop

# run e2e tests
npm run e2e

# run all tests
npm test

TODOs

Functionality

  • show error message if speaker ID or event ID given in URL doesn’t exist

Future

  • Separate route for each day in the overview: this will allow back-navigation when switching days and direct routing to a specific day

  • hide days without events while searching/filtering

  • define order of talks in TalksGrid: this will give stable sorting independent of order in the backend

  • Provide an offline app using a manifest (see index.html - currently commented out as it will require to have a conference specific manifest.json and icons)

Performance:

  • Use Vue virtual scroller for faster rendering

  • Use computed properties in TimetablePage.vue

Out-of-scope

  • Cookie warning - no longer used by DOAG

  • link to account management when logged in - not used by any conference

About

This provides a conference planner for example for the JavaLand Conference

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published