Hi,
I really don't know how to look for this, or even to explain, but I'll try.
I'm trying to create a component where the user creates a group and depending on a points system when other user gives those points he gets a prize (previously defined by the group manager).
So, what I want is a simple way for the group manager set those prizes when he's creating the group with a form (for the group name, description, etcetc), but how how can I make something like:
5 points = 1 prize
10 points = 2 prizes
25 points = 3 prizes
(...)
and this would have to act by it's own, so I'm guessing something like an Integer for the points given, and then the group manager could see how many prizes would have to give to each user.
but I want this dynamically. I'll limit this object to 10 "levels", but if the user wants to create just 6 the other 4 wouldn't need to be there
(do you undersand? if not, let me know I'll try again)
if there's already an answer to this, please direct me to there.
If not, and you know the answer, please help me
Thanks in advanced