NUS-Project-SaBai / FrontEnd

1 stars 1 forks source link

Add filter for village code #108

Closed RunjiaChen closed 4 months ago

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
front-end ❌ Failed (Inspect) Jul 7, 2024 7:47am
davidgohzk commented 4 months ago
  1. Change branch name to patient-list-filter-by-code

  2. Remove the venue option of ALL from the utils/constants.

  3. Handle the filtering flow

    • Create states to store the filtering values
    • Create a general function that does the filtering
    • Create the onChange functions to change the values when filtering
  4. Write descriptive names of variables