\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":3188,"labels":3189,"number":3190,"owner":3172,"repository":3173,"state":3174,"title":3191,"updated_at":3192,"url":3193,"score":3194},"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":3196,"labels":3197,"number":3198,"owner":3172,"repository":3173,"state":3174,"title":3199,"updated_at":3200,"url":3201,"score":3202},"**Describe the bug**\nNo horizontal scrolling and user is not able to see update button properly\n\nhttps://github.com/user-attachments/assets/32e7126b-42b1-401c-aee7-f6068c35f033\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to RBAC\n2. Click on Edit Role\n3. See in mobile view \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",[],13561,"Bug: Update and Cancel button of Edit Role sheet of RBAC is not visible in mobile view","2025-08-30T11:27:07Z","https://github.com/ohcnetwork/care_fe/issues/13561",0.8048601,{"description":3204,"labels":3205,"number":3215,"owner":3172,"repository":3173,"state":3216,"title":3217,"updated_at":3218,"url":3219,"score":3220},"https://github.com/ohcnetwork/care/pull/3217\n\n\n\u003Cimg width=\"1828\" height=\"1346\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5ebc6358-1ebf-4293-ac47-41d78043ee06\" />",[3206,3209,3212],{"name":3207,"color":3208},"P1","519BFE",{"name":3210,"color":3211},"stale","688388",{"name":3213,"color":3214},"Type Changes","c5def5",13604,"closed","Update types for ResourceRequest category","2025-09-30T14:06:24Z","https://github.com/ohcnetwork/care_fe/issues/13604",0.779199,{"description":3222,"labels":3223,"number":3230,"owner":3172,"repository":3173,"state":3216,"title":3231,"updated_at":3232,"url":3233,"score":3234},"Can we have the option to duplicate a user role with their permissions. When we need to create a new role - it becomes difficult not to know what permissions they already had. \n",[3224,3227],{"name":3225,"color":3226},"question","d876e3",{"name":3228,"color":3229},"needs-triage","ededed",13809,"Duplicating user roles","2025-10-01T10:33:03Z","https://github.com/ohcnetwork/care_fe/issues/13809",0.7908786,{"description":3236,"labels":3237,"number":3238,"owner":3172,"repository":3173,"state":3216,"title":3239,"updated_at":3240,"url":3241,"score":3242},"**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-31T18:59:11Z","https://github.com/ohcnetwork/care_fe/issues/13169",0.7917536,{"description":3244,"labels":3245,"number":3247,"owner":3172,"repository":3173,"state":3216,"title":3248,"updated_at":3249,"url":3250,"score":3251},"Description:\nIn the Manage Care Team tab, when selecting from the Organization/Role category dropdown, the page breaks and the complete list is not visible. The dropdown extends beyond the screen area and cannot be fully accessed. This makes it impossible to view or select roles properly.\n\nSteps to Reproduce:\n\n1. Open a patient encounter.\n\n2. Go to Manage Care Team tab on Right side section.\n\n3. Select the Department My Organization / All Orgniazation\n\nExpected Behavior:\n1. The organization/role category list should be fully visible and scrollable within the view.\n2. UI should automatically adjust to screen height (with scroll support if required).\n\nActual Behavior:\n1. User cannot access the complete list of categories (as shown in attached screenshot).\n\n\u003Cimg width=\"1356\" height=\"668\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3759bc93-2e24-4c02-9ead-ba14852679ed\" />\n\n\u003Cimg width=\"1357\" height=\"655\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6cc4ee3c-2d8f-4d55-89ae-d9c811e3c06c\" />\n\n**Desktop (please complete the following information):**\n\n- OS: Windows 11\n- Browser Chrome\n\n\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",[3246],{"name":3210,"color":3211},13516,"Bug: Broken Page in Manage Care Team Tab (Organization Category List Not Fully Visible)","2025-09-29T06:38:43Z","https://github.com/ohcnetwork/care_fe/issues/13516",0.79498404,{"description":3253,"labels":3254,"number":3255,"owner":3172,"repository":3173,"state":3216,"title":3256,"updated_at":3257,"url":3258,"score":3259},"**Describe the bug**\nIn the **Add Role** form under the **RBAC** section:\n- The **Create** and **Update** buttons are enabled by default, even when no valid input is provided.\n- Required fields show **browser default validation message**s instead of **custom error messages**, making it inconsistent with the rest of the app and bad for **localization.**\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Log in as super admin\n2. Click on RBAC -> Roles\n3. Click on add role\n4. See error\n\n**Expected behavior**\n- Buttons should remain disabled until valid inputs are provided\n- All required fields should show custom validation messages, ensuring consistent UX and support for localization.\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/a63c4178-3453-4c32-bf28-90854ca915a8\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",[],13313,"Create/Update Button Always Enabled & Missing Custom Validation – Add Role (RBAC)","2025-08-09T01:25:47Z","https://github.com/ohcnetwork/care_fe/issues/13313",0.8000691,{"description":3261,"labels":3262,"number":3263,"owner":3172,"repository":3173,"state":3216,"title":3264,"updated_at":3265,"url":3266,"score":3267},"**Is your feature request related to a problem? Please describe.**\nMake the \"Add Role\" and \"Add Organization\" button spans full width for mobile view in roles and organizations page, similar to how it is in the `Tag Config` and `Patient Identifier Config\n`\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\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**\n\nhttps://github.com/user-attachments/assets/5c9b8ab4-74eb-4a46-90ad-816cf377d0f8\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",[],13597,"Make the \"Add Role\" and \"Add Organization\" button spans full width in mobile view","2025-09-30T06:04:39Z","https://github.com/ohcnetwork/care_fe/issues/13597",0.8000921,["Reactive",3269],{},["Set"],["ShallowReactive",3272],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fpVDUC7vnISyhoztvbIISs9sEs2rpYM3VxR7lceWcDfc":-1},"/ohcnetwork/care_fe/13110"]