Version 3 (modified by milen, 15 years ago) (diff) |
---|
Analysis
(Give as much as possible of the needed information for designing and implementing the task in the following sections.)
Overview
There are two types of web searches: quick and advances.
Task requirements
- The search results consist of three parts:
- name of the resource
- part of the whole resource
- name of the person made the last change plus the date and the time of this last change
- the written query
- if the query is one word
- the result can contain the query as an entire word or as a part of existing word
- if the query is more than one word
- for the result one of them is enough
- if the query is one word
Task result
(List the end product of the task (for example "Source code", "Wiki page", etc.))
Implementation idea
(Provide some rough implementation idea(s).)
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
(Provide instructions for demonstration of the task.)
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)