ucsb-cs56-projects / cs56-tutorials-autocomplete

-
0 stars 2 forks source link

Populate this with some simple demo code. #1

Closed pconrad closed 10 years ago

pconrad commented 11 years ago

Building on the work you already started for the cs56-misc-map-gui, create a simple project that demonstrates, using the "smallest code possible", the basic idea of a drop-down box that does auto-completion (similar to the auto-suggest type of functionality that you find on almost every website these days, e.g. Google Search itself.)

You may borrow from any code you find on the web, as long as you cite your sources.

If is ok, good even, to have multiple ways of doing it---though it might be nice to separate those into separate packages, e.g.

edu.ucsb.cs56.projects.tutorials.autocomplete.option1 edu.ucsb.cs56.projects.tutorials.autocomplete.option2 edu.ucsb.cs56.projects.tutorials.autocomplete.option3 etc.

and then have a description in the README of what the different options are.

That isn't required---if you have one option that works well, just go with that.

You should have a build.xml, and src directory and package just like every other project. (and good javadoc, etc.)

pconrad commented 11 years ago

~claimed @iamnearl @jdmoody ~moderator @ScottBishop ~estimated 200

pconrad commented 11 years ago

"substantial progress made"--- "extention to 5/19 11:55pm granted"

jasenmh commented 11 years ago

@iamnearl @jdmoody Extension to 5/19 11:55Pm approved.