-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #452 from harena-lab/development
Development
- Loading branch information
Showing
24 changed files
with
380 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/adonisjs/public/templates/compact/case/cell_editor_sliders-dynamic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Presentation (cell_editor_sliders) # | ||
|
||
___ Template ___ | ||
|
||
* template: compact/case/cell_editor_sliders |
8 changes: 8 additions & 0 deletions
8
src/adonisjs/public/templates/compact/case/cell_editor_sliders-static.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
___ Flow ___ | ||
|
||
* Sequential: | ||
* _sequential_ | ||
|
||
___ Data ___ | ||
|
||
* theme: compact(green) |
5 changes: 5 additions & 0 deletions
5
src/adonisjs/public/templates/compact/case/cell_mutant-dynamic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Presentation (cell_mutant) # | ||
|
||
___ Template ___ | ||
|
||
* template: compact/case/cell_mutant |
8 changes: 8 additions & 0 deletions
8
src/adonisjs/public/templates/compact/case/cell_mutant-static.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
___ Flow ___ | ||
|
||
* Sequential: | ||
* _sequential_ | ||
|
||
___ Data ___ | ||
|
||
* theme: compact(green) |
5 changes: 5 additions & 0 deletions
5
src/adonisjs/public/templates/compact/case/cell_mutant_sliders-dynamic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Presentation (cell_mutant_sliders) # | ||
|
||
___ Template ___ | ||
|
||
* template: compact/case/cell_mutant_sliders |
8 changes: 8 additions & 0 deletions
8
src/adonisjs/public/templates/compact/case/cell_mutant_sliders-static.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
___ Flow ___ | ||
|
||
* Sequential: | ||
* _sequential_ | ||
|
||
___ Data ___ | ||
|
||
* theme: compact(green) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# Tarefa 1 # | ||
|
||
<h1>Compondo em Escalas</h1> | ||
<h1>Componentes e REST</h1> | ||
<h2>Tarefa 1</h2> | ||
|
||
{{explica | ||
* Escolha uma API do TheMealDB que não sejam as duas abordadas no vídeo (`search.php` e `categories.php`) e monte uma chamada no Postman. | ||
}} | ||
|
||
{{figura1 | ||
<h2>Coloque a figura com a captura do aplicativo funcionando.</h2> | ||
}} | ||
|
||
<br> | ||
|
||
<code> | ||
{{codigo1 | ||
Escreva o resultado retornado em JSON (máximo 15 linhas). | ||
}} | ||
</code> | ||
|
||
<br> | ||
|
||
# Tarefa 2 # | ||
|
||
<h2>Tarefa 2</h2> | ||
|
||
{{explica | ||
* Adapte o App desenvolvido no vídeo "Compondo em Escalas / Componentes e REST" para explorar o serviço que você usou na Tarefa 1. | ||
}} | ||
|
||
{{figura1 | ||
<h2>Coloque a figura com a captura do aplicativo funcionando.</h2> | ||
}} | ||
|
||
<br> | ||
|
||
{{figura2 | ||
<h2>Coloque a figura com a captura da hierarquia de componentes visuais (composite).</h2> | ||
}} | ||
|
||
<br> | ||
|
||
{{figura3 | ||
<h2>Coloque a figura com a captura dos scripts em box programming.</h2> | ||
}} | ||
|
||
# Apres 1 # | ||
|
||
<h2>Apresentação do Resultado da Tarefa 1</h2> | ||
|
||
Você deve capturar: | ||
* a tela do Postman apresentando a chamada, os parâmetros preenchidos e o resultado retornado; | ||
* o JSON que retornou da chamada - se o JSON tiver mais do que 15 linhas, recorte linhas significativas. | ||
|
||
![Postman Screen](template_fix/labs/lab5/postman-screen.png) | ||
|
||
<code> | ||
{ | ||
"meals": [ | ||
{ | ||
"idMeal": "52771", | ||
"strMeal": "Spicy Arrabiata Penne", | ||
"strInstructions": "Bring a large pot...", | ||
"strMealThumb": "https://www.themealdb.com/...", | ||
"strTags": "Pasta,Curry", | ||
"strCreativeCommonsConfirmed": null, | ||
"dateModified": null | ||
} | ||
] | ||
} | ||
</code> | ||
|
||
# Apres 2 # | ||
|
||
<h2>Apresentação do Resultado da Tarefa 2</h2> | ||
|
||
Você deve capturar: | ||
* a tela do aplicativo apresentando o resultado final - pode ser do emulador ou do celular; | ||
* a hierarquia de componentes visuais (padrão composite); | ||
* todos os scripts do app (na forma de caixinhas). | ||
|
||
As figuras são colocadas de forma separada (como no exemplo abaixo). Coloque figuras em que as coisas fiquem legíveis, mesmo que a figura fique grande. Exemplo: | ||
|
||
![Result Screen](template_fix/labs/lab5/ai-screen.png) | ||
![Composite Tree](template_fix/labs/lab5/ai-tree.png) | ||
![Script](template_fix/labs/lab5/ai-script.png) | ||
|
||
___ Template ___ | ||
|
||
* template: labs/lab_5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
___ Flow ___ | ||
|
||
* Sequential: | ||
* _sequential_ | ||
|
||
___ Data ___ | ||
|
||
* theme: simple(blue) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
src/adonisjs/public/themes/compact/cell_editor_sliders.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<div class="d-flex panel-label"> | ||
<div class="col-3"> | ||
<div id="editor-button"> | ||
<dcc-button topic="control/editor/switch" label="EDITOR" xstyle="in"> | ||
</dcc-button> | ||
</div> | ||
<div id="execute-button"> | ||
<dcc-button topic="control/editor/switch" label="OPERAÇÃO" xstyle="in"> | ||
</dcc-button> | ||
</div> | ||
</div> | ||
<div id="operation-panel" class="d-flex col-3"> | ||
<div id="play-button" class="control-button"> | ||
<dcc-button label="Play" topic="control/space/play" | ||
image="images/icon/play.svg"></dcc-button> | ||
</div> | ||
<div id="stop-button" class="control-button"> | ||
<dcc-button label="Stop" topic="control/space/stop" | ||
image="images/icon/stop.svg"></dcc-button> | ||
</div> | ||
<div id="restart-button" class="control-button"> | ||
<dcc-button label="Restart" topic="control/space/restart" | ||
image="images/icon/restart.svg"></dcc-button> | ||
</div> | ||
<div id="next-button" class="control-button"> | ||
<dcc-button label="Next" topic="state/next" | ||
image="images/icon/step.svg"></dcc-button> | ||
</div> | ||
</div> | ||
<span id="stage-label" class="col-3"><label for="stage-field">Estágio</label> | ||
<select id="stage-field" name="stage-field"> | ||
<option value="01_movement_h">Movimento Horizontal</option> | ||
<option value="02_revert">Reverte</option> | ||
<option value="03_movement_v">Movimento Vertical</option> | ||
<option value="04_eat">Come</option> | ||
<option value="05_reproduction">Reprodução</option> | ||
<option value="06_die">Morre</option> | ||
<option value="07_free">Estilo Livre</option> | ||
</select> | ||
</span> | ||
<div class="col-3"> | ||
<dcc-button topic="control/editor/finish" label="***TERMINAR***" xstyle="in" | ||
style="font-size:32px;border:1px solid;border-radius:.5rem;border-color:lightred;padding:.5rem .5rem;background-color:red;color:white" | ||
disabled> | ||
<subscribe-dcc topic="control/finish/enable" map="enable"></subscribe-dcc> | ||
<subscribe-dcc topic="control/finish/disable" map="disable"></subscribe-dcc> | ||
</dcc-button> | ||
| ||
<span id="source-name">Result</span> | ||
</div> | ||
</div> | ||
<div id="action-panels" class="d-flex h-100 mb-3"> | ||
<div id="composition-block" class="d-flex col-6 flex-column align-items-stretch"> | ||
<div> | ||
<div id="render-panel">{knot}</div> | ||
</div> | ||
<div id="rules-panel"></div> | ||
</div> | ||
<div id="customize-block" class="d-flex col-6 flex-column align-items-stretch"> | ||
<div class="h-100 w-100" style="padding-left:.800rem"> | ||
<div class="styt-pul-main h-100 w-100" id="types-panel"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="xml-toolbox"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<div class="d-flex panel-label"> | ||
<div class="col-3"> | ||
<div id="editor-button"> | ||
<dcc-button topic="control/editor/switch" label="EDITOR" xstyle="in"> | ||
</dcc-button> | ||
</div> | ||
<div id="execute-button"> | ||
<dcc-button topic="control/editor/switch" label="OPERAÇÃO" xstyle="in"> | ||
</dcc-button> | ||
</div> | ||
</div> | ||
<div id="operation-panel" class="d-flex col-3"> | ||
<div id="play-button" class="control-button"> | ||
<dcc-button label="Play" topic="control/space/play" | ||
image="images/icon/play.svg"></dcc-button> | ||
</div> | ||
<div id="stop-button" class="control-button"> | ||
<dcc-button label="Stop" topic="control/space/stop" | ||
image="images/icon/stop.svg"></dcc-button> | ||
</div> | ||
<div id="restart-button" class="control-button"> | ||
<dcc-button label="Restart" topic="control/space/restart" | ||
image="images/icon/restart.svg"></dcc-button> | ||
</div> | ||
<div id="next-button" class="control-button"> | ||
<dcc-button label="Next" topic="state/next" | ||
image="images/icon/step.svg"></dcc-button> | ||
</div> | ||
</div> | ||
<span id="stage-label" class="col-3"><label for="stage-field">Estágio</label> | ||
<select id="stage-field" name="stage-field"> | ||
<option value="01_duplication">Duplicação</option> | ||
<option value="02_death">Morte</option> | ||
<option value="03_mutation_1_2">Mutação 1 para 2</option> | ||
<option value="04_mutation_2_3">Mutação 2 para 3</option> | ||
<option value="05_mutation_3_4">Mutação 3 para 4</option> | ||
<option value="06_mutation_4_5">Mutação 4 para 5</option> | ||
<option value="07_movement">Movimento</option> | ||
<option value="08_free">Estilo Livre</option> | ||
</select> | ||
</span> | ||
<div class="col-3"> | ||
<dcc-button topic="control/editor/finish" label="***TERMINAR***" xstyle="in" | ||
style="font-size:32px;border:1px solid;border-radius:.5rem;border-color:lightred;padding:.5rem .5rem;background-color:red;color:white" | ||
disabled> | ||
<subscribe-dcc topic="control/finish/enable" map="enable"></subscribe-dcc> | ||
<subscribe-dcc topic="control/finish/disable" map="disable"></subscribe-dcc> | ||
</dcc-button> | ||
| ||
<span id="source-name">Result</span> | ||
</div> | ||
</div> | ||
<div id="action-panels" class="d-flex h-100 mb-3"> | ||
<div id="composition-block" class="d-flex col-6 flex-column align-items-stretch"> | ||
<div> | ||
<div id="render-panel">{knot}</div> | ||
<div id="types-panel"></div> | ||
</div> | ||
<div id="rules-panel"></div> | ||
</div> | ||
<div id="script-block" class="d-flex col-6 flex-column align-items-stretch"> | ||
<div class="sty-navigation-expansion"> | ||
<dcc-button id="button-expand-script" topic="control/script/expand" label="Expand" image="images/icon/icon-expansion-left.svg"></dcc-button> | ||
<dcc-button id="button-retract-script" topic="control/script/retract" label="Retract" image="images/icon/icon-expansion-right.svg"></dcc-button> | ||
</div> | ||
<div class="sty-navigation-expansion"> | ||
<dcc-button id="button-retract-cells" topic="control/cells/retract" label="Expand" image="images/icon/icon-expansion-left.svg"></dcc-button> | ||
<dcc-button id="button-expand-cells" topic="control/cells/expand" label="Retract" image="images/icon/icon-expansion-right.svg"></dcc-button> | ||
</div> | ||
<div class="h-100 w-100" style="padding-left:.800rem"> | ||
<div class="h-100 w-100" id="script-panel"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="xml-toolbox"></div> |
Oops, something went wrong.