POC

A POC of the LPDC module in loket.

Goal

  1. Establish page structures and navigation

  2. Test field concept: original vs changes (concept vs instance)

  3. Test translation of text fields

  4. Get a better understanding of the workload for the MVP scope

Feature description

Overview

Table

  • Shows an alert when no products have been added.

  • If a product is added you can sort on the following headers:

    • Product name

    • PID (identifier of the product)

    • Category

    • Last edited

    • Translation status (true/false)

    • Status ("ontwerp"/closed/published)

Actions

  • In the header you can:

    • add a product: this takes you to the product list

    • search on product name or product id

    • sort on category

Add products

Global action

On the product overview:

  • you can sort on category

  • you can search on productname and product id

  • select a product you want to add

For this POC we provide 2 products:

Metadata fields / Pick lists

See excel on datamodel, tab "metadata IPDCv2", link :

New product

For new products (not based on an existing instance) we provide a blank template for each category. For example:

  • Nieuw product binnen [category]

Edit products

Global actions

From the product detail you can:

  • save: returns to the overview and saves changes

  • publish: returns to the overview, saves changes and updates the status to "published"

  • delete: returns to the overview and deletes this product

In the header you can see the most relevant information:

  • Product title

  • Sector

  • Product type

  • Created date

  • Edited date

  • Status

Content

In the content section you can edit:

  • title

  • description

The default values are taken from the template.

After clicking edit the field becomes unlocked:

If the new content is saved we show the original content next to the edited version. The pill next to the title also indicates that this is a new value.

Properties

In the property tab you can input:

  • status (open/closed/published)

  • sector (multiselect)

  • product type (multiselect)

Changing a value triggers 2 changes:

  • the pill changes to indicate this is different from the original template

  • the original value is shown next to the select field

Translations

The translations tab shows all text fields.

If a field has changes it will indicate that you need to check your translations:

  • in the pill next to the title

  • as a badge in the tab

  • an alert is shown on top of the text that needs a translation

The translation edit flow is similar to the content edit flow.

Publishing

Publishing for now is a change of status. This is not yet linked to a decision.

You can publish by changing the status to "published" or by clicking the publish button.

Prototype

Boards

Clickable prototype

Last updated