Page Properties | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Requirements (/user stories) from pilot roadmap:
Evaluation/improvements by Farid Hasanov master thesis :
Evaluation/improvements by Farid Hasanov master thesis :
Issues with search functionality. Several issues arose in terms of searching for the website. The structured overview of them is shown here.
Issue 1 - Relevance. Search results could be sorted only by date, and relevance of decks were not taken into account. For instance, if one puts into a search field an existing deck such as “Semantic Data Web Lecture Series”, the desired deck won’t even appear on the first page. All the results containing the words “Semantic”, “Data”, “Web”, “Lecture” and “Series” are shown there and they are ordered by date only. The issue is that, while querying from the database, every word in the expression is queried separately, whereas ideally the whole expression should be queried, then parts of it, before finally the words themselves.
Issue 2 - Auto fill Another aspect is form auto fill. Auto fill should be created in such a way that it will propose the options of existing presentations or decks. For instance, if the user types “Open E”, auto fill should provide “Open Education” rather than “Open Edit”. Therefore, instead of searching for every type of auto filling, it should scan the database to match the existing ones.
Issue 3 - Result sorting. The third issue is that the user cannot view search results in different languages, however that option is available there. The scope of search results stays the same in spite of the selected language. Either those commands are not func- tioning, or there are some bugs in them.
Source. Three previous issues were discovered during my own experience with the web- site and later were reiterated by all users.
Issue 4 - Tag Cloud. One user complained that the Tag Cloud takes up too much space and is annoying because it is not always used.
Source. This issue was mentioned by one user.
Possible solution. It is better to be hidden and appear only when called. More informa- tion and a mockup for this issue will be provided below.
Metric violated: Search functionality.
...
:
...
Figure 5.15: Original search.[51].
Possible Solution. Some mockups aimed at improving the search functionality will be shown here. The first solution looks like a “Brute-force approach”
Figure 5.16: Mockup for search. Solution 1
Using this approach, the user should select one of the filters before searching for data. The drawback of this approach is that, each time it is used, some filters have to be applied.
The second solution will be called the “Double search”. This mockup differentiates clearly between searches and separates the author from all the other instances.
Figure 5.17: Mockup for search. Solution 2
The obvious drawbacks will be, once again, selecting the filter, and the fact that it could be harder for a developer to code two search engines. However, the user now has two different search domains: Content and Authors.
The third solution provides an advanced search menu which does not differ greatly from the one Slidewiki possesses, but gives more options for filtering. Using this approach, the original search parameters of Slidewiki should be kept. The figure below will be opened after the user clicks “search”.
Figure 5.18: Mockup for search. Solution 3
...
Evaluation at UniBonn :
Project Partners feedback: