\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.73863614,{"description":3043,"labels":3044,"number":3048,"owner":3019,"repository":3020,"state":3049,"title":3050,"updated_at":3051,"url":3052,"score":3053},"**Describe the bug**\nThe keyword field on the public patient registration page currently uses the normal keyboard on mobile devices, making it less user-friendly for numeric input. This causes friction for users expected to enter numbers for age\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Login as Patient with otp : 45612\n2. Click on `Book Appointment`\n3. Book a slot where you would see Add Patient button which opens up Registration page \n4. See error\n\n**Expected behavior**\nIt should have numpad (like numpad shown in video for date field) instead of normal keyword to prevent unwanted problems\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/f030b51f-1827-444e-a4d9-36f0d230a4b9\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",[3045],{"name":3046,"color":3047},"good first issue","7057ff",12682,"closed","Update the input mode to numpad for Age Input in Public Patient Registration Form","2025-06-25T10:24:47Z","https://github.com/ohcnetwork/care_fe/issues/12682",0.67412204,{"description":3055,"labels":3056,"number":3060,"owner":3019,"repository":3020,"state":3049,"title":3061,"updated_at":3062,"url":3063,"score":3064},"**Describe the bug**\nWhen adding a new patient, validation messages for conditionally fields ( Date of Birth not appear on the first submission only after appearing on the second submit.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Add New Patient ' Tab\n2. Submit the form with empty\n3. See error, the validation message for dob is not showing, only after second submission it is showing. \n\nhttps://github.com/user-attachments/assets/66f31949-f79e-4ad6-a6c6-29985294034e\n\n**Expected behavior**\nconditional fields should show immediately on first submit.\n\nhttps://github.com/user-attachments/assets/0e6d636d-c34a-459b-b506-3cca90641a05\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",[3057],{"name":3058,"color":3059},"stale","688388",12620,"Validation errors for conditional fields only appear after second submit","2025-07-23T09:14:22Z","https://github.com/ohcnetwork/care_fe/issues/12620",0.6759629,{"description":3066,"labels":3067,"number":3074,"owner":3019,"repository":3020,"state":3049,"title":3075,"updated_at":3076,"url":3077,"score":3078},"**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",[3068,3071],{"name":3069,"color":3070},"question","d876e3",{"name":3072,"color":3073},"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.6774866,{"description":3080,"labels":3081,"number":3086,"owner":3019,"repository":3020,"state":3049,"title":3087,"updated_at":3088,"url":3089,"score":3090},"**Describe the bug**\nAfter correcting a Manufacture Date, the Expiration Date validation error doesn't clear automatically.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Devices'\n2. Click on 'Add device'.\n4. The Expiration Date validation error doesn't clear automatically after correcting the manufacture date.\n\n**Expected behavior**\nThe Expiration Date validation should re check automatically and needs to remove the validation errors instantly.\n\nhttps://github.com/user-attachments/assets/fce16529-bb04-4f08-80b3-8481a6f694bd\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",[3082,3083,3084,3085],{"name":3046,"color":3047},{"name":3069,"color":3070},{"name":3058,"color":3059},{"name":3072,"color":3073},12504,"Expiration Date Validation Requires Additional Click After Correcting Manufacture Date","2025-06-26T13:05:02Z","https://github.com/ohcnetwork/care_fe/issues/12504",0.73046076,{"description":3092,"labels":3093,"number":3096,"owner":3019,"repository":3020,"state":3049,"title":3097,"updated_at":3098,"url":3099,"score":3100},"**Describe the bug**\nOn verify patient page, it is making twice backend request for same api and update to use \u003CLoading /> instead of skeleton for the same page \n\nCheckout video for steps to reproduce \n\nhttps://github.com/user-attachments/assets/10c6f24a-f009-4869-add3-57ccff74f649\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",[3094,3095],{"name":3069,"color":3070},{"name":3072,"color":3073},13010,"Bug: Double backend request for Verify Patient Page","2025-07-21T16:32:26Z","https://github.com/ohcnetwork/care_fe/issues/13010",0.73225987,{"description":3102,"labels":3103,"number":3106,"owner":3019,"repository":3020,"state":3049,"title":3107,"updated_at":3108,"url":3109,"score":3110},"**Describe the bug**\nMedication Statement records accepts starting dates after ending dates\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to any patient encounter\n2. Click \"Add Questionnaire\" \n3. Scroll down to 'Medication Statement' (have to create w local backend configured)\n4. Set start date before end date\n5. Submit and see error\n\n**Expected behavior**\nShould prevent user from creating record and display error under\"Validation Error\"\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\nhttps://github.com/user-attachments/assets/049fb783-307d-4271-a5fa-a1b3aec15505\n\n**Desktop (please complete the following information):**\n\n- OS: macOS\n- Browser chrome\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",[3104,3105],{"name":3069,"color":3070},{"name":3072,"color":3073},12424,"Medication Statement Questionnaire allows start date before end date","2025-06-16T09:25:09Z","https://github.com/ohcnetwork/care_fe/issues/12424",0.7349797,{"description":3112,"labels":3113,"number":3114,"owner":3019,"repository":3020,"state":3049,"title":3115,"updated_at":3116,"url":3117,"score":3118},"**Describe the bug**\nUI is congested when we are enabling conditions in patient death form questionnaire. The three fields i.e. Question, Operator and Answer are degrading the user experience.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to [link](https://care.ohc.network/admin/questionnaire/death-form12/edit)\n2. Go to Death Time Question and Click on 'Enable when conditions'\n3. See in mobile view\n4. See error\n\n**Expected behavior**\nAll three fields should be in separate line so that user can see what he is typing. \n\n**Screenshots**\n\n\u003Cimg width=\"254\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4212fb65-a7cf-4b70-b20b-f779634e6a64\" />\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",[],12530,"Bug: Misalignment in fields of Death Time form of Patient Death Form Questionnaire","2025-06-09T02:34:27Z","https://github.com/ohcnetwork/care_fe/issues/12530",0.73625576,["Reactive",3120],{},["Set"],["ShallowReactive",3123],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fAugM504itMAsAb5r9ONFMbJ0tWB9Ea-Mq6C3W9MjioM":-1},"/ohcnetwork/care_fe/12692"]