-
Notifications
You must be signed in to change notification settings - Fork 5
WFES Base
AlterTobi edited this page Sep 28, 2021
·
22 revisions
Page | Event | since | Descriptions |
---|---|---|---|
home | WFESHomePageLoaded | 0.1 | Wayfarer Home page (showcase) is loaded and datatructure are availabe |
review | WFESReviewPageLoaded | 0.2 | review candidate loaded |
review | WFESReviewDecisionSent | 0.2 | decision made and sent to Wayfarer server |
...
function homePageLoaded() {
// YOUR CODE HERE
}
window.addEventListener("WFESHomePageLoaded",homePageLoaded);
...
Please use developer console to inspect the variables since I only provide access to them.
Page | Variable | since | Description |
---|---|---|---|
home | window.wfes.showcase.list | 0.1 | lists the 3 showcase objects |
review | window.wfes.review.pageData | 0.2 | candidate data |
review | window.wfes.review.decision | 0.2 | candidate data and review decision made |