Opened 6 years ago

Closed 5 years ago

#1897 closed enhancement (fixed)

Restructure the processing model in wcst_import

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.7
Component: wcst_import Version: development
Keywords: Cc: Vlad Merticariu
Complexity: Hard

Description

Currently the processing workflow in wcst_import looks like this:

  • collected files specified in "paths"
  • analyze file 1, file 2, …
  • process file 1
  • process file 2

It will be more flexible (and necessary for support pre/post-processing hooks if it is restructured to work like this:

  • collected files specified in "paths"
  • analyze file 1, process file 1
  • analyze file 2, process file 2

Change History (2)

comment:1 by Bang Pham Huu, 6 years ago

Complexity: MediumHard
Type: defectenhancement

comment:2 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.