Zeruell / ppx-raidplaner

Automatically exported from code.google.com/p/ppx-raidplaner
0 stars 0 forks source link

Signup date for players #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Player signup for a raid
2. Enter raid details

What is the expected output? What do you see instead?

After user signup for raid i would like to see when the sign up.

What version of the product are you using? Which browser / php version are
you using?

0.97

Please provide any additional information below.

Information about a signup date for a player in the popup would be nice. I used 
that in 0.93 to determine who signedup first becouse that version had a problem 
with sorting players (i don't really know how it was sorted). That's partialy 
resolved by automated confirmation mode. Anyway i would use that information in 
my wow addon whitch i will describe in another ticked (it already exists).

Original issue reported on code.google.com by Osipi...@gmail.com on 8 Mar 2013 at 7:24

GoogleCodeExporter commented 9 years ago
There already is a kind of "sign up order" indicator - the AttendanceId. The 
first player attended will have the lowest id.

At the moment, players who have an AttendanceId (those that are undecided 
without  a comment) are not specifically ordered in the raid view. I.E. they 
have the order of the returned MySQL query.
Players that are set up will be displayed before players on the bench, but 
again, both lists have no specific order.
To change this would be a minor fix (order by AttendanceId), so I guess I can 
add this to 0.9.7a
As for a real datetime field - if the AttendanceId works for ordering I see no 
specific need for that.

Original comment by arne.cl...@gmail.com on 9 Mar 2013 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 9 Mar 2013 at 11:32

GoogleCodeExporter commented 9 years ago
Attended players will be sorted by AttendanceId (order of attend) with 0.9.7a. 
Changes have already been committed to the trunk.

Original comment by arne.cl...@gmail.com on 12 Mar 2013 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 16 Mar 2013 at 6:12