cmhudson75 / cropplanning

Automatically exported from code.google.com/p/cropplanning
0 stars 0 forks source link

Autocomplete textboxes #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The program already contains code to support autocompletion of some text
boxes (see the crop name in the CropPlans list view). This support should
be extended to all text boxes in the detail view that will have free-form
text entry.

Examples: Crop Name, Var. Name, Keywords, Groups, Family Name, etc.

This will improve the user experience by easing the task of data entry. It
will also reduce the amount of inconsistent entries.

Original issue reported on code.google.com by crcarter...@gmail.com on 15 Jan 2008 at 12:07

GoogleCodeExporter commented 8 years ago

Original comment by cropplan...@gmail.com on 15 Jan 2008 at 3:30

GoogleCodeExporter commented 8 years ago
General support is in place and fairly straightforward.  It meshed well with the
existing setup.  Two "subissues" need to be addressed before this issue is 
resolved:

Issue 5.2:
The support needs to be spread through the rest of the code, though.  Enable
autocomplete on all text boxes where it should be enabled.

Issue 5.3:
Also, we need to create a way for these autocompletion lists to be updated.  As 
it
stands, the lists are not updated for new entries, even if the new entry is the 
box
in question.  This may be handled by a larger redesign to implement
"DataUpdateEvents" or something.  These lists could be updated on any 
"DataUpdateEvent.

Original comment by cropplan...@gmail.com on 15 Jan 2008 at 4:54

GoogleCodeExporter commented 8 years ago
DataUpdateEvents were implemented in PA2 release, so subissue 5.3 is done.  
si5.2 is
still valid since there are a number of fields that could have autocomplete 
added to
them.

A new subissue 5.4: should the drop down box be abandoned in favor of the 
simple, in
box autocomplete?  It certainly LOOKS nicer.

Original comment by cropplan...@gmail.com on 4 Mar 2008 at 1:49

GoogleCodeExporter commented 8 years ago

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:43

GoogleCodeExporter commented 8 years ago

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:55

GoogleCodeExporter commented 8 years ago

Original comment by cropplan...@gmail.com on 18 Oct 2008 at 11:56