Add available for hire button

This commit is contained in:
padulam
2017-06-17 18:09:43 -04:00
parent 53141040f4
commit ec020ad471
7 changed files with 75 additions and 0 deletions

View File

@ -120,6 +120,11 @@
"description": "Campers profile does not show challenges/certificates to the public",
"default": false
},
"isAvailableForHire": {
"type": "boolean",
"description": "Camper is available for hire",
"default": false
},
"currentChallengeId": {
"type": "string",
"description": "The challenge last visited by the user",