SAE I - Enhancing the UI Flashcards

Learn the basics of creating an effective UI

1
Q

User Interfaces in case management are mainly used to …

A

provide screens for users to create, update or resolve their cases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three main rule types ( core components) used to build user interfaces in PRPC?

A
  1. Harness - top level frame that provides the frame for the user interface screen: is the uppermost level/ outermost piece. It is not often manipulated.
  2. Flow Action (aka Action) - represents an action a user can take
  3. Section - innermost component of UI: that’s the part you build
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Use this to set the processing context of an assignment.

A

Harness

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many standard types does the Harness have and what are they?

A

The harness has four standard types.Each has a very distinct action. It sets context for processing the form. They are:

  1. New: Create a case or record - only referenced on the starter flows and rarely seen
  2. Perform: End user participant does something in the UI
  3. Review: When multiple users are working on an application, the xxxx will be in read-only
  4. Confirm: Confirms the end user’s input or action. Ex.Upon completion of form, the end user may see a message similar to this “Thank you for your input”, “Saved”, “Continue”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A Flow Action is:

A

A.k.a. Action. It is one of the options presented to a user to move an assignment forward in a workflow (business process) a.k.a. an action a user can take. It is the connector coming off the assignment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Section?

A

A rule that defines the content and behavior of a rectangular area on a work item form, referred to by flow action rules and harness rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many Sections can a Flow Action(or Action) have?

A

It must have one and no more than one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Section made up of?

A

Layouts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can a Section contain more than one Layout?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Can a Section contain other Sections?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are layouts?

A

Layouts organize properties and controls within a section. Layout cells contain properties, labels, controls, or other sections. There are various types of layouts that dictate how cells are arrayed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Layout type we are expected to use and why?

A

We use a Dynamic Layout because it’s a way to get a Responsive UI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Use this to configure the data elements on a form.

A

Control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Name the five major types of Controls.

A
  1. Dropdown
  2. Radio Buttons
  3. Text
  4. Date/Time
  5. Checkbox
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

It is a best practice to set the Control at the lowest level possible. This would be the ___________ level.

A

Property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly