] 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
[WHY]
] record management -
] authorization -
[WHERE]
] view/locaton - displays 'view record owner' link to access owner id page
] add/location - input field enables user to enter id value of person
] edit/location - input field with option to change value (id_person) of the record owner,
[WHEN]
]
[EXAMPLE]
]
[HOW-TO]
] place the value of the 'person id' of the record into the owner field
[REFERENCE]
]
developer implementation
[process]
[notes]
]
[by_date]
x] 2013-mm-dd FEA - places - field - owner
x] PGs -
] add/location,
] edit/location,
] delete/location,
] view/location
x] CLASS - Location.cs
x] constructors
x] add()
x] edit()
x] property qry's
x] DB - table - locations ( SET default value 1, fill fields )
] ALTER TABLE `db_2`.`locations` CHANGE `owner` `owner` INT( 11 ) NOT NULL DEFAULT '1'
] TEST -
] add
] edit
] view
] publish as
] rev-000
status
[current]
]
[next]
] check validation object for NEW FIELDS testing
] add DEFAULT OWNER VALUE (ex 1 , sospep owner)
] add oPTion to select different owner from people table