\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",[],13629,"Gender field can be deselected, shows wrong error","2025-09-05T14:19:22Z","https://github.com/ohcnetwork/care_fe/issues/13629",0.7835989,{"description":3196,"labels":3197,"number":3198,"owner":3172,"repository":3173,"state":3174,"title":3199,"updated_at":3200,"url":3201,"score":3202},"**Describe the bug**\nOn the Product Knowledge → Category subpage, the Cancel Filter button for the Status filter is not working correctly. When multiple product knowledge types are added and a status filter (e.g., Draft) is applied, clicking Cancel Filter does not clear the filter. Instead, it unexpectedly switches the filter value to another status such as Active.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Product Knowledge → Category page.\n2. Add product knowledge entries of multiple types.\n3. Apply a Status filter (e.g., select Draft).\n4. Click the Cancel Filter (or Clear Filter) button.\n\n**Expected behavior**\nThe Cancel Filter button does not reset the filter.\n\nInstead, the filter changes to another status (e.g., from Draft → Active).\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/4bab60e3-8d8e-4468-9d7e-540ca26101b4\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",[],13977,"Bug : Status filter not clearing when “Cancel Filter” clicked on Category subpage","2025-10-07T09:47:03Z","https://github.com/ohcnetwork/care_fe/issues/13977",0.7880274,{"description":3204,"labels":3205,"number":3206,"owner":3172,"repository":3173,"state":3174,"title":3207,"updated_at":3208,"url":3209,"score":3210},"**Is your feature request related to a problem? Please describe.**\nDeployments that consume translations from a remote CDN via REACT_I18N_URL can ship incomplete language files. Today, missing keys resolve to the raw key or empty UI, which is confusing and causes regressions when remote bundles lag behind the local default set. Keeping remote JSON fully in sync with local becomes a maintenance burden.\n\n**Describe the solution you'd like**\n- When REACT_I18N_URL is set, fetch {$REACT_I18N_URL}/{lang}.json and merge it with the local /locale/{lang}.json.\n- Merge strategy: remote overrides local; any keys missing remotely fall back to local.\n- Graceful degradation:\n - If remote fetch fails, use local only.\n - If local is missing, use remote only.\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",[],13692,"i18n: Support remote translations with automatic local fallback merge","2025-09-12T08:54:20Z","https://github.com/ohcnetwork/care_fe/issues/13692",0.7882585,{"description":3212,"labels":3213,"number":3220,"owner":3172,"repository":3173,"state":3221,"title":3222,"updated_at":3223,"url":3224,"score":3225},"**Describe the bug**\n Translation issue of Branding `CARE` on the main login page in languages other than english\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to main login page of care \n2. Click on any languages let say hindi\n3. You will see the brand name CARE is translated into its literal meaning i.e \"dekhbhal\"\n \n**Expected behavior**\nIt must be translated into its brand name in hindi not into its literature meaning in hindi.\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/1bd9b688-159e-4944-ac33-400f83bcbb92\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\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",[3214,3217],{"name":3215,"color":3216},"question","d876e3",{"name":3218,"color":3219},"needs-triage","ededed",13239,"closed","There is a translation issue of Branding `CARE` on the main login page in languages other than english","2025-08-04T17:49:04Z","https://github.com/ohcnetwork/care_fe/issues/13239",0.7718208,{"description":3227,"labels":3228,"number":3232,"owner":3172,"repository":3173,"state":3221,"title":3233,"updated_at":3234,"url":3235,"score":3236},"**Describe the bug**\ncurrently the Gender field in User Information page shows raw translation keys like `non-binary` instead of `Non Binary`\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to User Information page (using edit profile)\n2. Click on Edit User\n3. Select Gender from the dropdown\n4. See error \n\n**Expected behavior**\nit should be properly set to the corresponding translated values in the Gender field\n\n**Screenshots**\n\n\u003Cimg width=\"820\" height=\"122\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2a8abd97-4fb5-4a96-b9a4-82de283f1dd1\" />\n\nwhole page view (for replicating) ⬇️\n\n\u003Cimg width=\"1833\" height=\"917\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/040100d4-3db3-4f14-be05-e7cd6995aa4b\" />\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",[3229],{"name":3230,"color":3231},"stale","688388",13461,"Gender field in User Information page shows raw translation keys","2025-09-25T12:56:40Z","https://github.com/ohcnetwork/care_fe/issues/13461",0.7752189,{"description":3238,"labels":3239,"number":3240,"owner":3172,"repository":3173,"state":3221,"title":3241,"updated_at":3242,"url":3243,"score":3244},"**Describe the bug**\nWhen searching for a country(\"India\"), it does not show the top result but scrolls down\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Patients tab\n2. Click on Add new patient\n3. Scroll down to nationality and search for India\n4. See error\n\n**Expected behavior**\nThe results should be shown properly and should not scroll down while typing\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/4f107677-396c-461d-a7e8-db8483ce27a0\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**\nNo problem in search results, it just scrolls down as user types\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",[],13585,"Search in nationality not working properly","2025-09-03T06:40:01Z","https://github.com/ohcnetwork/care_fe/issues/13585",0.7761812,{"description":3246,"labels":3247,"number":3250,"owner":3172,"repository":3173,"state":3221,"title":3251,"updated_at":3252,"url":3253,"score":3254},"**Describe the bug**\nCurrently, the schedule does not support filtering by month. Implementing a month-wise filter would improve usability by allowing users to view and manage schedules for specific time periods more efficiently.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Schedule\n2. Switch months\n\n**Expected behavior**\nMonth wise filtration\n\n**Screenshots**\n\n\n\n\n**Additional context**\nThis should need Backend changes also\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",[3248,3249],{"name":3215,"color":3216},{"name":3218,"color":3219},12461,"Month-based filtering in the schedule","2025-06-09T18:28:43Z","https://github.com/ohcnetwork/care_fe/issues/12461",0.777301,{"description":3256,"labels":3257,"number":3261,"owner":3172,"repository":3173,"state":3221,"title":3262,"updated_at":3263,"url":3264,"score":3265},"**Is your feature request related to a problem? Please describe.**\nCurrently, `filter-tabs` is only being used for `ServiceRequestsList` and not in other places. Few components like `ToReceive`, `ToDispatch`, `PrescriptionQueue`, `ReceiveStock` etc. have filter tabs but do not use the reusable `filter-tabs` component\n\n**Describe the solution you'd like**\nUse the `filter-tabs` component instead of same piece of code\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",[3258,3259,3260],{"name":3215,"color":3216},{"name":3230,"color":3231},{"name":3218,"color":3219},13733,"Use `filter-tabs` component throughout the codebase where required","2025-10-02T14:41:43Z","https://github.com/ohcnetwork/care_fe/issues/13733",0.7807845,["Reactive",3267],{},["Set"],["ShallowReactive",3270],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fduBL4duo260InI5H8TtpAUSgevxbllRpyHqtNnFlziQ":-1},"/ohcnetwork/care_fe/13140"]