Changes between Version 2 and Version 3 of MolgenisFile
- Timestamp:
- 2011-01-20T18:12:01+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisFile
v2 v3 24 24 25 25 > MS: not a valid argument. You can solve this by making the 'properties' live inside the database. 26 > We therefore could (and should) make a 'MolgenisProperties' entity to store these system settings.26 > Action: We therefore could (and should) make a 'MolgenisProperties' entity to store these system settings. 27 27 28 28 The file is a field and not an entity of its own. This means: … … 30 30 * Adding decorators, extensions, etc on is not possible in a suitable way 31 31 32 > MS: this is a very valid argument. Action plan: I think we should first and foremost keep the field type="file" and make it better. But also have inside the GCC model a way to use File as entity. 32 > MS: this is a very valid argument. 33 > Action plan: we keep and improve field type="file". Only then we add inside the GCC model a way to use File as entity. type="file_entity" 33 34 34 35 (see note B )