edit-task
Home
Up
Delete
Task Name:
Task Description:
adding the owner field to the PLACES app
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">FEATURE places - FIELD - owner</h1> <h2>[WHAT]</h2> <ol> <li>] new field 'owner' for each PLACES 'location' record, users can use the 'owner' feild to denote the owner of any 'location' record, where the 'owner' of the 'location' record is the person who created the record or the person assigned by the owner to manage the record</li> </ol> <h2>[WHY]</h2> <ol> <li>] record management - </li> <li>] authorization -</li> </ol> <h2>[WHERE]</h2> <ol> <li>] view/locaton - displays 'view record owner' link to access owner id page</li> <li>] add/location - input field enables user to enter id value of person </li> <li>] edit/location - input field with option to change value (id_person) of the record owner,</li> </ol> <h2>[WHEN]</h2> <ol> <li>] </li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>] </li> </ol> <h2>[HOW-TO]</h2> <ol> <li>] place the value of the 'person id' of the record into the owner field</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>] </li> </ol><hr /> <h1 style="text-align: center;">developer implementation</h1> <h2>[process]</h2> <ol> <li> </li> </ol> <h2>[notes]</h2> <ol> <li>] </li> </ol> <h2>[by_date]</h2> <ol> <li><strong>x] </strong><strong><strong>2013-mm-dd </strong><strong>FEA - places - field - owner</strong></strong></li> <ol> <li><strong>x] PGs - </strong></li> <ol> <li>] add/location, </li> <li>] edit/location, </li> <li>] delete/location, </li> <li>] view/location</li> </ol> <li><strong>x] CLASS - Location.cs</strong></li> <ol> <li>x] constructors</li> <li>x] add()</li> <li>x] edit()</li> <li>x] property qry's</li> </ol> <li><strong>x] DB - table - locations ( SET default value 1, fill fields )</strong></li> <ol> <li>] ALTER TABLE `db_2`.`locations` CHANGE `owner` `owner` INT( 11 ) NOT NULL DEFAULT '1'</li> </ol> <li>] TEST - </li> <ol> <li>] add </li> <li>] edit </li> <li>] view </li> </ol> <li>] publish as </li> <ol> <li>] rev-000</li> </ol></ol></ol><hr /> <h1 style="text-align: center;">status</h1> <h2>[current]</h2> <ol> <li> ] </li> </ol> <h2>[next]</h2> <ol> <li>] check validation object for NEW FIELDS testing</li> <li>] add DEFAULT OWNER VALUE (ex 1 , sospep owner)</li> <li>] add oPTion to select different owner from people table</li> </ol>