Feature(nav): clicking on logo takes user to current challenge

This commit is contained in:
Berkeley Martinez
2016-08-03 12:56:00 -07:00
parent 58ed93bacc
commit 42de7c57ef
9 changed files with 120 additions and 19 deletions

View File

@ -120,8 +120,14 @@
"description": "Campers profile does not show challenges/certificates to the public",
"default": false
},
"currentChallengeId": {
"type": "string",
"default": "",
"description": "the challenge last visited by the user"
},
"currentChallenge": {
"type": {}
"type": {},
"description": "deprecated"
},
"isUniqMigrated": {
"type": "boolean",