Skip to content
Alessio Stalla edited this page Feb 15, 2022 · 6 revisions

A collection of examples for solving common tasks in Portofino.

Master/Detail Page

The wizard creates those. TODO

Cascading Selection Providers

Use case: State > Region > City (select the state, then the region among those inside the selected state, and so on). TODO

Historical Values With Selection Providers

Use case: birth_certificate --> city. Cities can change their name or be merged with other municipalities over time. When we look at an old birth certificate, we see the city as it was named then; but when we create a new birth certificate, we don't want to allow cities that no longer exist with that name at the present time.

TODO

Scheduling a Recurrent Task

TODO

Internationalization (aka I18n aka translating strings)

Server-side

TODO

Client-side with Angular

TODO

Clone this wiki locally