wvrossem / salesmen

Auctioning web application using the Seam Framework for JBoss AS
http://wilma.vub.ac.be/~se2_0910/
1 stars 0 forks source link

[Wouter] Implement basic search in auctions and users #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
AuctionSearch would be the session bean that performs search on auctions.
Please note that, other services will extensively rely on this service so
it's not just about a search front-end to the users.

Original issue reported on code.google.com by sina.hes...@gmail.com on 20 Dec 2009 at 7:21

GoogleCodeExporter commented 9 years ago
Please include significant SVN check-ins related to this assignment.

The next thing to do is to improve the UI. Make sure that the page is *chunked* 
into 
multiple pages, given the maximum number of results in a page set by the user 
at 
runtime.

While querying the server, the *'loading' graphic is not located* within the 
deployed 
application artifacts. Please make sure to install and reference a suitable 
graphic 
to indicate to the users that their query is being processed asynchronously.

Web browsers should be prevented from *saving previously entered values* in the 
search form. Given the _asynchronous nature_ of our form, the fact that fields 
values 
could be saved by the browser causes a usability issue. See `@autocomplete` in 
HTML.

Please also make sure to generate *hyperlinks* to other application resources 
where 
necessary.

---------
IMPORTANT
---------
This issue is a coding assignment to a particular developer. These
assignments are in turn divided into work units that should be carefully
maintained by the assignees. The implementation lead can only measure the
progress in implementing the required features using these assignments.

Please make sure to discuss and *document* your significant *design* and
*implementation* decisions in coding assignments or work units.

Issues are human-readable; please *maintain the context* by referring to
mailing-list discussions and/or version control revisions (e.g. r123.)

Original comment by sina.hes...@gmail.com on 24 Feb 2010 at 2:06