\n\n\u003Cimg width=\"1630\" height=\"843\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/f72643ca-d39b-4397-b30d-c4faef4e08f0\" />\n\n\u003Cimg width=\"1553\" height=\"819\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c41c0bfc-9a13-4e42-adb6-5923c221b2a8\" />\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13135,"Unwanted API calls are triggered by the questions in Questionnaire Preview","2025-07-29T05:46:03Z","https://github.com/ohcnetwork/care_fe/issues/13135",0.7403835,{"description":3188,"labels":3189,"number":3193,"owner":3172,"repository":3173,"state":3194,"title":3195,"updated_at":3196,"url":3197,"score":3198},"**Describe the bug**\nSearch Tag functionality during create questionnaire is not debounced.\n\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Create Questionnaire\n2. Click on Select Tags\n3. Type to search tag\n4. See that the tag search is not debounced\n\n**Expected behavior**\nTag search should be debounced because in `View Questionnaire -> Manage Tags -> Search Tags` it is debounced.\n\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\nhttps://github.com/user-attachments/assets/27c47c8f-f3bb-4e58-9423-d461748c75b1\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3190],{"name":3191,"color":3192},"bug","d73a4a",13454,"closed","Search Tags during Create Questionnaire is not debounced","2025-08-22T07:13:15Z","https://github.com/ohcnetwork/care_fe/issues/13454",0.68037,{"description":3200,"labels":3201,"number":3202,"owner":3172,"repository":3173,"state":3194,"title":3203,"updated_at":3204,"url":3205,"score":3206},"**Is your feature request related to a problem? Please describe.**\nCurrently, the all search bar sends a request to the backend on every single character typed by the user. This leads to excessive API calls, unnecessary backend load, and a degraded user experience especially for users typing quickly or with slow networks.\n\n**Describe the solution you'd like**\nAvoid sending requests for very short inputs (e.g., fewer than 3 characters).\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n\n---\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13142,"Optimize All Search bar to prevent API calls on every keystroke","2025-07-30T06:50:55Z","https://github.com/ohcnetwork/care_fe/issues/13142",0.68097895,{"description":3208,"labels":3209,"number":3210,"owner":3172,"repository":3173,"state":3194,"title":3211,"updated_at":3212,"url":3213,"score":3214},"**Describe the bug**\nThe \"Assign User to Patient\" dialog triggers an API call on every keystroke while searching users.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nThe API call should trigger only after a short delay or when the user stops typing.\n\n**Screenshots**\nproblem\n\nhttps://github.com/user-attachments/assets/534064d3-a903-4a2a-80a4-88b707fc35f2\n\nsolution\n\nhttps://github.com/user-attachments/assets/1a10649f-c91f-4973-8ccb-8aca24c69c06\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],12466,"Excessive API Calls on Every Keystroke While Searching Users in \"Assign User to Patient\" Dialog","2025-06-03T06:29:37Z","https://github.com/ohcnetwork/care_fe/issues/12466",0.682444,{"description":3216,"labels":3217,"number":3224,"owner":3172,"repository":3173,"state":3194,"title":3225,"updated_at":3226,"url":3227,"score":3228},"**Describe the bug**\n\nDisable submit buttons of these questionnaire until valid changes are made\n\nhttps://github.com/user-attachments/assets/4e058af3-6deb-4417-b242-fc419df055bc\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3218,3221],{"name":3219,"color":3220},"question","d876e3",{"name":3222,"color":3223},"needs-triage","ededed",13204,"Disable submit buttons of allergy, diagnosis, symptoms questionnaire until valid changes are made","2025-08-04T04:33:00Z","https://github.com/ohcnetwork/care_fe/issues/13204",0.6987674,{"description":3230,"labels":3231,"number":3235,"owner":3172,"repository":3173,"state":3194,"title":3236,"updated_at":3237,"url":3238,"score":3239},"**Describe the bug**\n\nCurrently when user selects the locations , it is not showing in the readable format ( name of the location is not showing after selecting it). Instead it is showing their id in the form while editing.\n\nhttps://github.com/user-attachments/assets/de61b84c-3997-4ded-93d5-87797ad0cfe4\n\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to [link](https://care.ohc.network/facility/b90bf759-077c-46f4-a916-817f332a5a60/settings/healthcare_services/555fce9a-f35b-4766-b9fc-25f760a67989/edit)\n2. Click on Edit form if it not in edit mode\n3. Scroll down to location\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3232],{"name":3233,"color":3234},"stale","688388",13216,"Use readable names for selected location in Healthcare Services form","2025-09-19T08:09:03Z","https://github.com/ohcnetwork/care_fe/issues/13216",0.7087597,{"description":3241,"labels":3242,"number":3243,"owner":3172,"repository":3173,"state":3194,"title":3244,"updated_at":3245,"url":3246,"score":3247},"**Expected behavior**\nDisable submit button when no changes are made\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/dd2f8423-bdc6-4c22-aee0-9498be61b3bd\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],12449,"Bug: FacilityOrg form is submittimg even when no changes are made in Edit","2025-05-29T10:09:57Z","https://github.com/ohcnetwork/care_fe/issues/12449",0.7243614,{"description":3249,"labels":3250,"number":3252,"owner":3172,"repository":3173,"state":3194,"title":3253,"updated_at":3254,"url":3255,"score":3256},"**Describe the bug**\nclean up unnecessary console logs from the codebase. \nhttps://rebuildearth.slack.com/archives/C010GQBMFJ9/p1756569674498739\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3251],{"name":3233,"color":3234},13570,"Clean up Console Logs from different Files","2025-09-30T05:59:03Z","https://github.com/ohcnetwork/care_fe/issues/13570",0.7277316,{"description":3258,"labels":3259,"number":3262,"owner":3172,"repository":3173,"state":3194,"title":3263,"updated_at":3264,"url":3265,"score":3266},"**Describe the bug**\nOn the landing page `(localhost:4000)`, the search bar shows the message \"Unable to find anything based on your search\" even when the user hasn't typed anything yet. This can confuse users since it suggests a failed search that never happened\n\n**To Reproduce**\nSteps to reproduce the behavior:\n- Visit the landing page.\n- Observe the search area before typing anything.\n- Notice the message appears by default.\n\n\n**Expected behavior**\nThe message should only appear after the user starts typing and a real search has been triggered with no matching results.\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/22482718-660d-442a-9739-c76b851f0870\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3260,3261],{"name":3219,"color":3220},{"name":3222,"color":3223},13211,"Search Result Message Appears Before User Starts Typing","2025-08-04T04:29:26Z","https://github.com/ohcnetwork/care_fe/issues/13211",0.72855836,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f1bBztMd8dfzAbTqoRSuyU8Lwm5YOmN5uD8X11gBjJRM":-1},"/ohcnetwork/care_fe/12637"]