Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGS FIXED TAGS ARE NOT GETTING SAVED IN DATABASE #954

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dhyaneshsiddhartha15
Copy link

@dhyaneshsiddhartha15 dhyaneshsiddhartha15 commented May 23, 2024

Issue that this pull request solves

Closes: #928

Proposed changes

Brief description of what is fixed or changed

  • Fixed the issue where tags were not being saved correctly in the backend.
  • Updated the question.js model to ensure that the tags field is correctly defined as an array of strings.

Types of changes

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (Documentation content changed)
  • Other (please describe):

Checklist

Put an x in the boxes that apply

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • My changes do not break the current system and it passes all the current test cases.

Screenshots

Please attach the screenshots of the changes made in case of change in user interface

No UI changes were made.

Other information

Any other information that is important to this pull request:

  • Ensured that tags are now correctly handled and stored as an array of strings in the MongoDB database.
  • Added logging for better debugging and tracking of tag data.
    -Please Review and Merge @Kajol-Kumari

Copy link

welcome bot commented May 23, 2024

Thank you and congrats🎉 for opening this pull request!💖

Please make sure you have followed our Contributing Guidelines.🙌 We will test out your code and reply in a bit with some pointers and requests.💿 There may be some errors, but don't worry! We'll work through them with you! 👍🎉😄 If you haven't filled the template out, Please do so!🚀
Feel free to join our Slack Community.💖 We have different channels for active discussions.✨ Hope you have a great time there!😄

@auto-assign auto-assign bot requested a review from Kajol-Kumari May 23, 2024 04:42
@Kajol-Kumari
Copy link
Member

@dhyaneshsiddhartha15 can you please add some recording showing that its working now?

@dhyaneshsiddhartha15
Copy link
Author

@dhyaneshsiddhartha15 can you please add some recording showing that its working now?
Yeah Sure but its working though

@Kajol-Kumari
Copy link
Member

@dhyaneshsiddhartha15 can you please add some recording showing that its working now?

@dhyaneshsiddhartha15 any update on this?

@dhyaneshsiddhartha15
Copy link
Author

@dhyaneshsiddhartha15 can you please add some recording showing that its working now?

@dhyaneshsiddhartha15 any update on this?
Yeah working on it as there are couples of bugs coming too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Backend] Question tags are not getting saved correctly.
2 participants