Changes between Version 4 and Version 5 of NFR_LARGE_RESOURCES_R0
- Timestamp:
- 11/03/09 16:46:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NFR_LARGE_RESOURCES_R0
v4 v5 10 10 11 11 == Task requirements == 12 * Created a special BinData that can contain link to a file and reads only requested parts of it.13 * When the user opens big files for resources containing BinDataask the user if he/she wants to link the file or automatically link the file if it is too large.12 * Created a special way for linking a file in Sophie. The file should be accessed in parts. 13 * When the user opens big files for binary resourcesask the user if he/she wants to link the file or automatically link the file if it is too large. 14 14 * If the file is smaller than ? MB automatically embed it. 15 15 * If the file is between ? MB and ? MB ask the user if he/she wants to link or embed it. 16 16 * If the file is bigger than ? MB automatically link it. 17 17 * Create special dialog for user interaction for large files or modify the file dialog if possible. 18 * Create BinData that can linkevery type of URL (optional, hard because there could be no API that can do that).18 * Create a way for linking every type of URL (optional, hard because there could be no API that can do that). 19 19 * Ask the user if he/she wants to copy the file in special directory that can be transferred with the book. (optional, hard due to relative paths). 20 20 * That will work only with files saved on the file system.