Questions tagged [dynamic-ui]
A dynamic UI changes in response to the system's state, exposing more interface elements or hiding them, or changing their configuration.
81 questions
2
votes
0
answers
51
views
Enterprise Workflow Management System UI/UX [closed]
Below are several screenshots of different sections of an enterprise application used in financial institutions for workflow management. I would appreciate your take on the UI. Since I haven't shared ...
0
votes
0
answers
46
views
I have a complicated dynanmic form field with Parent-Child relationships. How to organise all the children?
I have a complicated dynamic form field with Parent-Child relationships. How can I organise all the children? Here is the wireframe for the Parent-Child fields:
Also if I were to show all the form ...
0
votes
0
answers
58
views
In search of UI library for advanced query builders
We're building an advanced search/query builder feature for a data heavy product and are in search of a UI component library for the query (so the components and flow don't need to be built from ...
2
votes
2
answers
321
views
How do you display long file paths in a web app?
I'm working on a website that allows the user to upload two files from a remote computer and displays the file paths as a confirmation. However, if the file paths are long, the card that holds the ...
3
votes
1
answer
221
views
Solving accidental clicks
Sometimes when a window is bring to front by the system, I click a button or other widget accidentally when my intent is to click in the window which was covered by the new window.
For example suppose ...
2
votes
1
answer
144
views
Does dynamically updating the date to 'today' on a website affect user experience?
I was quite surprised a few days ago when I visited the latest HTML specs from W3C (they moved it to a new website and URL, but it's official) and saw that they had been updated on that very date. I ...
1
vote
1
answer
411
views
What is the best way to create a dynamic form with many sections
I have a scenario where a client wants a full wizard with steps to create a full report with a large dynamic form. It is dynamic in the sense not all sections and fields are required but its possible ...
0
votes
1
answer
264
views
How to handle translation in a dynamic string on GUI?
I'm currently working on a localization project for a GUI, and I'm facing a challenge regarding dynamic strings. Specifically, I'm unsure about the best approach for handling translations when it ...
2
votes
3
answers
1k
views
Dynamic Forms Best practices
I am trying to understand best practices around dynamic forms v/s static forms.
e.g. Say I have a business flow with Create/Modify/View
Now say for View screen, the fields applicable are Field 1 | ...
3
votes
1
answer
746
views
Is there a best practice for what each Easing Functions should be used for?
How do I find the ideal easing function for specific scenarios like shape expanding and text appearing, etc.
0
votes
1
answer
76
views
Is increasing an input search field width on click considered a cumulative layout shift (CLS)?
I'm trying to understand cumulative layout shifts. Are they just related to unexpected behaviour (for example, Javascript rewriting CSS or sizes), or does that include intentional shifts such as ...
15
votes
3
answers
3k
views
Using fixed placeholders vs hiding element
On a dashboard I'm displaying 'cards' representing operating statuses of factory machines (the data is retrieved from a database), management can use the dashboard section to identify the number of ...
0
votes
2
answers
843
views
Changing content based off a selection without using progressive disclosure
I have a use case in a modal where the user can select forms and define criteria based off of what they have selected. All of the criteria dependencies based off what form the user has selected remain ...
2
votes
4
answers
2k
views
If all filters update the results dynamically, do you still need a 'Show Results' button?
If you have a table of results with an associated filter panel and all the data is able to be filtered dynamically 'live' when the user selects anything, do you still need a 'Show Results' button? ...
1
vote
2
answers
703
views
Payment failed action notification placement
Basically I work for a delivery company named REDX, where they delivery parcels door to door. We have a dashboard as shown below, and now we will introduce a feature to let the user know that the ...