\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",[],12889,"ohcnetwork","care_fe","open","Add * mark on required fields and disable save button initially in Discount Code Sheet","2025-07-13T04:55:10Z","https://github.com/ohcnetwork/care_fe/issues/12889",0.6471463,{"description":3035,"labels":3036,"number":3037,"owner":3027,"repository":3028,"state":3029,"title":3038,"updated_at":3039,"url":3040,"score":3041},"**Describe the bug**\n\n**1. Raw translation keys showing instead of translated text**\n- Form displays raw translation keys like \"**field_required**\" instead of actual translated messages in both `DiscountCodeForm.tsx` and `DiscountMonetaryComponentForm.tsx`\n\n**2. Validation messages not appearing for factor/amount fields in `DiscountMonetaryComponentForm.tsx`**\n- When factor or amount fields are left empty, no validation error message is displayed even though error message exist.\n- Only the name field shows validation errors, factor/amount fields show no feedback \n\n**3. HTML5 default validation messages**\n- We can use our custom validation message instead of HTML5 default validation messages for better Localization & Internationalization\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Billings\n2. Click on Discount Codes and Discount Components\n3. Leave all the field and submit\n4. See error\n\n**Expected behavior**\n- Form should display proper translated messages like \"This field is required\" instead of raw keys like \"field_required\"\n- When factor or amount fields are empty, validation error message \"Either factor or amount must be provided\" should appear below the respective field\n- Custom validation messages should display instead of browser default messages\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/82d2293b-2bc5-490f-8f76-b17de2bfa490\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",[],13234,"Validation errors not appearing and translation issues in discount forms","2025-08-04T07:10:27Z","https://github.com/ohcnetwork/care_fe/issues/13234",0.67167455,{"description":3043,"labels":3044,"number":3045,"owner":3027,"repository":3028,"state":3029,"title":3046,"updated_at":3047,"url":3048,"score":3049},"**Describe the bug**\nAdding a Observation Requirement with RequirementsSelector throws validation error in ActivityDefinition\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Activity Definition\n2. Scroll down and click on Observation Requirement\n3. Add Observation Requirement\n4. See error\n\n**Expected behavior**\nSystem shouldn't throw validation error\n\n**Screenshots**\nhttps://github.com/ohcnetwork/care_fe/pull/12952#issuecomment-3108864493\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",[],13168,"Bug: Adding new form in RequirementsSelector Throws validation error","2025-07-30T17:57:40Z","https://github.com/ohcnetwork/care_fe/issues/13168",0.689605,{"description":3051,"labels":3052,"number":3053,"owner":3027,"repository":3028,"state":3029,"title":3054,"updated_at":3055,"url":3056,"score":3057},"**Describe the bug**\nWhen we are removing a field and trying to add it back in patient information section, we are not able to add it.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to [link](https://care.ohc.network/facility/2fbb0809-b62c-4c53-816e-f1404f096c5e/settings/reportbuilder/new)\n2. Click on Section Tab\n3. Remove a field and try to add it back\n4. See error\n\n**Expected behavior**\nUser should able to add field\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/26eece7a-a1aa-4425-9c19-06bd23612861\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",[],12477,"Bug: User is not able to add field in Patient Information section of Report Template Builder","2025-06-01T11:01:17Z","https://github.com/ohcnetwork/care_fe/issues/12477",0.7053978,{"description":3059,"labels":3060,"number":3061,"owner":3027,"repository":3028,"state":3062,"title":3063,"updated_at":3064,"url":3065,"score":3066},"**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,"closed","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.6344456,{"description":3068,"labels":3069,"number":3070,"owner":3027,"repository":3028,"state":3062,"title":3071,"updated_at":3072,"url":3073,"score":3074},"**Describe the bug**\n\n\u003Cimg width=\"635\" height=\"556\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/9486e4f7-4f8d-4dcf-a712-2b5d91d1dd17\" />\n\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to settings\n2. Click on Healthcare Services\n3. Add Healthcare Service\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",[],12923,"Add aria-required for required fields in Healthcare service form","2025-07-15T06:23:49Z","https://github.com/ohcnetwork/care_fe/issues/12923",0.65625376,{"description":3076,"labels":3077,"number":3084,"owner":3027,"repository":3028,"state":3062,"title":3085,"updated_at":3086,"url":3087,"score":3088},"**Describe the bug**\nThe Date of Birth fields (Day, Month, Year) in the Add Patient Details form are required but do not display the required field indicator (*). This misleads users into thinking the field is optional until an error is shown after form submission.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Search Patients\n2. Click on Add New Patient\n3. Scroll down to the Date of Birth section.\n4. Observe that Day, Month, and Year fields do not have an asterisk (*).\n5. Submit the form without filling DOB.\n6. See error: \"Date of birth must be present\".\n\n**Expected behavior**\nRequired fields (like Date of Birth) should show an asterisk (*) or a visual indicator to denote they are mandatory, just like other required fields (e.g., Blood Group, Pincode).\n\n**Screenshots**\nCurrent UI without asterisk:\n\u003Cimg width=\"1272\" height=\"1260\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b21ea2bc-d7aa-451e-a236-cf4df6968eaa\" />\n\nValidation error after submit:\n\u003Cimg width=\"1318\" height=\"1258\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/cdf21c0f-7cde-4b26-aa6c-5e41f1838e6b\" />\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**\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",[3078,3081],{"name":3079,"color":3080},"question","d876e3",{"name":3082,"color":3083},"needs-triage","ededed",12971,"Required indicator (*) missing for Date of Birth fields in Add Patient form","2025-07-18T06:05:34Z","https://github.com/ohcnetwork/care_fe/issues/12971",0.67794514,{"description":3090,"labels":3091,"number":3092,"owner":3027,"repository":3028,"state":3062,"title":3093,"updated_at":3094,"url":3095,"score":3096},"**Describe the bug**\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Create a questionnaire with type \"choice\" and option as ValueSet (select a ValueSet that isn't listed on the first page).\n2. Edit the Questionnaire\n3. See error\n\n**Expected behavior**\nThe Valuset should be visible while editing\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**\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",[],12625,"Valueset Missing from Search Field During Edit Questionnaire","2025-06-16T13:39:51Z","https://github.com/ohcnetwork/care_fe/issues/12625",0.6792934,{"description":3098,"labels":3099,"number":3103,"owner":3027,"repository":3028,"state":3062,"title":3104,"updated_at":3105,"url":3106,"score":3107},"**Describe the bug**\nCreating a new form in RequirementsSelector does show up on the options to select from\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Activity Definition\n2. Scroll and click on any requirements selection\n3. Create a form\n4. See error\n\n**Expected behavior**\nNewly added form should be shown in the selection option\n\n**Recording**\n\nhttps://github.com/user-attachments/assets/a94ce725-bb36-40c7-83ea-b6139fb06d55\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",[3100],{"name":3101,"color":3102},"stale","688388",12879,"Bug: New form created in RequirementsSelector does not appear in selection options","2025-07-29T13:14:10Z","https://github.com/ohcnetwork/care_fe/issues/12879",0.6796026,{"description":3109,"labels":3110,"number":3113,"owner":3027,"repository":3028,"state":3062,"title":3114,"updated_at":3115,"url":3116,"score":3117},"**Describe the bug**\nWhen the \"name\" or \"code\" fields are left empty in the `DiscountCodeForm` and `DiscountMonetaryComponentForm`, the validation error displays the raw translation key (e.g., \"field_required\") instead of the actual translated message.\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**\nThe validation error message should display the translated text (e.g., \"This field is required\") instead of the raw translation key when the \"name\" or \"code\" fields are left empty in the `DiscountCodeForm` and `DiscountMonetaryComponentForm`.\n\n**Screenshots**\n\n\u003Cimg width=\"558\" height=\"928\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4b998740-2977-40c2-ac51-d7f8fccf3172\" />\n\n\u003Cimg width=\"574\" height=\"924\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/20d159db-1516-4cd7-99e1-85136620cf91\" />\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",[3111,3112],{"name":3079,"color":3080},{"name":3082,"color":3083},13219,"Validation error messages show translation keys instead of translated text in DiscountCodeForm and DiscountMonetaryComponentForm","2025-08-04T10:44:08Z","https://github.com/ohcnetwork/care_fe/issues/13219",0.6876685,["Reactive",3119],{},["Set"],["ShallowReactive",3122],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzuunpzmCF6teugKWkkb6HQyriSzMW5FjfGGbxUdHlQg":-1},"/ohcnetwork/care_fe/13203"]