\n\n\u003Cimg width=\"319\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2bd1cfd5-d8a8-4946-beeb-4bc643d08fa9\" />\n",[],12597,"ohcnetwork","care_fe","open","Added Notes Missing","2025-06-12T05:22:13Z","https://github.com/ohcnetwork/care_fe/issues/12597",0.71473074,{"description":2898,"labels":2899,"number":2900,"owner":2890,"repository":2891,"state":2892,"title":2901,"updated_at":2902,"url":2903,"score":2904},"**Description**\nWhen filling out a questionnaire with a 'Repeatable Choice' type question, after selecting an option and then clicking 'Add Another' to add another instance of the choice, the newly added choice field displays all available options, including the ones already selected. It should only display the options that have not yet been selected.",[],12583,"Repeatable Choice Question: 'Add Another' displays all options instead of remaining unselected options","2025-06-10T11:07:03Z","https://github.com/ohcnetwork/care_fe/issues/12583",0.76194733,{"description":2906,"labels":2907,"number":2908,"owner":2890,"repository":2891,"state":2892,"title":2909,"updated_at":2910,"url":2911,"score":2912},"Currently enable when UI is not as user friendly, as it expects the user to type in the dependent question Id.\n\n\u003Cimg width=\"800\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/84f1e791-9e36-4a6c-9244-8ee43ff0e842\" />\n\n\u003Cimg width=\"800\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/10454c54-243c-4d2d-b0be-f8d9ac8b010e\" />\n\nApart from that, answers are all text based, rather than being based on the type of the dependent question.\n\nTasks\n\n- [ ] Convert the enable when question link id input box (highlighted in dark blue) to a drop down\n- [ ] Said drop down should be populated with link Ids of other questions + question text.\n - Don't include questions of type structured/display\n - structured need to be handled separately in future (cc: Aravind).\n - So in the screenshot 2, dropdown should contain 1. nihal as a possible option.\n- [ ] Convert the answer text input (highlighted in light blue) to drop down for:\n - should be dependent on the choice from question link drop down\n - boolean and choice types\n - maintain text input for other types\n\nMake sure existing functionality works as is.\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",[],12448,"Modify Enable When UI For Questionnaires","2025-05-29T07:09:54Z","https://github.com/ohcnetwork/care_fe/issues/12448",0.7995772,{"description":2914,"labels":2915,"number":2922,"owner":2890,"repository":2891,"state":2892,"title":2923,"updated_at":2924,"url":2925,"score":2926},"1. **Notes bugs**\n - Adding space for notes still creates a note entry\n\nhttps://github.com/user-attachments/assets/ffd73f50-30b3-4506-b79f-ede4d30bb48a\n\n - Text overflow occurs when note content is too long (Not sure if this counts as a bug)\n\nhttps://github.com/user-attachments/assets/3230788d-7433-4f7c-b4ea-20016a4b0087\n\n - When clicking edit, the previous entry briefly flashes before showing current content\n\nhttps://github.com/user-attachments/assets/90624aed-5d0b-4fc0-b715-2b241a3c5871\n\n\n2. **View All Visibility Issue**\n - After clicking \"View All\", there's no option to hide/collapse the entries again\n \nhttps://github.com/user-attachments/assets/acddf329-7c9c-422b-8e79-95ca2853084c\n\n3. **Date Display Issue**\n - Dates can be selected in the edit menu\n - Selected dates don't appear in the preview display\n\nhttps://github.com/user-attachments/assets/c8f52011-b505-4f26-b805-30279ec7db2b\n\n4. **Deleted entry shows up in recent edited**\n - Im not sure it if its intended but i feel like having a seperate group for deleted entries would be cleaner\n\nhttps://github.com/user-attachments/assets/a94e317d-d94b-4ae2-9d5c-1416587702e3\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",[2916,2919],{"name":2917,"color":2918},"question","d876e3",{"name":2920,"color":2921},"needs-triage","ededed",12599,"A Few Bugs on the Encounter Page","2025-06-12T09:25:51Z","https://github.com/ohcnetwork/care_fe/issues/12599",0.8081781,{"description":2928,"labels":2929,"number":2932,"owner":2890,"repository":2891,"state":2892,"title":2933,"updated_at":2934,"url":2935,"score":2936},"**Is your feature request related to a problem? Please describe.**\nOn the questionnaire filling page, only the group-level question is shown initially. Sub-questions are hidden, making it difficult for users to see the full scope of the form. There's also no visual cue indicating which question the user is currently filling.\n\n\u003Cimg width=\"1901\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b35c90b7-efbe-490a-9e03-04ba824928dd\" />\n\n**Describe the solution you'd like**\n1. Display All Questions and Sub-Questions: Expand and show all questions and their respective sub-questions (if any) by default, so users can view the entire structure of the form.\n\n2. Highlight Active Question: As the user focuses on or begins typing in a question, highlight the current question block to give clear feedback about where they are in the form.\n\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**\nAdd any other context or screenshots about the feature request here.\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",[2930,2931],{"name":2917,"color":2918},{"name":2920,"color":2921},12548,"Improve Questionnaire Filling UX: Show All Questions and Highlight Current Question","2025-06-10T06:09:58Z","https://github.com/ohcnetwork/care_fe/issues/12548",0.8112574,{"description":2938,"labels":2939,"number":2940,"owner":2890,"repository":2891,"state":2892,"title":2941,"updated_at":2942,"url":2943,"score":2944},"**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.8163886,{"description":2946,"labels":2947,"number":2948,"owner":2890,"repository":2891,"state":2892,"title":2949,"updated_at":2950,"url":2951,"score":2952},"**Is your feature request related to a problem? Please describe.**\nCurrently, when conditional logic is applied to a choice-based question that allows multiple selections, only the first selected option is considered for triggering conditions. Additional selected options are ignored, resulting in incorrect visibility or behavior of dependent questions.\n\n\n**Describe the solution you'd like**\n1. Create a choice-type question with multiple select enabled.\n2. Define conditional logic on a dependent question (e.g., show if Option A or Option B is selected).\n3. Fill the form and select multiple options.\n4. Observe that only the first selected option triggers conditions; others have no effect.\n\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**\nAdd any other context or screenshots about the feature request here.\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",[],12551,"Conditional Logic Fails for Multiple Selected Choices in Choice-Based Questions","2025-06-09T09:27:48Z","https://github.com/ohcnetwork/care_fe/issues/12551",0.8172501,{"description":2954,"labels":2955,"number":2956,"owner":2890,"repository":2891,"state":2892,"title":2957,"updated_at":2958,"url":2959,"score":2960},"**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.8185926,{"description":2962,"labels":2963,"number":2964,"owner":2890,"repository":2891,"state":2892,"title":2965,"updated_at":2966,"url":2967,"score":2968},"**Here are some of my suggestions for improving Questionnnaire Importing**\n\n1. Currently, after clicking \"Import from URL\" in /admin/questionnaire, the flow is:\n- Dialog opens with an \"Import\" button\n- Paste link → Click \"Import\" → Toast shows \"Questionnaire Imported Successfully\"\n- New dialog opens with \"Import Form\" button\n- Click again → Toast shows \"Questionnaire Imported Successfully\"\n\nSuggested Improvement:\n- Change the first button label from \"Import\" to \"Continue\" after pasting the link\n- Show the success toast after final confirmation in the second dialog (\"Import Form\")\n\nLike this:\n\nhttps://github.com/user-attachments/assets/ed1dfdf7-8a3f-45a2-9908-84cf2c31de17\n\n2. Keyboard Support\n- Enhance UX by triggering \"Continue\" and \"Import Form\" buttons when pressing Enter.\n\n3. File Size Limit\n- Implement a 10 MB limit for JSON files to prevent performance issues.\n\n4. Download Button State\n- Disable the download button while the questionnaire is updating to avoid conflicts.\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",[],12582,"Suggestions for Improving Questionnaire Importing","2025-06-10T11:06:30Z","https://github.com/ohcnetwork/care_fe/issues/12582",0.8191161,{"description":2970,"labels":2971,"number":2972,"owner":2890,"repository":2891,"state":2892,"title":2973,"updated_at":2974,"url":2975,"score":2976},"**Describe the bug**\nThere's a misalignment and some inconsistencies in the UI of 'Add Files' dropdown in encounter files \n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Encounter\n2. Click on Files\n3. Click add files\n4. See\n\nhttps://github.com/user-attachments/assets/39cfdf49-e5c3-48ff-a003-b4f5d2492e5d\n\n**Desktop (please complete the following information):**\n\n- OS: Fedora\n- Browser Brave\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",[],12523,"Misalignment and inconsistency in the UI of 'Add Files' dropdown in encounter files","2025-06-05T12:29:37Z","https://github.com/ohcnetwork/care_fe/issues/12523",0.82068735,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fb8c9VFoRvR-mHd_sEs4zYLU2navnx3yHAj9r_0d4ENU":-1},"/ohcnetwork/care_fe/12598"]