{% load i18n %}

{% trans "Card Designer Overview" %}

{% if not graph.isresource %}{% trans "Use the Card Designer to edit this Branch's Card." %} {% else %} {% trans "Here in the Card Designer you will be able to edit one of the Cards (or Card Containers) associated with your Resource Model. Click 'Return to Cards' to go back and choose a new Card to edit." %}{% endif %}

{% trans "The Card Designer interface is split into three sections, as shown in the image below." %}

{% trans "open in new tab" %}  

{% blocktrans %}The Contents panel show all Widgets within this Card. In some cases, a third, over-arching tier is added to this heirarchy, called a "Card Container". This happens when multiple Cards are used to organize complex Branches.{% endblocktrans %}

{% blocktrans %}The Manager panel is where you will make changes to a Card Container, Card, or Widget. Select an item in the contents panel, or in the preview, and you will see the manager panel update based on your selection.{% endblocktrans %}

{% blocktrans %}The Preview allows you to see the Card just as a user would encounter it while creating a new resource. As you make changes in the contents or manager panels, you'll see the the preview update accordingly.{% endblocktrans %}

{% trans "Using the Contents Panel" %}

{% trans "This panel displays all of the components present in this Card. Note that there are two forms this heirarchy may take." %}

{% trans "Example 1: Card with Widgets" %}

{% trans "A Card will have one or more Widgets in it. You can reorder these widgets by moving them in the contents panel, or in the card preview." %}

{% trans "Note that different icons are used for different types of Widgets." %}

{% trans "Example 2: Card Container with Cards" %}

{% trans "In some cases, a complex Branch will have a Card Container, which aggregates multiple Cards (and their Widgets) in order to thematically organize data entry. These Cards will appear as 'tabs' in the preview. You can reorder these tabs just as you would Widgets." %}

{% trans "Note that different icons are used for different types of Widgets." %}

{% trans "Managing Card Containers and Cards" %}

{% trans "Settings (Card Containers and Cards)" %}

{% trans "Whether it is a Card Container or a Card, the top-level item of your contents panel will have important configuration settings." %}

{% blocktrans %} Make Card Visible - allows designers to define when a card may be accessed and used for editing
Allow multiple values - define whether multiple instances of this card may be saved in the database. Note that this setting is available for descendant Cards as well.
{% endblocktrans %}

{% trans "Help Text (Cards only)" %}

{% blocktrans %} To aid data entry users when using the Widgets in this Card, you may want to add some extra guidance. Use the Enable Card-Level Help setting to do so, and design the content of this guidance with the Card-Level Help menu. {% endblocktrans %}

Widgets

{% blocktrans %}

Widgets are data entry helpers for each node that collects information; it's often easier to pick a date from a calendar than to type it in, for example. Generally, the datatype of the node will determine which Widget template is used. However, in the case of a concept that will be picked from a list, you can choose a dropdown menu or a set of radio buttons, and for free text you can choose a basic text box or a rich text editor.

In the Widget Manager, you can further refine how a user will interact with a Widget. Note that in every case you can enter a custom label, but other settings depend on the Widget template. Many of these settings are optional, and all come with acceptable defaults.

{% endblocktrans %}

{% trans "Text Widgets" %}

{% blocktrans %}Placeholder - create a default text prompt
{% endblocktrans %} {% blocktrans %}Max Length - set the maximum number of characters allowed
{% endblocktrans %} {% blocktrans %}Template - choose between a simple input box or a right text editor
{% endblocktrans %} {% blocktrans %}Required - If true a value must be entered for this widget in order to save its card. Important: Once data is collected for this widget, this setting cannot be changed
{% endblocktrans %}

{% trans "Concept Widgets" %}

{% blocktrans %}Placeholder - create a default text prompt
{% endblocktrans %} {% blocktrans %}Concept Collection - choose which set of concepts the user will pick from (also defined in the Graph Designer)
{% endblocktrans %} {% blocktrans %}Template - choose between a dropdown menu or a radio button selection
{% endblocktrans %} {% blocktrans %}Required - If true a value must be entered for this widget in order to save its card. Important: Once data is collected for this widget, this setting cannot be changed
{% endblocktrans %}

{% trans "Date Widget" %}

{% blocktrans %}Minimum Date - set the minimum for a range of allowed dates
{% endblocktrans %} {% blocktrans %}Maximum Date - set the maximum for a range of allowed dates
{% endblocktrans %} {% blocktrans %}View Mode - set how the date calendar should appear when first opened
{% endblocktrans %} {% blocktrans %}Date Format - set the way this date is displayed in reports and forms (note that all dates are stored as YYYY-MM-DD:TT00:00:00 in the database)
{% endblocktrans %} {% blocktrans %}Required - If true a value must be entered for this widget in order to save its card. Important: Once data is collected for this widget, this setting cannot be changed
{% endblocktrans %}

{% trans "Map Widget" %}

{% blocktrans %}Position - set the default map center
{% endblocktrans %} {% blocktrans %}Zoom - set the default zoom level
{% endblocktrans %} {% blocktrans %}Geocoder - choose which geocoding engine to use, or disable if desired
{% endblocktrans %} {% blocktrans %}Resource Properties - set the color of the drawing tools, and choose which geometry types are allowed
{% endblocktrans %} {% blocktrans %}Required - If true a value must be entered for this widget in order to save its card. Important: Once data is collected for this widget, this setting cannot be changed
{% endblocktrans %}