Hi

I am looking for a way to track a skill change for a player in a
online game.

model:
Player 1
skill_x=1
skill_y=1

During next update I get a change

Player 1
skill_x=2
skill_y=1

When I load the player I would like to see his latest stats.
If I goto the players page I would like to be able to view when and
what skill changed.

I am looking for a good way to implement it.
I was thinking to make the skill it's own object and make a one to
many relation on the player.
What I am afraid of is that the same skill will show up multiple times
when loading the player.

Hope to get some input.

/Carsten

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to