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
Original issue reported on code.google.com by
gravitydevelopment
on 5 Oct 2013 at 5:24