Skip to content

Commit

Permalink
[REVIEW] 503 - Document High-Fidelity Prototype (#504)
Browse files Browse the repository at this point in the history
* Criando branch para PR

* Adicionando descrição inicial no readme

* Adicionando a estrura inicial da documentação do prototipo

* Adicionando tutorial de acesso ao prototipo

* Iniciando tutorial de contribuição ao prototipo

* Adicionando insumos para o tutorial de contribuição ao prototipo

* Adiconando descrições em ingls

* Corrigindo imagens

* Corrigindo imagens quebrandas e texto faltante
  • Loading branch information
luiz-hfz authored Oct 29, 2024
1 parent 489fd17 commit f878ba7
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ vim /etc/resolv.conf
```
nameserver 172.21.176.1
```
- Access the localhost using this IP (e.g.: 172.21.176.1:8000)
- Access the localhost using this IP (e.g.: 172.21.176.1:8000)

### Prototype

The Jandig platform count with a High-Fidelity Prototype which aims the development and documentation of improvements related to usability. To acess and contribute with the prototype, follow the instructions in [Prototype Documentation](/docs/prototype.md).
Binary file added docs/images/figma-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/figma-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/figma-save-local.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/figma-upload-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/open-prototype.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/project-figma.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/prototype-file-downhold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/save-file.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions docs/prototype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Prototype
The Jandig platform prototype is a graphical representation of the platform developed using Figma [Figma](https://www.figma.com/downloads/) tool, it has the purpose of improving Jandig ARte platform's interface and user experience aspects. Thus, the High Fidelity Prototype is a representation of the platforms containing general usability improvements, used to arise activities to implement the suggested modifications.


## Accessing the Prototype
The prototype must be accessed using Figma platform, follow the steps below to access the prototype:

1 - Login or Register on [Figma](https://www.figma.com/login) platform;

![figma-login](./images/figma-save-local.PNG)

2 - Download the [prototype file](https://github.com/memeLab/Jandig/blob/develop/docs/jandig_prototype.fig) to your computer;

![prototype-file-downhold](./images/prototype-file-downhold.png)

3 - Select the "import file" option on figma's main screen and select the previously downloaded file;

![figma-home](./images/figma-home.png)

![figma-upload-file](./images/figma-upload-file.png)

5 - Access the prototype by clicking on the project.

![open-prototype](./images/open-prototype.png)


## Contributing to the Prototype

1 - Access the prototype using Figma platform as written in the tutorial described in the previous section;

2 - Open an Issue describing changes to be made to the prototype or select an existing issue and contribute to the issue. In order to do this follow the [contribution guide](https://github.com/memeLab/ARte/blob/master/.github/CONTRIBUTING.md);

3 - After making changes to the prototype following the guidelines of the chosen or created issue, upload the file following the steps below:

- 1 - Download the new version of the prototype onto your computer using your [Figma](https://www.figma.com/login);

![project-figma](./images/project-figma.PNG)

![figma-save-local](./images/figma-save-local.PNG)

![save-file](./images/save-file.PNG)

- 2 - Upload the file "jadig_prototype.fig" replacing the existing file with the updated version.

0 comments on commit f878ba7

Please sign in to comment.