Skip to content

kenokaicer/kanpachian

Repository files navigation

GoToEvent

This is a project for the subjects "Laboratory 4" and "Systems Metodology I" for the degree "Senior Technician in Programming".
A website for online managment and sale of recreational events, the site would allow an administrator to load events, dates, seats for each event, and all info requied to make a sale.
The user can register/login and purchase a ticket for an event online.

More info in the documentation.
https://docs.google.com/document/d/18zjxM33cZFlJmpqZ5Vk4RvdU8D8j48RYrXVgIAA8G0I

Template used for the site:

PHP PSR-1 Naming conventions

  • Class names MUST be declared in StudlyCaps.
  • Class constants MUST be declared in all upper case with underscore separators.
  • Method names MUST be declared in camelCase.

Passwords Hashed and Salted

Packages and APIs

Used to mail tickets to clients when sale is done. Expects a SMTP server.

Used to generate Qrcodes for tickets each time they are loaded. Min PHP ver 7.2

Used to decode Json while supplying a Class and/or Sub-Classes. Capable of making a class public temporarly while decoding.

Javascript alerts with many options and visually better than the default.

Notes

  • Proof of concept for complete automated object creation for magic set (__set) in EventByDateManagementController, line 71
  • More security info for password in AccountController, line 131

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published