CommitteeClash Documentation
API
Backend
Frontend
Actions
Committee
Leaderboard
Period
Possible-task
Functions
CreatePossibleTaskEditPossibleTaskActionGetPossibleTasks
Review
Submit-task
App
Components
Lib
Types
FrontendActionsPossible-taskFunctions

GetPossibleTasks

Function: GetPossibleTasks()

function GetPossibleTasks(): Promise<Response<object[]>>

Defined in: src/actions/possible-task.tsx:14

Fetches the list of possible tasks from the backend.

Returns

Promise<Response<object[]>>
  • A promise that resolves to a response object containing the list of possible tasks or an error message.

EditPossibleTaskAction

Previous Page

Review

Next Page

On this page

Function: GetPossibleTasks()Returns