ECellNitrr / teesco-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component to search organisation UI/UX

kaushik27mishra opened this issue · comments

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

i would like to work on this