Skip to content

Commit

Permalink
Merge pull request #163 from UnBArqDsw/160-AtualizarPadroes
Browse files Browse the repository at this point in the history
160 - Adição do Management Method nos Padrões de Projeto
  • Loading branch information
guilherme-mendes authored Nov 20, 2020
2 parents 5d58aff + 00464a4 commit 594cf81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/DesignPatterns/CreationalGoFs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
| 25/10/2020 | 0.2 | Adição do padrão <i>Factory Method</i> | [Caio Vinícius](https://github.com/caiovfernandes), [Guilherme Mendes](https://github.com/guilherme-mendes), [Iuri Severo](https://github.com/iurisevero), [João Guedes](https://github.com/sudjoao) e [Lucas Fellipe](https://github.com/lucasfcm9) |
| 25/10/2020 | 0.2 | Adição do padrão <i>Singleton</i> | [Caio Vinícius](https://github.com/caiovfernandes), [Guilherme Mendes](https://github.com/guilherme-mendes), [Iuri Severo](https://github.com/iurisevero), [João Guedes](https://github.com/sudjoao) e [Lucas Fellipe](https://github.com/lucasfcm9) |
| 26/10/2020 | 1.0 | Revisão do documento | [Caio Vinícius](https://github.com/caiovfernandes), [Guilherme Mendes](https://github.com/guilherme-mendes), [Iuri Severo](https://github.com/iurisevero), [João Guedes](https://github.com/sudjoao) e [Lucas Fellipe](https://github.com/lucasfcm9) |
| 26/10/2020 | 1.1 | Adição do Management Generator em Factory Method | [Iuri Severo](https://github.com/iurisevero) e [João Guedes](https://github.com/sudjoao) |
| 20/11/2020 | 1.2 | Revisão do Management Generator em Factory Method | [Guilherme Mendes](https://github.com/guilherme-mendes) |

## Factory Method

<img src="docs/Assets/Img/DesignPatterns/CreationalGoFs/FactoryMethodExample.png" alt="Factory Method Example">

[project/api/generator_report/generator_report.py](https://github.com/UnBArqDsw/2020.1_G13_iGado_Backend/blob/master/project/api/generator_report/generator_report.py) <br />
[project/api/factories/report_generator.py](https://github.com/UnBArqDsw/2020.1_G13_iGado_Backend/blob/master/project/api/factories/report_generator.py) <br />
[project/api/factories/management_generator.py](https://github.com/UnBArqDsw/2020.1_G13_iGado_Backend/blob/master/project/api/factories/management_generator.py) <br />
[project/\_\_init\_\_.py](https://github.com/UnBArqDsw/2020.1_G13_iGado_Backend/blob/master/project/__init__.py)

## Singleton
Expand Down

0 comments on commit 594cf81

Please sign in to comment.