GithubHelp home page GithubHelp logo

aucs's Introduction

Aucs

Aucs is a Chinese auction website based on CodeIgniter.

Tools & Dependencies:

Aucs uses CodeIgniter 3.0 RC2, PHP 5.5, MySQL 5.5.3.

I used MAMP (download link) Version 3.0.7.3 (3.0.7.3) to get this up and running locally.

I downloaded MAMP and pointed it at the folder containing this repo. Then I started building.

I used phpStorm. There's the project in the repo too, so you can use that to edit this if you'd like.

Setting up the database:

There's a sql file in the sql folder that contains all the necessary code to bootstrap the database.

High Level/User Facing Features:

  • [√] Users can register.

  • [√] Users can log in.

  • Users can pay for ticket packages. (Via Stripe.)

  • Users can choose which prize packages to put in for.

  • [√] Organizers and users can log in.

  • Organizers can add prize packages.

  • Organizers can add prizes to packages.

  • Organizers can add ticket packages.

Implementation Details:

Menu:

  • [√] The menu needs to change depending on login state and permissions.
  • The menu needs to change depending on permissions level.

General:

Login:

  • Login needs to account for encryption. Whatever we choose needs to match the encryption scheme used for the sign ups.
  • Server and/or client side input validation.

Sign Ups:

  • Collect email, password, phone number, address.
  • Validate all of this before creating a new record in the database.

Database:

  • [√] Remove Organizer table and add a field is_organizer to the User table.

Orders:

There are two stages to user orders:

  1. Choosing how many tickets to pay for.
  2. Choosing which prize packages those tickets go towards.

What I've done so far:

I've stubbed all of the model classes, built the database, and started working on some of the views and controllers.

About API Keys & Passwords:

So this is a semi-public repository, which means that I obviously shouldn't be throwing private keys in here. I'm using default passwords on my local database, and will be changing all of that before deployment.

What's this for anyway?

In a word, charity. Happy to share details privately.

License:

CodeIgniter is under MIT.

aucs's People

Contributors

mosheberman avatar

Watchers

 avatar  avatar  avatar

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.