Ticket #1239 (new task)

Opened 3 years ago

Last modified 3 years ago

get rid of config.ambra.platform.cisStartDate

Reported by: russ Assigned to: rich
Priority: unassigned Milestone:
Component: ambra Version:
Keywords: Cc:
Blocking: Blocked By:

Description

would it be possible to do a simple data migration in mulgara (adding a "no competing interests" declared or something to each annotation) and get rid of this config?

if we do need to keep the config, is it correct to do american-style month/date/year date format? could we use a more standard date format?

Dependency Graph

Change History

03/26/09 11:46:21 changed by josowski

Currently the system assumes that if the competing interest statement is null. The user had no competing interests. That is, if the user selects "yes" to competing interest, the application forces the user to enter a string and we only store this string value. No what the user selected.

To do a data migration we'll have to add another field. One to know whether the user selected "yes" or "no" or in the case of older annotations "null" for not having filled in the field. If we decide to go this route note changes made in r7357, but more importantly r7527 as some of these changes can be rolled back.