#3: compatibility with SimpleDataGrid
- Contents
- Proposed by
- Geir Bækholt
- Seconded by
- Martin Aspeli
- Proposal type
- Architecture
- State
- being-discussed
Motivation
FOr compatibility with simpledatagrid and drop-in-replacement of the field in those products where simpledatagrid is already in use.
Proposal
if the data-structure is the same : copy the methods across, write unittests, commit and release.
If the datastructure is not the same, the methods must be reimplemented first.
Risks
If the datastructure for the field is not the same, drop-in-replacement will not work.