Skip to content

Flow For Application

RupaliM edited this page May 31, 2018 · 17 revisions

Search Workflow:

The user enters search criteria on the search page.

  1. JavaScript generates a JSON search query calls search WS.
  2. Search WS returns the result list ID
  3. Result list ID is passed to the list page
  4. Result list ID is passed to list WS together with information about sorting and number of requested results
  5. List WS returns requested a number of results.
  6. In a list webpage, a web service is used to return the list based on a search on the search page.
  7. From the list page, ID can be clicked for more details about it. This ID is used as part of this web service to retrieve the individual elements.
Clone this wiki locally