ECellNitrr / teesco-website

Apache License 2.0
2 stars 8 forks source link

Component to search organisation UI/UX #33

Closed kaushik27mishra closed 4 years ago

kaushik27mishra commented 4 years ago

Is your feature request related to a problem? Please describe. A component for the user to search for organisations.

Describe the solution you'd like components/organisation/searchOrg.js A class-based component with a search box which takes in an array of objects (organisations and their ids).

It has three states. components/organisation/searchOrg.stories.js 1) Initial state 2) loading state 3) Search State 4) Error state( In case the length of the array is 0 it shows "No Organisation found".)

Additional context Screenshot from 2020-06-11 08-23-19

nikhil-chacko commented 4 years ago

i would like to work on this