punchware / JIO-Library

Automatically exported from code.google.com/p/gravity-jio
4 stars 4 forks source link

Feature 1.2- Process: Data Migration #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) What the feature does?
- This features purpose is to copy all the files and folders from the defined 
source path to the defined destination path. 

2) How the feature being implemented?
- The structure should be look like this: 
dataMigrate(sourcePath,destinationPath, destinationName).
- Must implementing a try catch block.
- If the source or destination path are not existed, function should return an 
error msg and the data migration would not happend.
- Function should return a succeed msg when the data migration successfully 
done.   
- System should also produce a migration log file consist of an information 
such:
  - Start time and end time
  - Date
  - Source path+folder
  - Destination path+folder

3) Features inheritance?
- copyFolder

4) Weightage of importance (low/medium/high)
- medium

Original issue reported on code.google.com by gravitydevelopment on 5 Oct 2013 at 5:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by gravitydevelopment on 10 Nov 2013 at 4:43