[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: GNU Herds: Attend pending to classify skills
From: |
Davi Leal |
Subject: |
Re: Fwd: GNU Herds: Attend pending to classify skills |
Date: |
Tue, 31 Mar 2009 22:21:24 +0200 |
User-agent: |
KMail/1.9.9 |
> * OS (unix, linux, win32, macos)
The gnuherds webapp automatically split skills when there are several
individual matches. Unfortunately in this case it did not worked; we hope
follow improving such splitting algorithm.
I have splitted and renamed it by hand:
DELETE FROM R24_Qualification2Skills
WHERE
R24_Q1_E1_Id = 248 AND
R24_Li_Id = 'OS (unix, linux, win32, macos)';
INSERT INTO R24_Qualification2Skills
VALUES (id, 'Unix', 'Expert','up to 10 years');
VALUES (id, 'GNU/Linux', 'Expert','up to 10 years');
VALUES (id, 'Microsoft Windows', 'Expert','up to 10 years');
VALUES (id, 'Mac OS', 'Expert','up to 10 years');
DELETE FROM LI_Skills
WHERE LI_Id='OS (unix, linux, win32, macos)';
FYI, right now there are two Skill Administrators: Antenore and Davi.
Re: Fwd: GNU Herds: Attend pending to classify skills,
Davi Leal <=