JustBrandonLim / ICT2106_P2_Project_M1

For lab group P2's project integration repository
1 stars 1 forks source link

4.2.2 Add Builder Design Pattern for D2 | Start: 03/03/23 | End: 16/03/23 #148

Closed JustBrandonLim closed 1 year ago

JustBrandonLim commented 1 year ago

The objective of this issue is to implement the builder design pattern for D2, in our feature for exporting and importing the device configurations into JSON format.

We will use a builder to build the JSON for exporting.

The JSON should consist of the device metadata, and device configuration.

JustBrandonLim commented 1 year ago

Image

Implemented the concrete builder, that implements from a builder interface.

Image