Zeruell / ppx-raidplaner

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

Data export button #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

I would like to export data about confirmed and benched players, their notes 
and signup date to Json format.

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

0.97

Please provide any additional information below.

I wrote an addon that automatically invites confirmed players to group 
(extremally usefull for raid leaders), lists bencher players (click to invite), 
and display all not signed up players in guild that are capable of participate 
in raid. It uses json feed from raidplanner (copy paste from website). I will 
post screenshots later if you wish.

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

GoogleCodeExporter commented 9 years ago
I planned to change the messagehub format from XML to JSON with version 1.1.
Once this happens you will be able to query that information live via XHR.
In the course of these changes I also planned to add new "API" requests that 
are read only and don't require a login.

As for your tool - that sounds really interesting!
Once version 1.0 is out I would like to contact you for details about the JSON 
API so we can link up both tools.
Furthermore I would like to add a link or similar to your tool (if you want to 
share it with others).

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Another implementation by me.
Diffs contain button added to raid view only visible for raid leaders.
Button click invokes data gather for confirmed and available players and 
displays this data in a sheet (just a textarea, but it looks nice that way).
I still must rework my WoW addon to handle different count of roles.

Original comment by Osipi...@gmail.com on 20 Mar 2013 at 3:59

Attachments:

GoogleCodeExporter commented 9 years ago
By mistake i uploaded a file twice and missed another one ;]

Original comment by Osipi...@gmail.com on 20 Mar 2013 at 4:02

Attachments:

GoogleCodeExporter commented 9 years ago
I will have a look at your modifications this weekend.
If everything looks well I will see if this can be integrated in 0.9.8.

Original comment by arne.cl...@gmail.com on 20 Mar 2013 at 7:29

GoogleCodeExporter commented 9 years ago
I scratched my head today and got a feeling that not everything is uploaded...
JSON minimized lib is missing ;(

Original comment by Osipi...@gmail.com on 21 Mar 2013 at 8:54

Attachments:

GoogleCodeExporter commented 9 years ago
I decided o postpone this feature to 1.1.0 (or stay at what I originally 
planned).
First there will be a UI change (as I would put this into a new tab) and second 
I would like to query the json directly from php as this function will be part 
of the remote API (planned for 1.1).
So if I would do this in 0.9.8 it would break with my rule "no major UI changes 
until 1.0". It would also produce duplicated/throw-away work as your code is 
based on javascript. Adding this function to PHP does not make sense before 1.0 
because of a missing basic utility part that I am planning to introduce with 
1.1.

So - long story short - This *will* be part of 1.1 but not of 0.9.8.

Original comment by arne.cl...@gmail.com on 26 Mar 2013 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 3 Mar 2014 at 7:23