-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(backend): new question types #446
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 329287f.
down.sql doesn't recover data (cannot see which roles the original question was meant to be asked for, if it was asked for more than one role)
ran `cargo fmt` on `campaigns.rs` & `models.rs`
…es. Marked where to implement future chanes for Question and Answer. Added new AnswerInput struct
fix(ci): run frontend ci for pull requests (#401)
fix: Update cli from main
…tion type field, updated campaign.rs for future implementations of inserting question data
…ome stubs for querying question data
…for Answers as well, structred similar to Question; added function stubs to deal with inserting Answer Data; added migration for adding answer_type field to answer; changed schema of Answer
…ata); added new error types for Application End point; added new functions for finding AnswerData from borrow of a Answer struct (did the same to QuestionDataEnum), changed some of tsome of the cases where originally question_id is used to find data into using borrow of the Question struct already found.
Rename the enum to "question_type"
…w-question-types-framework # Conflicts: # backend/server/src/database/schema.rs
…e fully implemented...
Hey team, I hope you're all doing well! I'm excited to share with you a new pull request that enhances our platform's capabilities and brings some valuable improvements. This PR introduces support for new question types and includes essential changes to our API, which will require corresponding updates on the frontend to maintain seamless integration. What's Included:
API Changes: How to Test: Impact on Existing Features: Contributor Recognition: Let's collaborate and get this feature integrated as soon as possible to enhance our platform's functionality and provide our users with a richer experience. Thank you all for your support and hard work! Best regards, |
…uestion data functions
…mework' into CHAOS-204-new-question-types-framework
Adds support for new question types:
Significantly changes API, so frontend must be updated to reflect this.