Job description
There is a functionality to be implemented, which will copy the data taken from the database in the form of a list object to a new object and, based on this data, will fill in the values in another object based on the established criterion.
In the retrieved list, there will be the address of the cell in which the value of the attribute is located. If the address is not present (0,0) then a default value must be retrieved from the above list and assigned to the attribute.
Additionally, documentation will be required including:
- functional specification
- system requirements
- test scenarios
- test results
- code documentation (can be in a form of comments)