GithubHelp home page GithubHelp logo

renemeye / pr3zale Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 1.0 847 KB

A simple and less-data presale system for hacker events and all other live events.

Home Page: https://prezale.de

License: MIT License

Ruby 64.09% JavaScript 0.33% CoffeeScript 2.77% CSS 1.76% HTML 31.05%

pr3zale's People

Contributors

renemeye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

arnebr

pr3zale's Issues

reservation without selection leads to 404

When clicking the »make a reservation« button without selecting anything, I get from example.com/presale/products to example.com/products which obviously is not below presale anymore. Changing the URL manually then I get the following message:

»You must select one product at least. (On the left side with +/-)«

Checkout fehlt

man kann eine Bestellung nicht auschecken. d.h.auch nicht abschließen

The database schema is lacking any referential integrity

I set up a pr3zale instance with PosgreSQL, and while this RDBMS has been supporting foreign keys and the like perfectly since ages, the database schema created by pr3zale doesn't take any advantage of that. This makes it extremely cumbersome to apply changes to the DB directly, like deleting rogue accounts or cleaning up after a test run with real users.

As an example, where this even breaks the UI from an UI action: when you delete a product which is already part of some order(s), these orders still refer to the now non-existing product, leading to crashes in the pr3zale application, as the ORM has now references containing Ruby "nil" where the application expects a value being present at all times.

Add Payment descriptions for Event

Please transfer exactly [order.sum] € to us with a SEPA-Transaction to
IBAN: [event.payment_iban]
BIC: [event.payment_bic]
REASON: [order.transaction_token]

CSV import causes exception when no file was chosen

When one doesn't select a file, and clicks the button to import CSV transaction, an exception happens (see attached partial backtrace), causing an internal server error.

This user error should result in some sensible UI feedback, and/or the button should not be disabled in the first place.

backtrace.txt

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.