Skip to content

BYCEPS extension for the LANresort bungalow contest presentation, voting, and admin functionality

License

Notifications You must be signed in to change notification settings

lanresort/byceps-bungalowcontest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LANresort Bungalow Contest

At our LANresort events, which are LAN parties in holiday village bungalows, we have the "bungalow contest". Participants can present their decorated bungalows and all attendees can rate them.

This repository contains code that extends the BYCEPS LAN party platform to provide a user frontend to register and vote for bungalows as well as an admin UI to manage the contest and see the partially aggregated ratings.

The implementation depends on the actual bungalows system (specifically, the "bungalow occupation" entity, which is the information that a bungalow is occupied and by which users) that has been open-sourced in 2023.

However, it should be easy to make the contest system independent of the bungalows system by cutting out the connection to the bungalow occupation.

There can be one contest per party.

While the contest system does not work independently right out of the box, it serves as an example of how an extension to BYCEPS can look like.

Installation

To integrate this with BYCEPS:

  • Drop the code into a BYCEPS installation.
  • Register the blueprints (in byceps/blueprints/blueprints.py):
    • site blueprint: site.bungalow_contest to URL path /bungalow-contest
    • admin blueprint: admin.bungalow_contest to URL path /admin/bungalow-contest
  • Link to those URL paths in your party website's and the admin UI's respective navigations.

Screenshots

The list display of candidates during the rating phase looks like this:

Screenshot of bungalow contest candidates rating

The integrated admin UI for a bungalow contest looks like this:

Screenshot of bungalow contest admin UI

Author

The bungalow contest system was created, and is developed and maintained, by Jochen Kupperschmidt.

License

The bungalow contest system is licensed under the BSD 3-Clause "New" or "Revised" License.

The license text is provided in the LICENSE file.

About

BYCEPS extension for the LANresort bungalow contest presentation, voting, and admin functionality

Topics

Resources

License

Stars

Watchers

Forks