Code Monkey home page Code Monkey logo

jenkinsfile_trigger's Introduction

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

jenkinsfile_trigger's People

Contributors

ahus1 avatar ascheman avatar sippsack avatar steffchep avatar stephaniep-topdesk avatar chrisdutz avatar autoit4you avatar srose avatar ffloriel avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.