Forums

Clan List Logger

Quick find code: 86-87-226-65189098

Ninmci

Ninmci

Posts: 12,166 Opal Posts by user Forum Profile RuneMetrics Profile
Subzero said :
Blasty said :
That sounds strange, if someone changes their name it should show that they leave as their previous name name and join as their new name in the same update.


Yes - this happened. I got mixed up with the names; my mistake!

Subzero

The Cold One
Leader of Incursione


Had me worried because 1 om my administration left lol / but new name joined

26-Oct-2013 13:05:54

Blasty
Feb Member 2017

Blasty

Posts: 9,319 Rune Posts by user Forum Profile RuneMetrics Profile
Calm Enigma said :
Working very well :)

Just one thing... it seems to be listing down all our promotions as demotions?
Are the columns just named wrong?


Sorry about that, I made some small mistakes. The link in the first post now has that problem fixed.

These are the changes, if you want you can edit the script instead (Tools -> Script editor...):

Line 59
change:
var differences=compareClans(
raw
,
prev
);
to:
var differences=compareClans(
prev
,
raw
);

Line 125
change:
output.
leavers
.push([rawNames[ i],rawRanks[ i]]);
to:
output.
joiners
.push([rawNames[ i],rawRanks[ i]]);

Line 131
change:
output.
joiners
.push([prevNames[ i],prevRanks[ i]]);
to:
output.
leavers
.push([prevNames[ i],prevRanks[ i]]);

­­­­
<
Blasty
the Blue
>
­­­­
Blasty
// @BlastytheBlue // Blasty#5167
| Co-owner of Mine Nation

28-Oct-2013 16:43:10

Becca Lynn

Becca Lynn

Posts: 3,887 Adamant Posts by user Forum Profile RuneMetrics Profile
hi! quick question, if I add a column to the Clan List section will that mess up the script?

I've been using a Google Doc and manually following my clan members, etc, and I LOVE this new logger, but I'd like to have the records I had before included

I, of course, can keep them seperately, but nice to have everything on one page :)
Modest Skillers
-
Now on world 22!

31-Oct-2013 01:08:50

Blasty
Feb Member 2017

Blasty

Posts: 9,319 Rune Posts by user Forum Profile RuneMetrics Profile
In its current form it's not designed as storage of notes but more as a reference sheet.

At the moment, 'Current Clan List' gets rewritten and rearranged every update so any notes there will be lost or misaligned. Columns can be added to the clan log as long as they are to the right of the 'Raw Data' column.

For now I would suggest either storing notes on individuals and changes in a separate sheet or document.

I have seen some examples of currently used custom clan lists and there are a few common properties/columns that will automatically be filled such as join date. The final version will have customizable properties and columns and will account for name changes. The UI will also be html-based rather than through a spreadsheet so there will be a lot of freedom about how the information is shown.

I have a good idea now of how the data will be stored and how it will be accessed through a html-based UI, so next I just need to plan and design it to be modular so that updating it will be easy to do and it can be customized to the needs and systems that each clan has set up.

Once I set up how the information will work with the UI I can start to go through the planned features:
- Column for membership
- Daily updating clan hiscores
- Improved menu options (manual update in particular)
- More convenient system for updating
- System to account for name changes
- System to allow custom notes on clan mates
- System that notifies of inactive players
- Graph generator for player XP over time
- Improved alternative interface
- Customization for appearance
- Improvements to settings
- Colour coding ranks and including images
- Improved instructions and notifications

Those features are for the most part easily doable, I just need to make the infrastructure so it's update-able for the individual needs of each clan.

­­­­
<
Blasty
the Blue
>
­­­­
Blasty
// @BlastytheBlue // Blasty#5167
| Co-owner of Mine Nation

31-Oct-2013 02:02:59

Quick find code: 86-87-226-65189098 Back to Top