You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of a Change request: Update information about ‘Search’ field
Reason for Change: Clarification to user story #96 about ‘Search’ field
Update info:
Search field is located on the left side of the page. Searching is performed by name (only in the selected catalog). After entering a text in the textbox all results are shown on the page where the User can choose a needed product, after clicking on which, the User will be redirected to the Product Detail Page.
When the User enters a name that is not in the system, on the page will appear message: ‘No products found in this product category' Ukrainian localization: ‘В цій категорії продуктів не знайдено’
Search field validation:
-allowed characters: letters, numbers, space, special characters
-max field length: 20 characters
-field is case insensitive
Inside of the field should be prompt ‘Search’ Ukrainian localization: ‘Пошук’
Prompt should be translucent and visible on the field background, regardless of the chosen theme.
Color of the text that User is typing in the field should be contrasted with the theme. White characters for black theme and black characters if white theme is chosen.
Pagination for pages with found items is shown at the bottom of the page, below the list of items. By default, there are 9 items per page.
If there are less than 9 items found - only one page is shown.
If there are more than 9 items found - number of pages equal the number of found items divided by 9 and rounded to a larger value (integer)
Sorting and filtering for found items works in the same way as for the whole Product List Page.
Found items are sorted by popularity (by default). All check boxes from ‘Filter by category’, ‘Filter by model’, ‘Filter by pattern’ are unchecked.
‘Copy’/’Paste’ (Ctrl+C/Ctrl+V) functions are allowed.
The text was updated successfully, but these errors were encountered:
Description of a Change request: Update information about ‘Search’ field
Reason for Change: Clarification to user story #96 about ‘Search’ field
Update info:
Search field is located on the left side of the page. Searching is performed by name (only in the selected catalog). After entering a text in the textbox all results are shown on the page where the User can choose a needed product, after clicking on which, the User will be redirected to the Product Detail Page.
When the User enters a name that is not in the system, on the page will appear message: ‘No products found in this product category'
Ukrainian localization: ‘В цій категорії продуктів не знайдено’
Search field validation:
-allowed characters: letters, numbers, space, special characters
-max field length: 20 characters
-field is case insensitive
Inside of the field should be prompt ‘Search’
Ukrainian localization: ‘Пошук’
Prompt should be translucent and visible on the field background, regardless of the chosen theme.
Color of the text that User is typing in the field should be contrasted with the theme. White characters for black theme and black characters if white theme is chosen.
Pagination for pages with found items is shown at the bottom of the page, below the list of items. By default, there are 9 items per page.
If there are less than 9 items found - only one page is shown.
If there are more than 9 items found - number of pages equal the number of found items divided by 9 and rounded to a larger value (integer)
Sorting and filtering for found items works in the same way as for the whole Product List Page.
Found items are sorted by popularity (by default). All check boxes from ‘Filter by category’, ‘Filter by model’, ‘Filter by pattern’ are unchecked.
‘Copy’/’Paste’ (Ctrl+C/Ctrl+V) functions are allowed.
The text was updated successfully, but these errors were encountered: