Multiple values for a single result
Reported by Kenrick Turner | January 15th, 2010 @ 02:07 PM
Some results should be allowed to have multiple values.
This will require modification to the Results model, any view or controller actions associated with CRUD of results and a decision on best to store multiple values in the model (?PostgreSQL array datatype).
This will require several sub-tasks:
- #50 - Add 'multival' result type to Results model
- #51 - Identify all views handling results CRUD
- #52 - Identify all controller actions handling results CRUD
- #53 - Update identified views to handle multival result types
- #54 - Update identified controller actions to handle multival result types
The exact implementation will likely require further discussion in this thread.
Comments and changes to this ticket
-

Kenrick Turner January 15th, 2010 @ 02:07 PM
- Title changed from Multiple options entry for a single result to Multiple values for a single result
-

Kenrick Turner January 15th, 2010 @ 02:25 PM
- Tag set to enhancement
-

Kenrick Turner March 13th, 2010 @ 12:19 PM
- State changed from new to open
(from [5180f0cfb13365699311a1726d7bf20483d44396]) Initial work on multival functionality [#49 state:open] http://github.com/kenners/uamuzi-bora/commit/5180f0cfb13365699311a1...
-

Kenrick Turner March 14th, 2010 @ 10:26 AM
- Assigned user changed from Andrew Ho to Gunnar Ro
-

Gunnar Ro March 15th, 2010 @ 09:52 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A basic HIV Electronic Medical Record (EMR) system using CakePHP.
People watching this ticket
Tags
Referenced by
-
50
Add 'multival' result type to Results model
Part of #49
-
52
Identify all controller actions handling results CRUD
Part of #49
-
53
Update identified views to handle multival result types
Part of #49
-
54
Update identified controller actions to handle multival result types
Part of #49
-
49
Multiple values for a single result
(from [5180f0cfb13365699311a1726d7bf20483d44396])
Initial...