Coder Social home page Coder Social logo

date2knight's Introduction

# Date 2 Knight

Date2Knight is an open-source matchmaking web application. It was originally created for the Wartburg Computer Club's fundraising activities. It works by comparing similarities between people based on a survey. If you are the curious math type, the algorithm is a n-dimension euclidean distance, the very same used by commercial dating sites. 

Feel free to fork, but please attribute.  :]

Original Version by: Owen Johnson in 2011

Math Parts by: Josh Osbeck

Idea to do a dating service: Dr. Zelle

Analysis of eHarmony Questions: Dr. Letsche

Contributors:
Owen Johnson
Heath Rost
Matt Phillips
Andrew Reisner
Jacob Hinrichsen
Nathan Stumme

(add your name if you contributed)

date2knight's People

Contributors

andrewreisner avatar owen2 avatar programatt avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar James Cloos avatar

date2knight's Issues

Participant Bio

It would be pretty cool if people could say nice things about themselves. That might make the results a lot more valuable... and a lot more fun.

Database Stuff

Hey so...the date2knight.sql has a bunch of differences between the actual queries. Is the live site using a different structure?

Genericify the app

Add a config file to set the application title, polling dates, mysql database, and text fields like how to buy results, the results limit, the heart strata limits (currently local variables), and perhaps a static admin password (see auth issue)

Also any other things that should be customizable that you can think of.

The idea here is that people should only have to touch 1 file to make useful changes.

We can't close the poll

We should add a feature to automatically close the poll so that people who answer late don't change already printed results. Also, the dates the poll is open from should be configurable from the web.

Optional phone numbers

People provide garbage phone numbers, we either need to validate them or make them optional

report-all.php optimizatoin

It's kind of inefficient. Currently the page is generated by looping over all paid responders and generating the report for each.

Maybe convert this to a dp table so that the loop doesn't compare the same people multiple times.

Low priority. This is only important if the database gets significantly bigger.

Authentication

ITS didn't like us using their ldap server very much. We should switch to email verification eventually. Perhaps add a column to the results table much like the paid field, and send a unique link to a script that updates them in the database.

low priority

Database stuff

Add an export of the db to the repo.

Add a feature to the admin interface to truncate the responses table.

Installer

It would be pretty cool to add a page that installs the database, so whoever gets around to it first should give it a shot.

Result Duplication

When a person takes the quiz a second time, we should use an update instead of insert so that people can effectively edit their answers.

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.