forked from global-pulse/HunchWorks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specifying the skills required to contribute to a hunch has always been kind of weird and exclusive. It doesn't fit in the form either, so I'm removing it.
- Loading branch information
Showing
2 changed files
with
7 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,40 +75,6 @@ | |
}, | ||
|
||
|
||
{ | ||
"pk": 1, | ||
"model": "hunchworks.skill", | ||
"fields": | ||
{ | ||
"name": "Programming" | ||
} | ||
}, | ||
{ | ||
"pk": 2, | ||
"model": "hunchworks.skill", | ||
"fields": | ||
{ | ||
"name": "Welding" | ||
} | ||
}, | ||
{ | ||
"pk": 3, | ||
"model": "hunchworks.skill", | ||
"fields": | ||
{ | ||
"name": "Bomb dissarming" | ||
} | ||
}, | ||
{ | ||
"pk": 4, | ||
"model": "hunchworks.skill", | ||
"fields": | ||
{ | ||
"name": "Flying license" | ||
} | ||
}, | ||
|
||
|
||
{ | ||
"pk": 1, | ||
"model": "auth.user", | ||
|
@@ -262,8 +228,7 @@ | |
{ | ||
"user": 3, | ||
"name": "Test User", | ||
"email": "[email protected]", | ||
"skills": [1,3] | ||
"email": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -273,8 +238,7 @@ | |
{ | ||
"user": 3, | ||
"name": "Sean Rivello", | ||
"email": "[email protected]", | ||
"skills": [2] | ||
"email": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -284,8 +248,7 @@ | |
{ | ||
"user": 4, | ||
"name": "Mark Spiegelman", | ||
"email": "[email protected]", | ||
"skills": [3] | ||
"email": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -295,8 +258,7 @@ | |
{ | ||
"user": 5, | ||
"name": "Helena Cabag", | ||
"email": "[email protected]", | ||
"skills": [2,4] | ||
"email": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -306,8 +268,7 @@ | |
{ | ||
"user": 6, | ||
"name": "Betty Heral", | ||
"email": "[email protected]", | ||
"skills": [2,4] | ||
"email": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -317,8 +278,7 @@ | |
{ | ||
"user": 7, | ||
"name": "Margunn Grabow", | ||
"email": "[email protected]", | ||
"skills": [2,4] | ||
"email": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -328,8 +288,7 @@ | |
{ | ||
"user": 8, | ||
"name": "Jen Maura", | ||
"email": "[email protected]", | ||
"skills": [2,4] | ||
"email": "[email protected]" | ||
} | ||
}, | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters