AY1920S2-CS2103T-W12-1 / main

Delino - Managing Delivery Tasks
https://ay1920s2-cs2103t-w12-1.github.io/main/
MIT License
0 stars 6 forks source link

[PE-D] Import feature doesn't fit well with the product. #284

Closed nus-pe-bot closed 4 years ago

nus-pe-bot commented 4 years ago

According to the textbook,

feature that doesn't fit well with the product can be a feature flaw.

image.png

The import feature requires a certain format in the CSV file. However, there no export feature. Additionally the format is not just normal comma separated values but values appended with prefixes. Thus, it wouldn't make sense for user to generate this specific formatted CSV file just to be able to use this feature.


Labels: severity.Medium type.FeatureFlaw original: zenatrick/ped#4

Exeexe93 commented 4 years ago

The feature is meant to detect the prefix in order to allocate the value for the order and return order. Furthermore, export feature is in version 2.0.