diff options
| author | garbash <dor.garbash@gmail.com> | 2014-12-07 16:49:20 +0100 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-12-07 16:49:20 +0100 |
| commit | 4e04cee22ef48093f1411d59c47a4a35e270a7dd (patch) | |
| tree | 3a9f908f898334400056918847d7446e2739c461 /src/consts.js | |
| parent | cfd41379266690e78afc62f5ae45520982777fb8 (diff) | |
Added node type descriptions
Diffstat (limited to 'src/consts.js')
| -rw-r--r-- | src/consts.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/consts.js b/src/consts.js index 4b21dc70..32167811 100644 --- a/src/consts.js +++ b/src/consts.js @@ -5,12 +5,12 @@ define(function() { var nodetypes = ["person", "club", "skill", "interest", "third-internship-proposal", "internship"]; var description = { - person: 'Depict a person, real or fictional', - club: undefined, - skill: 'Depicts a specific ability of expertise a person can have', - interest: undefined, - 'third-internship-proposal': undefined, - internship: undefined, + person: 'A person in CRI - student or teacher', + club: 'A shared club or project within the CRI', + skill: 'Ability or expertise you possess', + interest: 'Scientific skill or domain expertise you wish you had', + 'third-internship-proposal': 'Create this to submit your third internship proposal', + internship: "Title of first or second internship you've done" }; // TODO: enums, sometime |
