-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events: Adds support for filtering by event types #7877
Comments
Hi @rithviknishad Can you provide me a high level view on how to get started on this? Also, I wanna work on it, may i? |
Yes you can work on this! Solution 1To get the list of available event types, you'll need to fetch the event types from the API: And then when fetching consultation events, pass the event type id to the filter. You might want to update the backend to support filtering by multiple event type ID's. Solution 2 (preferred)Same as solution 1, except that instead of fetching the event types from API, change the consultation events filter to filter by event names instead. cc: @sainak |
Sure! Feel free to drop a comment if you are facing any difficulty understanding something. |
@Atharva-Kanherkar Well , if you get stuck at something , do share . Will help if I can... |
Hi, @coronasafe/care-frontend-maintainers, This issue has been automatically marked as stale because it has not had any recent activity. |
@Atharva-Kanherkar unassigning due to no activity. |
Alright sir
…On Mon, 12 Aug, 2024, 11:20 am Rithvik Nishad, ***@***.***> wrote:
@Atharva-Kanherkar <https://github.com/Atharva-Kanherkar> unassigning due
to no activity.
—
Reply to this email directly, view it on GitHub
<#7877 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BB6XMZ5M23NGP7RWJ2M5CTLZRBEKNAVCNFSM6AAAAABJESO2Z6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBTGE2TKNJRG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Is your feature request related to a problem? Please describe.
Currently it is not possible to filter events by event types.
Describe the solution you'd like
Add a multi select filter in the events list to filter by one or more event types.
https://care.ohc.network/facility/0c95c7f0-e1d2-4aff-83fa-933cef60d3a8/patient/7e8fc20f-02da-47f7-8c33-f2d8c7e52dd8/consultation/edfe0bd6-0f50-4a4c-8cd0-2d4ad0e9cea1
The text was updated successfully, but these errors were encountered: