From: Viktor F. <vik...@gm...> - 2010-09-28 18:54:44
|
# removed all # added ITD@, mak...@li... Hello, Can someone from The Great Makumbians clarify what happens when you refactor int enum? For example this one in line 80: http://private.best.eu.org/mak-tools/dataDefinitions/best.internal.Student#80 skills->level = int {"Not set"=0, "Have interest"=10, "Have knowledge"=20, "Experienced"=30} If someone would change it to: skills->level = int {"Not set"=0, "Not interested"=10, "Have interest"=20, "Have knowledge"=30, "Experienced"=40} *note how Not interested became 10 Will this then change in whole DB Have interest to Not interested, because it's the same number? Is this the best way to solve this issue: skills->level = int {"Not set"=0, "Not interested"=5, "Have interest"=10, "Have knowledge"=20, "Experienced"=30} Cheers, Viktor Fonić Board of European Students of Technology Local BEST Group Zagreb IT Committee skype: viktor.fonic or vfonic phone: +385981812433 On 23 September 2010 20:51, Marcos Ierides <mar...@gm...> wrote: > > Hey, > Sounds like a really good idea > And regarding the fact that we have to check regularly whether the person is interested or not, for me it makes sense, since the HR tool is not just a database where you store info one and for all, but also a monitoring tool for cmt members > Hugs > > On Thu, Sep 23, 2010 at 3:45 PM, Constantin Blanariu <con...@be...> wrote: >> >> >> On Thu, Sep 23, 2010 at 3:00 PM, Nikola Milivojevic <0d...@gm...> wrote: >>> >>> Hey, >>> >>> I would just propose to put "Not Interested" as last option :) Just change order. >> >> Why ? >> >> As we proposed it has a good meaning, the involvement of that person in something. >> >> Cheers, >> Bubu >> >>> >>> zp >>> Nikola >>> >>> On Tue, Sep 21, 2010 at 9:38 PM, Constantin Blanariu <con...@be...> wrote: >>>> >>>> Hey, HRs! >>>> >>>> Me and Magda and Thanos (at least... that's what Magda said! ;) ) were thinking that it could be >>>> useful to have in HR tool another option when editing someone's skill. The "Not interested" option. >>>> >>>> This is for the members that do not have the knowledge to do something and also don't want to >>>> learn about that activity/skill. >>>> >>>> So, to have: >>>> - Not sed >>>> - Not interested >>>> - Have interest >>>> - Have knowledge >>>> - Experienced >>>> >>>> What do you think about this ? >>>> >>>> hugs, >>>> Bubu >>>> >>>> -- >>>> Constantin Blanariu >>>> BEST Bucharest >>>> Tel: +40 744 527 893 >>>> E-mail: con...@gm... >>>> www.BEST.eu.org/bucharest >>> >> >> >> >> -- >> Constantin Blanariu >> BEST Bucharest >> Tel: +40 744 527 893 >> E-mail: con...@gm... >> www.BEST.eu.org/bucharest > > > > -- > Marcos Ierides > Board of European Students of Technology > Trainer's Community Supervisor > Local BEST Group Athens > |