/
2023 Week3

2023 Week3

Helen:
Change campaign pages according to Kavika's changes (next ticket)
Will:
Keep working on User changes. Not using compositions. Change SignUpBody, User, NewUser.
New Question types
Question: add two fields,
type: the enum representing which type of question this is.
data: JSON String from FE to store all the datas related to this question, BE doesn't really care what's inside.
Answer: Similar to Question
question_strategy.rs:
fn verify_question: Verify wether the JSON string data is in correct format for this question type.
fn verify_answer: Verify whether the JSON string data of this Answer is in correct format for this question type.
Dane:
Investigating logout on homepage being scuffed

Related content