Unresolved
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Adam Nawrot
Adam Nawrot(Deactivated)Reporter
Nikola Laskowska
Nikola Laskowska(Deactivated)Labels
Original estimate
3d
Time tracking
Fix versions
Priority
Time Assistant
Time Assistant
Created April 5, 2023 at 9:55 AM
Updated July 3, 2024 at 8:43 AM
Acceptance Criteria:
orderable file
When any of the required cells are empty an error message stating that “The orderable file contains at least one empty cell.” is displayed.
When any of the value in the following columns: “packRoundingThreshold”, “packSize” is negative an error message stating that “The orderable file contains negative value in the following column: [<name of the column(s)>].” is displayed. Example: “The orderable file contains negative value in the following column: [packRoundingThreshold].”
When the .csv file does not contain any data an error message stating that “The orderable file does not contain any data.” is displayed.
When the values in the “roundToZero” column is different than the boolean an error message stating that “The orderable file contains wrong format in the following column: [<name of the column>]. The format should be [true] or [false].” is displayed. Example: “The orderable file contains wrong format in the following column: [roundToZero]. The format should be [true] or [false].”
When the data in the following columns: “packRoundingThreshold”, “packSize” are different than INT format, an error message stating that “The orderable file contains wrong format in the following column: [<name of the column(s)>]. The format should be a number.” is displayed. Example: “The orderable file contains wrong format in the following column: [packRoundingThreshold]. The format should be a number.”
When the column headers does not match the name an error message stating that “The orderable file contains at least one invalid header.” is displayed.
orderable_mapping file
When any of the required cells are empty an error message stating that “The orderable_mapping file contains at least one empty cell.” is displayed.
When the orderable_mapping file does not contain any data an error message stating that “The orderable_mapping file does not contain any data.” is displayed.
When the column headers does not match the name an error message stating that “The orderable_mapping file contains at least one invalid header.” is displayed.
When the data in the following columns: “from“, “to“, “type“, “entityName“, “defaultValue” are different than in the original file an error message stating that “The orderable_mapping file contains at least one invalid data in the following column: [<name of the column(s)>]. Example: “The orderable_mapping file contains at least one invalid data in the following column: [from, to].”
The mappings are not required.