Skip to content

Commit

Permalink
Feature: adds controllerid definition (#793)
Browse files Browse the repository at this point in the history
* updates the platform sorting funcionality information and location on docs

Signed-off-by: carlossteinzup <carlos.stein@zup.com.br>

* Adds controller id

Signed-off-by: carlossteinzup <carlos.stein@zup.com.br>

* Adds controller id

Signed-off-by: carlossteinzup <carlos.stein@zup.com.br>

* Update content/en/resources/platform-sorting.md
  • Loading branch information
carlossteinzup committed Oct 20, 2021
1 parent fcf7a1e commit 654cb51
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions content/en/api/actions/navigate/pushstack.md
Expand Up @@ -12,9 +12,10 @@ Presents a new screen and puts it on the pile.

Your structure is represented by the attribute below:

| **Attribute** | **Type** | Required | **Definition** |
| :------------ | :--------------------------------------------- | :------- | :---------------- |
| route | [**Route**]({{< ref path="/api/actions/navigate/route/" lang="en" >}}) || Navigation route. |
| **Attribute** | **Type** | Required | **Definition** |
| :------------ | :------- | :------- | :---------------- |
| route | [**Route**]({{< ref path="/api/actions/navigate/route/" lang="en" >}}) || Navigation route. |
| controllerId | String | | The navigation controller id to be used during the navigation action, If missing, the default navigation controller will be used instead. |

## How to use it?

Expand Down
1 change: 1 addition & 0 deletions content/en/api/actions/navigate/resetapplication.md
Expand Up @@ -15,6 +15,7 @@ Your structure is represented by the attribute below:
| **Attribute** | **Type** | Required | Definition |
| :------------ | :-------------------------------------------------- | :------- | :---------------- |
| route |[**Route**]({{< ref path="/api/actions/navigate/route" lang="en" >}})**** || Navigation route. |
| controllerId | String | | The navigation controller id to be used during the navigation action, If missing, the default navigation controller will be used instead. |

## How to use it?

Expand Down
1 change: 1 addition & 0 deletions content/en/api/actions/navigate/resetstack.md
Expand Up @@ -15,6 +15,7 @@ Your structure is represented by the attribute below:
| **Attribute** | Type | Required | Definition |
| :------------ | :--------------------------------------------- | :------- | :---------------- |
| route | [**Route**]({{< ref path="/api/actions/navigate/route/" lang="en" >}}) || Navigation route. |
| controllerId | String | | The navigation controller id to be used during the navigation action, If missing, the default navigation controller will be used instead. |

## How to use it?

Expand Down
2 changes: 1 addition & 1 deletion content/en/resources/platform-sorting.md
Expand Up @@ -8,7 +8,7 @@ description: >-

---

Some elements provided by Beagle can will function in some platforms better than in others, for example, the [**ScrollView**]({{< ref path="/api/components/layout/scrollview" lang="en" >}}) works in mobile when you need to scroll on content but it wont be used for web, since brownsers already have this functionality.
Some elements provided by Beagle will function in some platforms better than in others, for example, the [**ScrollView**]({{< ref path="/api/components/layout/scrollview" lang="en" >}}) works in mobile when you need to scroll on content but it wont be used for web, since brownsers already have this functionality.

In order to filter some componentes, Beagle has a **platform specification** functionality called **canalization**, so it will be able to control which elements are sent by the BFF and select which platforms it will be sent to.

Expand Down
1 change: 1 addition & 0 deletions content/en/resources/urls.md
@@ -1,6 +1,7 @@
---
title: Urls
weight: 8
hasNewFeature: true
description: >-
Here, you'll find how Beagle deals with URLs between backend and frontend
(BFF)
Expand Down
1 change: 1 addition & 0 deletions content/pt/api/actions/navigate/pushstack.md
Expand Up @@ -15,6 +15,7 @@ A sua estrutura é representada como mostrado abaixo:
| **Atributo** | **Tipo** | Obrigatório | **Definição** |
| :----------- | :-------------------------------------------- | :---------: | :----------------- |
| route | [Route]({{< ref path="/api/actions/navigate/route/" lang="pt" >}}) || Rota de navegação. |
| controllerId | String | | O id do controlador de navegação a ser usado durante a ação de navegação. Se ausente, o controlador de navegação padrão será usado. |

## Como usar?

Expand Down
1 change: 1 addition & 0 deletions content/pt/api/actions/navigate/resetapplication.md
Expand Up @@ -15,6 +15,7 @@ A sua estrutura é representada como mostrado abaixo:
| **Atributo** | **Tipo** | Obrigatório | **Definição** |
| :----------- | :---------------------------------------------- | :---------: | :----------------- |
| route |[Route]({{< ref path="/api/actions/navigate/route/" lang="pt" >}})​ || Rota de navegação. |
| controllerId | String | | O id do controlador de navegação a ser usado durante a ação de navegação. Se ausente, o controlador de navegação padrão será usado. |

## Como usar?

Expand Down
1 change: 1 addition & 0 deletions content/pt/api/actions/navigate/resetstack.md
Expand Up @@ -15,6 +15,7 @@ A sua estrutura é representada como mostrado abaixo:
| **Atributo** | **Tipo** | Obrigatório | **Definição** |
| :----------- | :--------------------------------------------- | :---------: | :----------------- |
| route |[Route]({{< ref path="/api/actions/navigate/route" lang="pt" >}})​ || Rota de navegação. |
| controllerId | String | | O id do controlador de navegação a ser usado durante a ação de navegação. Se ausente, o controlador de navegação padrão será usado. |

## Como usar?

Expand Down

0 comments on commit 654cb51

Please sign in to comment.