mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 21:59:40 +00:00
added fixture file for faq's
This commit is contained in:
112
fixtures/faq.json
Normal file
112
fixtures/faq.json
Normal file
@ -0,0 +1,112 @@
|
||||
[
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"question": "What is ZOD ?",
|
||||
"description": "We are a future neobank for under 18. We aim to provide children with the ability to use debit cards under the watchfull eye of their parents.",
|
||||
"status": 1,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"question": "What is financial literacy ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"question": "How can we win with Zod ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"question": "What is a budget ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"question": "What is the difference between stocks and bonds ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"question": "What is compound interest ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"question": "What is diversification ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"question": "What is a 401(k) ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"question": "What is an emergency fund ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "junior.faq",
|
||||
"pk": 10,
|
||||
"fields": {
|
||||
"question": "What is a mortgage ?",
|
||||
"description": "",
|
||||
"status": 2,
|
||||
"created_at": "2023-11-08T12:32:55.291Z",
|
||||
"updated_at": "2023-11-08T12:32:55.291Z"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user