abdelhalimjean / entreprises

https://entreprises.byte.mr
3 stars 4 forks source link

filter by sector #9

Open abdelhalimjean opened 4 months ago

abdelhalimjean commented 4 months ago
  1. create an enum called Sector which will have all the sectors
  2. update the field sectors in IEntreprise make it an array of Sector
  3. add a dropdown next the search input with all the sectors (by default "Tout les secteurs" is selected
  4. when the user selects a sector redo the filter and filter by the selected sector