Code Monkey home page Code Monkey logo

hack-tcnj-2016-site's Introduction

HackTCNJ 2016 Site

HackTCNJ 2016 Logo Our beautiful 2016 logo, designed by Kerrin

We wanted to make a nice site for hackers to register on.

It also has a really nice system for organizers to work with MyMLH, this is what we would really love for others to build upon! (We know, php isn't the coolest hacker language, but it works!)

Design Requirements:

  • Automatic Waitlist Management
  • MyMLH Integration
  • TCNJ Authentication
  • Resume Collection
  • Mailchimp Integration
  • Ability for Organizers to Manage Hackers (View Hacker Info, Check In, Drop Application, Toggle Admin, Toggle Waitlist)
  • Check In
  • Hacker Self Service ('Day Of' Dashboard, Update Info, Drop Application, Contact, View Past Emails)
  • Organizer Notifications via Slack (Error Reports, Metrics)

Setup:

Database Setup

create table hackers (
    id int not null auto_increment,
    mlh_id int not null,
    checked_in boolean not null,
    website varchar(255),
    linkedin varchar(255),
    github varchar(255),
    minor boolean not null,
    waitlisted boolean not null,
    admin boolean not null,
    primary key (id)
)

Automatic Waitlist Management Cron Setup

php ~/www/cron_checkwaitlist.php

Dependencies:

  • MailChimp API
  • Sweetalert

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.