Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.47 KB

readme.md

File metadata and controls

53 lines (31 loc) · 2.47 KB

Project Introduction

In this project, our aim is to assist Kimia, the owner of a shopping application, in creating and enhancing the filtering page for purchased products. This page holds significant importance as it empowers the administrator to filter products based on various attributes.

UI Challenge

Kimia has provided the initial styles for Buttons, Text, and the bottom sheet. Now, your task is to help her implement these challenges.

BaseStyle

Challenge 1

In the bottom sheet, our goal is to create a dropdown-style filter. However, a concern has arisen. When there is insufficient space at the bottom to display the dropdown, it should open from the top, and vice versa when sufficient space is available.

Challenge 1

Challenge 2

Within the bottom sheet, we require a user selection filter. The intriguing aspect is that after each typing action, an overlay should appear above or below the TextField to present user options (similar to a dropdown). Upon selecting a user, their choice should be displayed as a Chip within the TextField, with the option to remove it.

Challenge 2

Challenge 3

Using the Bloc State Management, showcase the selected filters on the main page. The crucial point is to ensure that the filters persist even after the application is closed and reopened. Guidance: Consider utilizing Hive or an alternative approach.

Challenge 3

Integration Test

Write tests for selecting filter states and triggering the apply button.

Scoring Criteria

Title Score
Challenge 1 80
Challenge 2 120
Challenge 3 60
Test writing 50
Use Bloc architecture 40
Clean commit 20
Clean code 20

Minimum required score : 150

Getting Started Guide

We have provided the initial project files and styles for your convenience. You just need to begin the implementation process in your forked repository. In addition to the provided screenshots, you can also utilize the following Figma link for reference.