ABAP-Games / Elifoot

Elifoot made in ABAP
MIT License
0 stars 0 forks source link

Player x Team relation #5

Open fabiopagoti opened 9 years ago

fabiopagoti commented 9 years ago

A player can be part of just one team.

A player might be transferred from one team to another. If that happen the old team shouldn't have any relation with the player anymore.

A player might unemployed (not playing for any team)

matheuscfontes commented 9 years ago

Question

Se a referencia a classe ZCL_EF_TEAM no jogador estiver vazia ele vai estar desempregado não é?

fabiopagoti commented 9 years ago

It sounds like a good idea.

matheuscfontes commented 9 years ago

Comment

Just create a rule in method to whether the reference to the object is empty or not.