From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 68EF0E013AE for ; Fri, 7 Jun 2013 04:50:58 -0700 (PDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 07 Jun 2013 04:50:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,821,1363158000"; d="scan'208,217";a="313696051" Received: from calin-desktop.rb.intel.com (HELO [10.237.105.64]) ([10.237.105.64]) by azsmga001.ch.intel.com with ESMTP; 07 Jun 2013 04:50:55 -0700 Message-ID: <51B1C989.9000900@linux.intel.com> Date: Fri, 07 Jun 2013 14:52:41 +0300 From: Calin Dragomir User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: "Barros Pena, Belen" References: In-Reply-To: Cc: Paul Eggleton , "webhob@yoctoproject.org" Subject: [Webhob] Django models wiki updates X-BeenThere: webhob@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 11:50:58 -0000 Content-Type: multipart/alternative; boundary="------------040906020304080009080108" --------------040906020304080009080108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi everyone, I've updated the info on the Wiki based on what we've discussed earlier. The updates are: * *task_type* has been replaced with a BooleanField called *task_executed* which will be True for Executed tasks and False for prebuilt. I know this is different from the UI, but having task_type in the DB with the value True / False was a bit confusing for the readers. If anyone has objections on this, I can change it back to its original state. * *task_number* has been replaced by an Integer field called *order *. * *py_sh* field has been renamed as *script_type* . * *code* field has been replaced by two fields called *file_path* and *line_number* . * *disk_io* has been made a decimal field. * *task_id* has been added to the set. * *sstate_result* field has replaced *task_history* and has the 4 options we have considered. If the current key of the choices is to be changed to numbers please let me know and I'll modify it. There are a couple of questions added at the end of the table, which should be answered. Please review my changes here: https://wiki.yoctoproject.org/wiki/Django_models Thank you, Calin --------------040906020304080009080108 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi everyone,

I've updated the info on the Wiki based on what we've discussed earlier.
The updates are:

* task_type has been replaced with a BooleanField called task_executed which will be True for Executed tasks and False for prebuilt. I know this is different from the UI, but having task_type in the DB with the value True / False was a bit confusing for the readers. If anyone has objections on this, I can change it back to its original state.
* task_number has been replaced by an Integer field called order .
* py_sh field has been renamed as script_type .
* code field has been replaced by two fields called file_path and line_number .
* disk_io has been made a decimal field.
* task_id has been added to the set.
* sstate_result field has replaced task_history and has the 4 options we have considered. If the current key of the choices is to be changed to numbers please let me know and I'll modify it.

There are a couple of questions added at the end of the table, which should be answered.

Please review my changes here:  https://wiki.yoctoproject.org/wiki/Django_models

Thank you,
Calin
--------------040906020304080009080108--