29-03-21 Entry: WIP for WPOC
2 min read

29-03-21 Entry: WIP for WPOC

Today I worked on 2nd iteration of ETA and Quantity input fields to cater for the requirement updates.
29-03-21 Entry: WIP for WPOC

Today I worked on the add job section where the users key in the Estimated Time of Arrival (ETA) of the vessel.

We discovered that apart from the typical ETA with date and time, there are times where the users receive ETAs in other formats, such as:

  1. ETA date only but no time;
  2. ETA date only with timing indicators like AM or PM;
  3. ETA daterange.

And also, for the nominated quantity, it might be a range at first instead of a single value.

Initial design allows only ETA date and time.

ETA Input Version 2

We decided to create another option for the ETA input field. So now, if the users receives an ETA with Datetime, they will proceed as usual with the 1st option:

For the other formats, they will select the Indicators option.

Below the date input field. There will be 4 options for the AM, PM, LAM (Late AM) and LPM (Late PM).

Example of ETA date only.
Example of ETA date with timing indicator.

For the ETA daterange format, the timing indicators are disabled since its a daterange and impossible to indicate whether it will be arriving in the AM or PM within the range:

Example of ETA daterange; timing indicators are disabled.

Quantity Range

We have already this function in our current system, so it's only a matter of incorporating it the design.

We think we will allow user to enter a quantity range for each parcel of bunker to allow more flexibility for users:

Example of quantity range.

That's all for today, c'ya tml!