\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n- Login as superadmin/admin\n- Go to Admin Dashboard\n- Go to Organization Tab\n- See the current UI \n\n\n\n**Expected Design**\n >[!TIP]\nRefer to desing for dept/team under any facility and match the exact design like table and card\n\nhttps://github.com/user-attachments/assets/1b63cc23-5d85-4477-b0c0-32776bb811bf\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",[],13042,"Update the design for Goverance, Supplier and Roles under Organization tab","2025-07-28T05:44:38Z","https://github.com/ohcnetwork/care_fe/issues/13042",0.78387165,{"description":3035,"labels":3036,"number":3037,"owner":3019,"repository":3020,"state":3021,"title":3038,"updated_at":3039,"url":3040,"score":3041},"https://github.com/ohcnetwork/care_fe/pull/13002#discussion_r2230774068\n\nCurrently, the permission system relies on raw strings and string arrays (string[]) for managing user and object-level permissions. A permission check is done by passing a simple string to functions like hasPermission.\n\nso\n\n- Create a Permission Enum: → enum of text values, one for each backend permission.\n```\nexport enum PermissionType {\n CREATE_PATIENT = \"can_create_patient\",\n WRITE_PATIENT = \"can_write_patient\",\n // ...\n}\n```\n- Update the functions and usage across the codebase to use new types instead of string and string[] as type\n\n",[],13131," Refactor Permission System to Use Enums for Improved Type Safety","2025-07-30T11:36:22Z","https://github.com/ohcnetwork/care_fe/issues/13131",0.78796977,{"description":3043,"labels":3044,"number":3045,"owner":3019,"repository":3020,"state":3021,"title":3046,"updated_at":3047,"url":3048,"score":3049},"**Describe the bug**\nNo input fields in Add Role form have required indicator.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Admin Dashboard'\n2. Click on 'Roles' under 'RBAC\n3. Click on 'Add Role\"\n4. See error\n\n**Expected behavior**\nThe Name field should have the required asterisk indicator.\n\n**Screenshots**\n\n\u003Cimg width=\"480\" height=\"867\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4bae36e1-fc13-4b7e-95ac-b31ad2c0395d\" />\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",[],13169,"Required indicator (*) missing for fields in Add Role form in RBAC","2025-07-30T18:08:18Z","https://github.com/ohcnetwork/care_fe/issues/13169",0.7917536,{"description":3051,"labels":3052,"number":3053,"owner":3019,"repository":3020,"state":3021,"title":3054,"updated_at":3055,"url":3056,"score":3057},"**Describe the bug**\nIn a questionnaire with dependent choice-based questions, if a parent question is edited, the child question's options do not update accordingly during form filling. This leads to stale or incorrect options being shown to the user.\n\n**To Reproduce**\nIn a questionnaire with conditional question, try changing the option of the parent question and check the conditional follow up question. It remains same. \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",[],12549,"Choice Options Do Not Update When Parent Question is Edited","2025-06-09T09:22:10Z","https://github.com/ohcnetwork/care_fe/issues/12549",0.80585545,{"description":3059,"labels":3060,"number":3061,"owner":3019,"repository":3020,"state":3021,"title":3062,"updated_at":3063,"url":3064,"score":3065},"**Describe the bug**\n\n\u003Cimg width=\"800\" height=\"277\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e42182dc-d904-4eb0-b9c9-7ab57424fd5e\" />\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n- Go to any facility \n- go to observation definition tab under setting main tab \n- go to form for the same \n- Add component \n- submit blank form \n- see error\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",[],13073,"Observation Definition form UI Issue on error message","2025-07-24T15:04:16Z","https://github.com/ohcnetwork/care_fe/issues/13073",0.82051766,{"description":3067,"labels":3068,"number":3069,"owner":3019,"repository":3020,"state":3021,"title":3070,"updated_at":3071,"url":3072,"score":3073},"**Describe the bug**\nWhile adding patient preparation , it doesn't restrict duplicate entries which could lead to accidental duplication and while going through code I also realised we aren't using `useFieldArray` property for the same \n\n\u003Cimg width=\"1440\" height=\"846\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ee728e14-e7f3-4454-ad56-6007030c0db2\" />\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",[],13056,"Prevent Duplicate selection for Patient Preparation in Specimen definition form","2025-07-23T09:58:37Z","https://github.com/ohcnetwork/care_fe/issues/13056",0.821455,{"description":3075,"labels":3076,"number":3077,"owner":3019,"repository":3020,"state":3078,"title":3079,"updated_at":3080,"url":3081,"score":3082},"**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,"closed","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.8041089,{"description":3084,"labels":3085,"number":3092,"owner":3019,"repository":3020,"state":3078,"title":3093,"updated_at":3094,"url":3095,"score":3096},"**Describe the bug**\nAccording to user roles page, facility admin must be able to create questionnaire however, permissions error is faced when doing so.\n\nUser with which error is faced. \n**Facility Admin at Aluva PHC**\n**username**: care-fac-admin\n**password**: Ohcn@123\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to https://care.ohc.network/admin/questionnaire/create\n2. Fill create questionnaire form\n3. Click create button\n4. See error\n\n**Expected behavior**\nSpecified user must be able to create questionnaire\n\n**Screenshots**\n\n\n**Desktop (please complete the following information):**\n\n- OS: Win 11\n- Browser: Firefox\n- Version: latest\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",[3086,3089],{"name":3087,"color":3088},"blocked","e50620",{"name":3090,"color":3091},"to-be-closed","bfdadc",12009,"BUG: Unable to create questionnaire as a facility admin","2025-07-30T08:45:13Z","https://github.com/ohcnetwork/care_fe/issues/12009",0.80626065,{"description":3098,"labels":3099,"number":3112,"owner":3019,"repository":3020,"state":3078,"title":3113,"updated_at":3114,"url":3115,"score":3116},"- 404 \nhttps://care.ohc.network/this-page-does-not-exist\n\n\n- Crash \n\n\n- Session Expired\nhttps://care.ohc.network/session-expired\n\n\n- Invalid Browser\n\n\n- Invalide password reset link\n\n\n\ncc. @bodhish ",[3100,3103,3106,3109],{"name":3101,"color":3102},"question","d876e3",{"name":3104,"color":3105},"redesign","B8F850",{"name":3107,"color":3108},"stale","688388",{"name":3110,"color":3111},"needs-triage","ededed",9147,"Rebuild Error Pages","2025-06-20T16:54:10Z","https://github.com/ohcnetwork/care_fe/issues/9147",0.8081416,["Reactive",3118],{},["Set"],["ShallowReactive",3121],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fpVDUC7vnISyhoztvbIISs9sEs2rpYM3VxR7lceWcDfc":-1},"/ohcnetwork/care_fe/13110"]