Skip to content

Commit

Permalink
#160 📦 NEW: Add Management Generator in factory method
Browse files Browse the repository at this point in the history
Co-authored-by: Iuri Severo <[email protected]>
  • Loading branch information
sudjoao and iurisevero committed Nov 20, 2020
1 parent 8b3662d commit c546513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/DesignPatterns/CreationalGoFs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
| 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) |

## 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 c546513

Please sign in to comment.