Control panel to manage your furry con, integrated with Pretix https://reg.furizon.net
Go to file
Andrea eabfc2d5b0 Reduced effects for mobile users + Enter as UI for Admins 2024-01-13 19:45:32 +01:00
data Furizon overlord - working 2023-12-30 11:27:42 +01:00
reg.furizon.net Furizon overlord - working 2023-12-30 11:27:42 +01:00
res Reduced effects for mobile users + Enter as UI for Admins 2024-01-13 19:45:32 +01:00
tpl Reduced effects for mobile users + Enter as UI for Admins 2024-01-13 19:45:32 +01:00
.gitignore Furizon overlord - working 2023-12-30 11:27:42 +01:00
README.md Furizon overlord - working 2023-12-30 11:27:42 +01:00
admin.py Added admin/loginas method 2024-01-13 16:59:24 +01:00
api.py Translated ita -> eng and tidied for public release 2023-08-06 12:47:07 +02:00
app.py Fixed upload size for propics 2024-01-13 16:59:13 +01:00
carpooling.py Translated ita -> eng and tidied for public release 2023-08-06 12:47:07 +02:00
checkin.py Furizon overlord - working 2023-12-30 11:27:42 +01:00
config.example.py Updated prints 2024-01-11 18:15:56 +01:00
connector.py Auto Id Indexing + Admin panel + Propic upload checks + Room editing 2024-01-08 22:02:27 +01:00
dummy.json [Feature] Componentisation of profile pictures 2024-01-03 17:18:31 +01:00
export.py Auto Id Indexing + Admin panel + Propic upload checks + Room editing 2024-01-08 22:02:27 +01:00
ext.py Added admin/loginas method 2024-01-13 16:59:24 +01:00
karaoke.py Auto Id Indexing + Admin panel + Propic upload checks + Room editing 2024-01-08 22:02:27 +01:00
logOrders.py Created tool to monitor new orders 2024-01-13 13:13:22 +01:00
propic.py Fixed upload size for propics 2024-01-13 16:59:13 +01:00
readme.md Code cleanup, readme written 2023-07-29 16:05:46 +02:00
requirements.txt Added missing requirements 2023-08-06 13:41:10 +02:00
room.py Fixed room owner bug in /delete 2024-01-13 14:58:06 +01:00
stats.py Fixed order in sponsor/fursuit count pages 2024-01-04 21:40:06 +01:00
utils.py Updated prints 2024-01-11 18:15:56 +01:00

readme.md

Furizon Webint

Furizon Webint is a powerful control panel designed to complement Pretix, providing management of various aspects related to the attendance of participants at furry conventions. Originally developed for Furizon Beyond (2023), this application is currently undergoing a rehaul to become more versatile and adaptable for use in any convention.

How does it work?

The integration with Pretix is achieved by leveraging a simple nginx rule. When individuals place orders through Pretix, they usually receive a "magic" link that allows them to manage their order. Using a nginx rule, we redirect these requests to this backend. This process is seamless because the essential information needed for managing Pretix orders can still be accessed via a shorter URL without compromising any functionality.

Why not a pretix plugin?

Developing plugins for Pretix was far too tedious, and Pretix didn't have the flexibility needed for this panel.

What can it do?

  • User badges management (allow attendees to upload pictures within the deadlines)
  • Manage hotel rooms (attendees can create, join, delete rooms)
  • Show a nosecount public page
  • Data export
  • Car pooling (let attendees post announcements and organize trips)
  • Karaoke Queue management (apply to sing for the karaoke contest and manage the queue)
  • Manage the events and present them via API for usage with he app
  • Export an API to be used for the mobile app (no plans to open source that, sorry ☹️)
  • Check-in management

How to run it

  1. Create a Python virtual environment (venv).
  2. Install the required dependencies from the requirements.txt file.
  3. Edit the config.py file with your specific data. You can use config.example.py as a template to guide you.
  4. Set up an nginx rule to redirect requests for /manage/ and /[a-z0-9]+/[a-z0-9]+/order/[A-Z0-9]+/[a-z0-9]+/open/[a-z0-9]+/ to the Furizon Webint backend.
  5. Run app.py. By default, the application will listen on 0.0.0.0:8188.