You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Interactive Itinerary" section in the travel itinerary interface displays activities, but the "Add" button for adding new activities and the "Delete" button beside each activity are non-functional. Users are unable to add new items or remove existing ones, making the itinerary uneditable. Fixing this will enable users to add and remove activities as intended.
Proposed solution
I want to fix the "Add" and "Delete" buttons in the "Interactive Itinerary" section. I will ensure that event listeners are correctly attached to these buttons, verify that the functions to add and delete activities are implemented properly, and check the browser console for any JavaScript errors that could be preventing them from working. This will help ensure users can effectively manage their itinerary.
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 Your issue will soon be reviewed by either the PA or a mentor. Please note that Level 1 is temporary and can be changed during the review. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Is there an existing issue for this?
Describe the code change
The "Interactive Itinerary" section in the travel itinerary interface displays activities, but the "Add" button for adding new activities and the "Delete" button beside each activity are non-functional. Users are unable to add new items or remove existing ones, making the itinerary uneditable. Fixing this will enable users to add and remove activities as intended.
Proposed solution
I want to fix the "Add" and "Delete" buttons in the "Interactive Itinerary" section. I will ensure that event listeners are correctly attached to these buttons, verify that the functions to add and delete activities are implemented properly, and check the browser console for any JavaScript errors that could be preventing them from working. This will help ensure users can effectively manage their itinerary.
Record
The text was updated successfully, but these errors were encountered: