Opened 6 years ago
Closed 6 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 , 6 years ago
Complexity: | Medium → Hard |
---|---|
Type: | defect → enhancement |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.