AJAX JSP JAVA SITE Search Tool FAST (ID:4525)
Project Creator: |
tvm72
FC Member For 6004 Days
Credits 95 Completed Proj. Num. 5 / 34 Total payment USD 3,301.00 Avg Daily Online 0.01 h (From 21/5/2007) Available on MSN/Skype Yes Last Login 6/17/2009 Peers Rating 100.00% |
---|---|
Budget: | Not Sure/Confidential |
Created: | 6/10/2008 11:00:07 AM EST |
Bidding Ends: | 6/13/2008 11:00:07 AM EST ( Expired ) |
Development Cycle: | 2 Days |
Bid Count: | 1
|
Average Bid: | 300.00 |
Project Description:
Bug: When you do an advanced search many of the results come up with gray links that should be black because they are working links. Fix: Links links returning should come back black. Bug: The distance option in the advanced search is still grayed out and inactive. Fix: Implement distance option mysql> desc User; +------------------------+-----------+------+-----+-------------------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------------------+-----------+------+-----+-------------------+----------------+ | UserId | int(11) | NO | PRI | NULL | auto_increment | | Password | char(40) | NO | | | | | Email | char(120) | NO | MUL | | | | FullName | char(120) | NO | MUL | | | | FirstName | char(120) | NO | | | | | MiddleInitial | char(1) | NO | | | | | LastName | char(120) | NO | | | | | StreetAddress1 | char(120) | NO | | | | | StreetAddress2 | char(120) | NO | | | | | City | char(50) | NO | | | | | State | char(2) | NO | | | | | ZipCode | char(10) | NO | | | | | Country | char(50) | NO | | | | | UserType | char(20) | NO | | | | | SecurityQuestionId | int(11) | NO | | 0 | | | SecurityQuestionAnswer | char(120) | NO | | | | | Inactive | int(11) | NO | | 0 | | | CreateTime | timestamp | NO | | CURRENT_TIMESTAMP | | +------------------------+-----------+------+-----+-------------------+----------------+ 18 rows in set (0.00 sec) 1. Add Latitude Field to User table. 2. Add Longitude Field to User table. When someone selects a distance on the drop down we need to return ProfileCard4.vtl's witin the calculated distance by Latitude and Longitude in the Address table. 3. Bug: If a search term has more then one word a result is not found. Fix: Search Term box needs to allow for more than one word in search for returns. 4. Bug: Zip Code: a correct zip code search doesn't yield results Fix: If someone enters a Zip Code that is stored in the Address table then a ProfileCard4.vtl needs to be returned. 5. Bug: Advanced Search: skill search box. Fix: Following tables. mysql> desc Tag; +------------+-----------+------+-----+-------------------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------+-----------+------+-----+-------------------+----------------+ | TagId | int(11) | NO | PRI | NULL | auto_increment | | Name | char(255) | NO | | | | | SpaceId | int(11) | NO | | 0 | | | Inactive | int(11) | NO | | 0 | | | CreateTime | timestamp | NO | | CURRENT_TIMESTAMP | | +------------+-----------+------+-----+-------------------+----------------+ 5 rows in set (0.00 sec) mysql> desc Space; +------------+-----------+------+-----+-------------------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------+-----------+------+-----+-------------------+----------------+ | SpaceId | int(11) | NO | PRI | NULL | auto_increment | | Name | char(255) | NO | | | | | Inactive | int(11) | NO | | 0 | | | CreateTime | timestamp | NO | | CURRENT_TIMESTAMP | | +------------+-----------+------+-----+-------------------+----------------+ 4 rows in set (0.00 sec) Fix: If the SpaceId field in Tag =3 then a ProfileCard4.vtl needs to be returned. 6. Go through search results page needs to be improved. Problems when you hit back button in browser, it does not go back to search results. Causing problems with link to profile where results of profile are not consistent. Latest code-jsp and databean-model between jsp and mysql and latest MySQLdatabase. shared at: Tom |
|
Job Type | Java, JSP, Other |
Attached Files: | N/A |