Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Starting from version 2024.1.0, this feature is no longer provided by default. Instead, we have introduced Creative Workflow. More about Creative Workflow.

Design

How it works

Upload text in menu

The display of the upload text on menu depends on several parameters :

  • an upload feature,

  • if the user has a role that is allowed to upload,

  • and the user has to be connected;

Here is an overview of those parameters :

Config path

Default value

Description

Translation i18n key:
nav.upload

Upload assets

$.features.upload

true

To hide the upload icon, set the value to false.

$.dam-import.upload.roles

-

By default, there are 4 roles available in a project, but only one has acces to the upload button: the admin.

If roles are created or if you want to give access to the upload to another role group, you have to add the group ID into $.dam-import.upload.roles.

Example of role configuration file:

Code Block
{
  "asset": [4, 27],
  "pimasset": [4, 27]
}

Here, the group ID 4 (developer) and the group ID 27 (admin) will be able to upload.

If a group ID is added, don’t forget to update $.menu.actionAvailabled.json. See documentation on Main Menu for more information.

Bulk upload homepage

Actions

Screen

Description

Upload new assets

Image ModifiedImage ModifiedImage ModifiedImage Modified

From the bulk upload homepage, you can click on new assets button for uploading assets from your computer. If you have more than a single asset universe on your project, you have to choose the asset universe in which you wish to add those assets.

The uploaded files are scanned and you can track the scan progress. Scan retrieve the metada of the uploaded files, and check if there are duplicates.

If the uploaded file is an archive (.zip) and the unzip checkbox is selected, the archive will be decompressed and the assets in it will be analyzed…

…By defaullt, this will not be the case if the archive is a .360.zip or a .3d.zip. The archive will not be decompressed and the archive will be considered as only 1 asset.
This can be changed in $.damImport.upload.unzip.exceptForEndsWith.

Access an existing Batch

Image Modified

Existing batchs are accessible from the bulk upload homepage. By clicking on a batch users are redirected to the indexing screen.

Transfer a batch to another user

Image Modified

Existing batchs can be assigned to another user of the DAM.

Delete a batch

Image Modified

Existing batchs can be deleted

Index a batch

Image Modified

When users click on “index this batch”, they are redirected to the indexing screen.

Bulk upload homepage

Actions

Screen

Description

View mode

Image Modified

Within the indexing screen, the list of available view mode are : 

  1. Square (default view mode),

  2. Small squares,

  3. List

Select/Unselect one or several assets

Image Modified

Users can select one or several assets in order to fill in the indexing form for those assets.

Identify duplicate content

Image ModifiedImage Modified

Duplicate content are marked with a specific icon. Users can click on it in order to access the duplicate content. Duplicate content are detected by Artificial intelligence during the scan process of an asset.

Filter by asset type

Image Modified

Assets can be filtered by asset type

Filter by status

Image ModifiedImage Modified

Different status can be assigned to the assets (automatically or manually) in order to facilitate the indexing. Users can sort the assets according to :

Rejected: This is a manual action that user can perform when IA identified a duplicate content or if an asset is not wanted anymore in the batch (a red triangle appears on the left corner of the asset).

Indexed: This status is assigned by default and indicates information are missing for indexing completion. If all mandatory information are filled in the indexing form, the assets move automatically to Approved Status. By default the product comes with no mandatory information, that’s why the assets move to approved status directly (a orange triangle appears on the left corner of the asset)

Approved: When all required information has been completed, indexing can be done (a green triangle appears on the left corner of the asset)

Probable duplicate : Potential duplicate identified by AI (a yellow triangle appears on the left corner of the asset)

Finalize the indexing

Image Modified

Users can select the assets they want to valide, and click on the “Validate” button in order to finish the indexing process. Note that contributor have not the right to publish an asset, that means the assets will be in “Pending validation” status, and would need a validation by administrator from the backoffice.

Advanced configuration

The upload setup can be quite extensive : Setting up the Upload process on the DAM Portal

...