",[3217,3220,3223],{"name":3218,"color":3219},"P1","519BFE",{"name":3221,"color":3222},"stale","688388",{"name":3224,"color":3225},"Type Changes","c5def5",13604,"closed","Update types for ResourceRequest category","2025-09-30T14:06:24Z","https://github.com/ohcnetwork/care_fe/issues/13604",0.8108639,{"description":3233,"labels":3234,"number":3235,"owner":3175,"repository":3176,"state":3227,"title":3236,"updated_at":3237,"url":3238,"score":3239},"**Describe the bug**\ncurrently, there are couple of raw strings that doesn't have any translation keys in locale files \n- `diet`\n- `drug`\n- `lab`\n- `admin`\n- `clinical`\n- `behavioral`\n- `research`\n- `safety`\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**\nadd missing translation keys in `en.json`\n\n**Screenshots**\n\n\u003Cimg width=\"380\" height=\"635\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/d0cebfea-dd00-402b-bf68-12b516f091dd\" />\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",[],13879,"Add missing Translations for Category in Tag Config page","2025-10-02T05:37:37Z","https://github.com/ohcnetwork/care_fe/issues/13879",0.8239703,{"description":3241,"labels":3242,"number":3253,"owner":3175,"repository":3176,"state":3227,"title":3254,"updated_at":3255,"url":3256,"score":3257},"- 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 ",[3243,3246,3249,3250],{"name":3244,"color":3245},"question","d876e3",{"name":3247,"color":3248},"redesign","B8F850",{"name":3221,"color":3222},{"name":3251,"color":3252},"needs-triage","ededed",9147,"Rebuild Error Pages","2025-06-20T16:54:10Z","https://github.com/ohcnetwork/care_fe/issues/9147",0.8269707,{"description":3259,"labels":3260,"number":3262,"owner":3175,"repository":3176,"state":3227,"title":3263,"updated_at":3264,"url":3265,"score":3266},"Switch it to UCUM_TIME_UNITS with codeschema \n\nBug:\n\n\u003Cimg width=\"1580\" height=\"1064\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/26ea16bc-5ad4-41d7-88d9-ae09f1668b39\" />\n\nExpected:\n\n\u003Cimg width=\"424\" height=\"288\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/209ee828-89f0-4e8f-92b6-b22b60544b99\" />\n\nhttps://rebuildearth.slack.com/archives/C010GQC5UE9/p1753784331161919",[3261],{"name":3221,"color":3222},13150,"Bug: Storage guidlines's Unit field using wrong ValueSetSelect","2025-09-03T10:46:00Z","https://github.com/ohcnetwork/care_fe/issues/13150",0.8273327,{"description":3268,"labels":3269,"number":3271,"owner":3175,"repository":3176,"state":3227,"title":3272,"updated_at":3273,"url":3274,"score":3275},"Describe the bug\nHydration error occurs when accessing admin organization pages, causing React to throw hydration mismatch warnings and potentially breaking client-side functionality.\n\nTo Reproduce\nSteps to reproduce the behavior:\n\nGo to http://localhost:4000/admin/organizations/govt/6f89e366-263f-4154-ae1d-a53761ec53d4\n\nOpen browser developer console\n\nRefresh the page\n\nSee hydration error in console\n\nExpected behavior\nThe organization page should load without hydration errors, displaying the organization hierarchy and details correctly without any console warnings.\n\nScreenshots\n\n\u003Cimg width=\"2559\" height=\"1087\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/60942e84-452e-4018-9b9f-dd4c823301f8\" />\n\nConsole shows hydration mismatch error indicating server-rendered HTML doesn’t match client-side React output.\n\nDesktop (please complete the following information):\n\nOS: Windows\n\nBrowser: Chrome / Firefox / Safari\n\nVersion: Latest\n\nSmartphone (please complete the following information):\n\nDevice: Any mobile device\n\nOS: iOS / Android\n\nBrowser: Mobile browsers\n\nVersion: Latest\n\nAdditional context\nThe hydration error is caused by the expandedOrganizations state in AdminOrganizationList.tsx being initialized differently on server vs client.\n\nOn server-side, it renders with an empty Set.\n\nOn client-side, useEffect auto-expands parent organizations.\nThis mismatch leads to DOM structure differences during hydration.\n\n---\n\n🚨 **DO NOT EDIT BELOW THIS LINE** 🚨\n\n### Instructions for Requesting Assignment:\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",[3270],{"name":3221,"color":3222},13552,"Hydration error on admin organization pages","2025-09-30T06:01:44Z","https://github.com/ohcnetwork/care_fe/issues/13552",0.8278176,["Reactive",3277],{},["Set"],["ShallowReactive",3280],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fbcYdD4thmaZztvQ7bloCKJBhNU98inoBkbhr6iYmPuU":-1},"/ohcnetwork/care_fe/13536"]