From 4e04cee22ef48093f1411d59c47a4a35e270a7dd Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 7 Dec 2014 16:49:20 +0100 Subject: Added node type descriptions --- src/consts.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.3.1