You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Observer:
- The pattern must be implemented in the scholarship feature
- Entities must subscribe to a queue to receive and send messages ✅
Adapter :
- The pattern must be implemented in the scholarship feature
- A class must exist to hidden the boiler plate necessary for the client to obtain the desired API output/input, works as a multiplexer 🔧
AbstractFactory :
- The pattern must be implemented to deal with repository class boilerplate
- The pattern must be implemented to deal with tech choice when storing data, such as using JSON, SQL, NOSql, archives, XML and so on ✅
Considering class and architecture diagrams
The text was updated successfully, but these errors were encountered:
EGmux
added
help wanted
Extra attention is needed
modelling
issues related to the modelling process
and removed
melhorias
wip
such issue is the current focus of an assignee
paused
for issues tha are currently on hold, due to higher priority issues
labels
Feb 23, 2024
Patterns
refs:
https://www.uml-diagrams.org/uml-core-reference.html (spec UML)
https://refactoring.guru/pt-br/design-patterns/abstract-factory (Padrão abstract factory)
Observer:
- The pattern must be implemented in the scholarship feature
- Entities must subscribe to a queue to receive and send messages ✅
Adapter :
- The pattern must be implemented in the scholarship feature
- A class must exist to hidden the boiler plate necessary for the client to obtain the desired API output/input, works as a multiplexer 🔧
AbstractFactory :
- The pattern must be implemented to deal with repository class boilerplate
- The pattern must be implemented to deal with tech choice when storing data, such as using JSON, SQL, NOSql, archives, XML and so on ✅
Considering class and architecture diagrams
The text was updated successfully, but these errors were encountered: