Defining our module design
Now that we’re creating a useful module, as professional developers, we need to make sure that we exactly know what we want to obtain. Usually, customers expose their needs to the project management, and we are provided a mockup of what we need to deliver.
Let’s imagine that we receive this ticket from our manager:
Please create a reinsurance module composed of three static blocks. No configuration interface is needed yet. It must be displayed on every front office page, in the footer. Please find attached the mockup:
Figure 8.1 – The reinsurance block module mockup
This desktop layout will need to be adapted for mobile displays. The project manager told us to put each block in rows instead of columns for mobile after a little discussion. Before starting our development, we need to set some information; that’s why you need to make sure that you have all the following details:
- Display...