\n\n\u003Cimg width=\"917\" height=\"367\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/8207c67e-4615-41dd-81c2-0f7798413842\" />\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",[],13303,"Checkbox logic & UI misalignment issues in \"Add Patient Details\" form","2025-08-07T14:43:13Z","https://github.com/ohcnetwork/care_fe/issues/13303",0.7321404,{"description":3097,"labels":3098,"number":3099,"owner":3081,"repository":3082,"state":3100,"title":3101,"updated_at":3102,"url":3103,"score":3104},"Describe the bug\n\n- When a user selects a state from the dropdown in the add patients option, the label for the field below it incorrectly displays as system__govt_org_type__undefined.\n-This reduces the quality of user interaction.\n\nTo Reproduce\nSteps to reproduce the behavior:\n1.Go to patients \n2. select Search patients\n3. Add patients option\n\nExpected behavior\nIt should show a readable string after the selection of the state.\n\nScreenshot:\n\u003Cimg width=\"2846\" height=\"1635\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1225710a-0a39-44a4-b5de-121d5762081a\" />\n\nDesktop (please complete the following information):\n\nOS: [e.g. iOS]\nBrowser [e.g. chrome, safari]\nVersion [e.g. 22]\nSmartphone (please complete the following information):\n\nDevice: [e.g. iPhone6]\nOS: [e.g. iOS8.1]\nBrowser [e.g. stock browser, safari]\nVersion [e.g. 22]\nAdditional context\nAdd any other context about the problem here.\n\n",[],12995,"closed","Label Undefined After State Selection","2025-07-19T15:14:51Z","https://github.com/ohcnetwork/care_fe/issues/12995",0.6655526,{"description":3106,"labels":3107,"number":3108,"owner":3081,"repository":3082,"state":3100,"title":3109,"updated_at":3110,"url":3111,"score":3112},"**Describe the bug**\nWhen filling out patient registration details, the state dropdown initially shows \"State\" as the label. However, after selecting any state from the dropdown, the form label suddenly changes from \"State\" to \"SYSTEM__govt_org_type__undefined\".\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to patient registration page\n2. Fill in basic patient details\n3. Navigate to the state dropdown (shows \"State\" label initially)\n4. Select any state from the dropdown\n5. Observe that the label changes to \"SYSTEM__govt_org_type__undefined\"\n\n**Root Cause:** The issue occurs in the `GovtOrganizationSelector` component where the label generation logic doesn't properly handle cases where the selected organization's `metadata.govt_org_type` property is undefined. When a state is selected, the code tries to use `currentLevel.metadata?.govt_org_type` which evaluates to undefined, resulting in the translation key `SYSTEM__govt_org_type__undefined` being displayed instead of a proper label.\n\n**Expected behavior**\nThe dropdown label should remain as \"State\" (or appropriate localized text) even after selecting a state, and should only change to meaningful text when valid organization types are available. Users should never see raw translation keys like \"SYSTEM__govt_org_type__undefined\" in the UI - the form should maintain consistent and user-friendly labels throughout the selection process.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\nhttps://github.com/user-attachments/assets/b3a86329-7f30-4c0e-be91-c75efcf3af0a\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",[],12944,"Form label changes to \"SYSTEM__govt_org_type__undefined\" when selecting state in patient registration","2025-07-15T18:40:43Z","https://github.com/ohcnetwork/care_fe/issues/12944",0.6736798,{"description":3114,"labels":3115,"number":3122,"owner":3081,"repository":3082,"state":3100,"title":3123,"updated_at":3124,"url":3125,"score":3126},"**Describe the bug**\nThe error is that a missing translation key is shown as `SYSTEM__govt_org_type__undefined` instead of the proper label in the Add patient page.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Search patient'\n2. Click on 'add patients'\n3. Scroll down to the bottom\n4. select a state\n5. See error\n**Expected behavior**\nThe correct label must be shown\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/2c19774e-6908-4e02-8a1b-fd89972ba52b\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",[3116,3119],{"name":3117,"color":3118},"question","d876e3",{"name":3120,"color":3121},"needs-triage","ededed",13488,"A missing translation key is shown in the Add Patient form","2025-08-25T14:33:42Z","https://github.com/ohcnetwork/care_fe/issues/13488",0.7417097,{"description":3128,"labels":3129,"number":3132,"owner":3081,"repository":3082,"state":3100,"title":3133,"updated_at":3134,"url":3135,"score":3136},"**Describe the bug**\nIn Edit User, the Government Organization Selector shows incorrect label\n\nThis is an issue with typechecking and not translation. In metadata, govt_org_type is conditional (can be undefined) but there is no check done for it so it shows undefined in UI.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Sidebar click on User\n2. Click on `Profile` and then click on `Edit User`\n3. Verify that the `gov_org_type` is not showing the right label/translation\n\n**Expected behavior**\nIt should show the correct labels\n\n**Screenshots**\n\n\u003Cimg width=\"837\" height=\"911\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/081208aa-7dd2-4bc2-bc2c-9d0f97f0f77c\" />\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",[3130,3131],{"name":3117,"color":3118},{"name":3120,"color":3121},12870,"Government Organization Selector showing wrong label","2025-07-11T20:37:24Z","https://github.com/ohcnetwork/care_fe/issues/12870",0.7532118,{"description":3138,"labels":3139,"number":3140,"owner":3081,"repository":3082,"state":3100,"title":3141,"updated_at":3142,"url":3143,"score":3144},"**Describe the bug**\nIn the _Add Details of Patient_ form, the checkbox for \"Use this phone number for emergency contact\" is not vertically aligned with its label text. This creates a minor UI inconsistency.\nFor reference, compare it with the alignment in the \"Use this address for permanent address\" checkbox, which is properly aligned.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Click on Add new patient\n2. See error\n\n**Expected behavior**\nThe checkbox and its label text should be vertically aligned consistently across all form sections for better UI consistency and readability.\n\n**Screenshots**\n\n\u003Cimg width=\"668\" height=\"129\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/8a868d90-f80f-420d-b173-8b10c623bd23\" />\n\nshould be like this ⬇️\n\n\u003Cimg width=\"814\" height=\"180\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0cdc46d7-6f5c-4d9d-914f-6b8eae051391\" />\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",[],13383,"Misaligned checkbox and label in \"Use this phone number for emergency contact\" field","2025-09-01T05:50:46Z","https://github.com/ohcnetwork/care_fe/issues/13383",0.7611199,{"description":3146,"labels":3147,"number":3156,"owner":3081,"repository":3082,"state":3100,"title":3157,"updated_at":3158,"url":3159,"score":3160},"**Describe the bug**\nUser dropdown in the \"Assign User to Patient\" modal shows all users instead of filtering by current facility.\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**\nUser dropdown should display only users associated with the current facility.\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/c7b9f064-f712-47cd-9188-9b28fa7c40b1\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",[3148,3149,3152,3155],{"name":3117,"color":3118},{"name":3150,"color":3151},"discussion required","05EFF8",{"name":3153,"color":3154},"stale","688388",{"name":3120,"color":3121},12408,"Restrict User Dropdown to Current Facility Users Only in Assign User to Patient Modal","2025-07-31T14:21:54Z","https://github.com/ohcnetwork/care_fe/issues/12408",0.76246405,{"description":3162,"labels":3163,"number":3166,"owner":3081,"repository":3082,"state":3100,"title":3167,"updated_at":3168,"url":3169,"score":3170},"**Describe the bug**\nWhen viewing users with card view on departments page, the activity labels and buttons can overflow on smaller viewports.\n\n\n\n**To Reproduce**\n1. Go to Settings -> Departments \n2. Click on any department\n3. Click on the \"Users\" tab\n4. Adjust screen size to see error\n\n**Expected behavior**\nThe label should ideally shift down and be rendered below the user name when the screen size is smaller\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",[3164,3165],{"name":3117,"color":3118},{"name":3120,"color":3121},12502,"Departments Page users cards can have overflowing UI","2025-06-17T13:48:42Z","https://github.com/ohcnetwork/care_fe/issues/12502",0.7683292,{"description":3172,"labels":3173,"number":3176,"owner":3081,"repository":3082,"state":3100,"title":3177,"updated_at":3178,"url":3179,"score":3180},"**Describe the bug**\nIn mobile view, the config card shows incorrect line breaks and awkward spacing not only for the name, but also for the status badge (\"Inactive\") and the description text. This leads to poor readability and inconsistent UI.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Admin Dashboard\n2. Click on Patient Identifier Config\n3. Scroll down to Card with detials\n4. See error\n\n**Expected behavior**\nThe config card should display the name, status badge, and description in a clear, continuous layout with proper wrapping and spacing, maintaining consistency regardless of screen size.\n\n**Screenshots**\n\n\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**\nThe ValueSet preview has consistent UI even for small screens, replicaitng it here could solve this issue\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",[3174,3175],{"name":3117,"color":3118},{"name":3120,"color":3121},13500,"Patient Identifier Config Card Name Breaks Incorrectly in Mobile View","2025-08-25T14:46:52Z","https://github.com/ohcnetwork/care_fe/issues/13500",0.77032316,["Reactive",3182],{},["Set"],["ShallowReactive",3185],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fH8vE_OvoguvFjd_YvreUI96_4QJ9vKOUd2t-XE5v0wY":-1},"/ohcnetwork/care_fe/13441"]