Skip to content
forked from con2/konsti

Konsti event signup application

License

Notifications You must be signed in to change notification settings

manevala/konsti

 
 

Repository files navigation

Konsti

Build

Known Vulnerabilities

Event signup application Konsti. The application is used to sign up and assign users to events. Registered users can choose weighted preferences for different time slots and event seats are quickly allocated using Hungarian algorithm, eventassigner-js, or brute force approximation. Users can form groups to be assigned into the same event.

Konsti is used by roleplaying conventions Ropecon and Tracon Hitpoint. Event data is fetched from Kompassi Event Management System.

Registered users by year:

  • Ropecon 2017: 550 (live, Hungarian algorithm)
  • Ropecon 2018: 850 (live, brute force approximation)
  • Ropecon 2019: 920 (live, eventassigner-js + brute force approximation)
  • Tracon Hitpoint 2019: 150 (live, eventassigner-js + brute force approximation)
  • Ropecon 2021: 150 (remote, direct signup)

Quick Start

  • Requirements

    • Docker
    • Yarn
  • Run

    yarn docker-compose:start
    
  • Open localhost:5000

  • Login credentials for different roles

    • Admin: admin:test
    • Users: test1:test | test2:test | test3:test
    • Helpers: helper:test

Tech

  • General

    • TypeScript
    • Prettier & ESlint
    • Jest
    • Playwright
  • Back-end

    • Node.js
    • Express
    • MongoDB
    • AWS
  • Front-end

    • React
    • Redux & Redux Toolkit
    • Webpack
    • styled-components
    • stylelint

Supporters

Konsti development supported by

   

Mobile testing supported by BrowserStack

About

Konsti event signup application

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.4%
  • Other 0.2%