release notes

Universal Development Update – February / March 2019

Related products: Universal GUI
Universal Development Update – February / March 2019

Howdy everyone, the time has come for another Universal development update and we have got some treats for you! The Universal GUI has had some major changes, both visually and functionally. With edit mode we're getting closer and closer to a replacement of the Mobile GUI. Try the demo here

You can expect these blogs to come every six weeks from now on.
 

Alpha build

Like with every blog, we've released an alpha build so you can test Universal out for yourself. Don't forget the documentation and be sure to keep the following in mind:
 

  • Universal must be deployed on the same server as Indicium. Browser security prohibits us from deploying this otherwise. For now.
  • Universal only works with version 2018.3 of the Thinkwise Platform.
  • Furthermore, make sure you run all hotfixes on the IAM and SF that you plan to use for Universal.
  • Make sure you are on the latest version of Indicium.
  • This is an Alpha version, there is no compatibility plan in place for Universal just yet. Indicium updates and IAM hotfixes will eventually break this Alpha release.


Download your alpha build here

 

 

Add / Edit implementation

According to our design, we've implemented the technical details for working with add and edit mode.

We've added the options to add a new record, or update an existing record. This works as you'd expect, using the buttons in the action bar:

 

 

 

165d1928-12c2-46ea-a085-de34e3902f88.gif


Adding a new row

 

 

 

fbe4045c-bf0f-49e8-8f3f-1106441991b9.gif


Editing an existing row

You'll notice in the images above that the action bar also reacts to edit mode. The save and cancel buttons are only visible in edit mode, and the edit button is only visible in non-edit mode.

The asterisk that indicates that a field is mandatory is only shown in edit mode.

 

 

 

 

Controls

We've created a base control which helps all other controls handle events like when a users leaves a field or when the value changed. This makes developing other controls much easier.

Implemented controls
We're working hard on implementing edit mode for each control. As you can imagine this takes quite a lot of work and care to ensure each control works as expected. Besides the base control, we've already implemented the following controls:

Text

 

 

 

da6561e0-0b00-4541-9af0-9a02dbae2735.png


A text control in edit mode

Multiline

 

 

89e0feab-004f-4704-914a-06a01ef69a4d.png


A multiline control in edit mode

Numeric

 

 

1baf9677-272b-42ae-9e86-0566d43a3a53.png


A numeric control in edit mode

Combo

 

 

ea735701-a2bd-4df7-96f5-5fc40ecb7bfc.png


A combo control in edit mode

Checkbox

 

 

6c4c791a-f902-4c71-b96a-eabe9c8e9a15.gif


A checkbox control in edit mode

We'll continue to work on implementing the remaining controls and supporting lookups in edit mode.

 

 

 

Layouts / defaults

We've also implemented layouts and defaults. For now the layout is executed when a field loses focus. We'll be making this more immediate in the future.

Visibility

 

 

 

dca64d04-a255-4488-b6bf-51a3dfadf12d.gif


The field 'Beëindigd per' is only visible when 'Contract beëindigd' is checked

Also notice in the above image that the date is filled by default with the current date.

Mandatory

 

 

4022207c-23d9-48de-8abe-00dae38f9938.gif


'Verstuurd door' becomes mandatory if 'Gepubliceerd' is checked.

 

 

 

Tooltips

Because we don't have resizable components like splitters or the columns in the grid, it's possible that data gets hidden. To ensure it's still possible to read all the data, we've added tooltips.

 

 

 

 

e8b3e889-8000-440f-97c1-f2618ff2579f.gif


A tooltip is shown on overflowing elements

The general idea is that the tooltip is only shown when the content doesn't fit. It shouldn't matter what the content exactly is. There are some exceptions of course, like prefilters where you only see the icon, and always want to see the name on hover.

Another exception is open documents. These always show a tooltip, and the tooltip also has the context when the open document is zoomed.

 

 

 

 

01376346-fb8c-4c5f-bf43-71f72c5ba52e.png


Tooltip on a zoomed document, more on this in the next section

 

 

 

 

Zoomed details in open documents

The name of the currently open document got pushed away very quickly because we prepended the path, especially when you zoomed in multiple times. We've opted to simply show the name of the opened detail document. The user gets to see the path she took to get to that detail in the tooltip. The icon of the zoomed document is now correctly shown, rather than the icon of the parent.

It looks like this:

 

 

 

 

67371e40-96c3-4453-84dc-93bf4b6a93de.gif


'Emails' is a detail of 'Medewerkers', showing the parent row (Dave Brumfield)

Zooming multiple times shows the path the user took to get to the current subject:

 

 

 

 

b2eb8e1c-b6cb-4dc8-8799-0d09f1064815.png


Zoomed in multiple times, each parent subject separated with a '>'

 

 

 

 

Papers

To better distinguish visually between components, we've put papers around them. We already had papers around the login component and around detail tiles, but now the grid, form and cardlist components also have them. It looks like this:

 

 

 

 

ff6be870-ff7d-4a12-9ff4-4ad1b3498fe9.png


Papers around the cardlist and the form

And the same screen in dark mode (use the lightbulb in the topbar to switch modes):

 

 

 

 

a91b06e2-d676-4374-86aa-2e95e685764a.png


Papers around the cardlist and the form in dark mode

The paper has been put around the entire form, and the sections (what now are tabs) have been separated with a divider line.

 

 

 

 

d8729b6f-2cf7-4a93-98e1-8e070ad17275.png


Papers around the grid and detail tiles

And the same screen in dark mode:

 

 

 

 

8b4f956c-8c31-452a-a59e-253d6dab0968.png


Papers around the grid and detail tiles in dark mode

Adding paper to components makes it easier to see where one component ends and the next starts. It makes the screen look a lot cleaner and less cluttered because components are being lifted from the surface by papers.

 

 

 

 

Lots of minor fixes / tasks

A lot of work has been done to ensure that the Universal GUI has the highest quality.

 

 

 

 

  • Fixed checkbox styling
  • Fixed the selected and hover state of rows in the grid with conditional layout
  • Made the 'Open documents' text animation
  • Fixed nested lookups sometimes not being translated
  • Put form controls closer together
  • Only the available applications per platform are loaded, rather than all applications
  • Fixed issue where there was no dataset available
  • Fixed logout request not being sent when logging out
  • Hide columns based on context filter in zoomed documents
  • Fixed max-length property for multiline controls
  • Fixed form multiline controls not showing on one line
  • Several code and development improvements

 

 

Be the first to reply!