Student Tasks Component

From Expertiza_Wiki
Revision as of 03:14, 5 August 2019 by Spoudwa (talk | contribs) (Created page with "== Introduction == After a student logs into Expertiza, the page that the student lands up on is the student tasks list, which as the name suggests lists the tasks the student h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

After a student logs into Expertiza, the page that the student lands up on is the student tasks list, which as the name suggests lists the tasks the student has. The controller we are concerned with for procuring the list of such tasks is the student_task_controller.rb, which has a method called list which will provide us with a JSON object listing all the tasks.