-
Notifications
You must be signed in to change notification settings - Fork 0
Flow For Application
RupaliM edited this page May 31, 2018
·
17 revisions
- JavaScript generates a JSON search query calls search WS.
- Search WS returns the result list ID
- Result list ID is passed to the list page
- Result list ID is passed to list WS together with information about sorting and number of requested results
- List WS returns requested a number of results.
- In a list webpage, a web service is used to return the list based on a search on the search page.
- 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.