mrocklin / ball

Working notes for Fantasy Baseball
0 stars 1 forks source link

Auto complete #17

Closed mrocklin closed 11 years ago

mrocklin commented 11 years ago

We now have the user enter in the team name, this checks a map on client-side to refer to the three letter teamID which is sent up. Also, some extra models to support this.

mrocklin commented 11 years ago

To experiment you'll need to reload the database

cd /site
lein uberjar
java -cp target/protosite-0.1.0-SNAPSHOT-standalone.jar protosite.lahman_delete
java -cp target/protosite-0.1.0-SNAPSHOT-standalone.jar protosite.lahman_load

Then navigate to localhost:5000/html/ajaxtest.html

eigenhombre commented 11 years ago

This all looks pretty good to me. I am still waiting for my DB to populate and will test out when I get back from my run.