help with coding a fairly simple function

dontprogramincplus

Estimable
Sep 21, 2014
2
0
4,510
here is what it for:
we have 8 children in our family and we want to divide 500 individual items that are very special that belonged to my mom and dad. We all want to have as fair a way of diving them so there are no disputes and to keep harmony among us. this is my idea to help. Many of us are in different parts so the country so it is hard to have a realistic way of doing this that efficient. The other thing is that we'd like to keep it unknown to who chooses what so there are no hurt feeling that someone else chose something that was most meaningful to them. the ui for the site could be very simple.



details on functionality:


is is possible to program a simple web site that allows you to do this:


assign a number (1-500) to 500 unique photos

have the list a 500 numbers displayed in sequence

assign a unique user name for 8 different people

allow each person, in turn, to select one of the numbers

when a number is selected it is removed from the list of numbers

the list of numbers then is displayed with all previous numbers removed from list

the name of the next person to choose is displayed at top of site

each person chooses a number until all 500 are selected


thank you for any help on how to do this






here is what it for:
we have 8 children in our family and we want to divide 500 individual items that are very special that belonged to my mom and dad. We all want to have as fair a way of diving them so there are no disputes and to keep harmony among us. this is my idea to help. Many of us are in different parts so the country so it is hard to have a realistic way of doing this that efficient. The other thing is that we'd like to keep it unknown to who chooses what so there are no hurt feeling that someone else chose something that was most meaningful to them. the ui for the site could be very simple.

Let me know if this all makes sense

this ui for the site could be very simple.

thanks chris




 

dontprogramincplus

Estimable
Sep 21, 2014
2
0
4,510



I wish it was a homework assignment.

As detailed above, my parent passed away recently and our family of 8 kids are trying to find a peaceful and fair way to take turns dividing up many of the sentimental items of my parents. My solution was to create a simple site that would allow us to assign a photo of each item to a number and then allow each of us to pick (in turn) until all items were divided up equally. thank you for any help

I used to code in Basic (dont laugh) and Im pretty sure this could be done. But wondering if anyone could write a simple program that would accomplish this'?