Admin Workflow - New UI for Admin to go through questions and answers

This commit is contained in:
Dillon Ngo
2025-01-03 01:51:33 +08:00
parent 2bbe7e4eab
commit 2e625828e7
34 changed files with 1097 additions and 25 deletions
@@ -16,8 +16,9 @@ class QuestionnaireSetsResource extends JsonResource
public function toArray($request)
{
return [
// 'name' => $this->name,
// 'description' => $this->description,
'id' => $this->id,
'name' => $this->name,
'description' => $this->description,
'group' => $this->group,
'version' => $this->version,
];