Skip to content

Commit

Permalink
fix: update the position of structure diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangFu2000 committed Feb 27, 2020
1 parent 2f58784 commit d56e598
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Report/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ However, as written in the requirements below, we need to fix things in the corr

When serializing an `Instant` timestamp, which is known to be full seconds, a number of zeroes are appended to the end. An option to disable writing any decimal part when serializing should be added.

The structure of the issue is represented as follows.

![issue-structure-before](<issue-structure-before.png>)
![issue-structure-after](<issue-structure-after.png>)

### Requirements affected by functionality being refactored

Expand All @@ -90,6 +86,16 @@ The requirements for the solution of this issue are the following:
* Setting the flag with a mapper serializes (timestamps?) without a fraction part
* Deserializing an earlier serialized value which had the flag set should get the same value back, given that the fraction is zero.

### Structure of the issue

The structure of the issue is represented as follows.

![issue-structure-before](<issue-structure-before.png>)

This is the structure of the issue after we addressed it.

![issue-structure-after](<issue-structure-after.png>)

### Existing test cases relating to refactored code

### Test results
Expand Down

0 comments on commit d56e598

Please sign in to comment.