Some might know, others might not but i'm recoding RaidTracker for 1.7.x with an admin-panel.
Depending on what's going to happen with CTRaidTracker, wether we'll figure out if we can integrate/use the raidinfo from ingame or manually add the raidid's this is what's going to happen.
If using manually adding raidid:
- Only raids with a raidid will be added, sorry if you don't like that but that saves coding and time, it has to come both ways you know
This is actually the easiest way for me facing the fact that i don't have to check for different fields anymore to see wether the raids are the same or not
Let go in a bit deeper and presume your guild is called Doomcraft and you have this kind of raidid's DC001, DC002, etc. Some might also be in another guild, lets say The Smouldering Forge and have this kind of raidid's TSF001, TSF002, etc.
Now what i'm trying to say is, i'll add an option to specify witch raids can be added depending if it contains for example TSF, that is if we go the direction of adding raidid's manually
If we manage to find out if blizz is using unique raidid's and never ever uses them again then we can modify CTRT to use those.
That will ask some more work from my side then but hey i'm having fun atm
Now what will i do then, all raids will be added end of story.
But hey what if you have multiple users uploading i hear you think.
Well if a duplicated raidid is found it will, in contrary of whats happening now, update the excisting raid in the db and "merge" its data.
Now the fun part, the admin-panel. As i've said before these are the options i'm planning to integrate, depending on the two options above:
Manual raidid's:
- Would an admin-panel still be needed?
Blizz's raidid's:
- Delete raids, more hiding them or they'll be added again
- Merging? not need as that will happen when uploading
Now that i think about this, if we would use blizz's raidid's you would ofc have a huge raid with only 1 entry, so i'll have to look into splitting them by date, but that won't be to hard i think
Other then that i'm open for suggestions and idea's