import HackerApplicationController from '@hackthevalley/sdk/app/controllers/HackerApplicationController.js'
HackerApplicationController
Method Summary
Public Methods | ||
public |
Create a new hacker hacker application, return hacker application ID if successful |
|
public |
Mark an application as submitted |
|
public |
async updateQuestion(hackerApplicationID: string, questionID: string, answer: string[]): Promise<string> Update an existing hacker application. |
Public Methods
public async create(applicationID: string): Promise<string> source
Create a new hacker hacker application, return hacker application ID if successful
Params:
Name | Type | Attribute | Description |
applicationID | string |