[DEV] ISFL Forums
"New" TPE Tracker - Printable Version

+- [DEV] ISFL Forums (http://dev.sim-football.com/forums)
+-- Forum: Community (http://dev.sim-football.com/forums/forumdisplay.php?fid=5)
+--- Forum: Discussion (http://dev.sim-football.com/forums/forumdisplay.php?fid=33)
+--- Thread: "New" TPE Tracker (/showthread.php?tid=13042)

Pages: 1 2 3 4 5 6


"New" TPE Tracker - Eco - 05-12-2019

(05-12-2019, 07:46 AM)speculadora Wrote:Since we use this as the position tracker, would it be possible to add a tab for summary by position? Like number of players in the league, number of prospects in this class, average TPE, whatever else anyone might think of

[Image: giphy.gif]


"New" TPE Tracker - Eco - 05-15-2019

New update changelog:
- Updated copypastas !!!!!
- Added "Position Stats" page.
- Added "Last Updated" column to player tables.


"New" TPE Tracker - 37thchamber - 05-15-2019

[Image: WZrRIih.png]

fucking priceless lmao





EDIT: side note, for possible attribute tracking, are you looking at another scraper to pull from the index or...?


"New" TPE Tracker - Eco - 05-15-2019

(05-15-2019, 01:58 AM)37thchamber Wrote:EDIT: side note, for possible attribute tracking, are you looking at another scraper to pull from the index or...?

I haven't put much thought into this yet. I am focusing on more doable stuff first, but I think it would be a separate app since this one is already getting a little bloated.


"New" TPE Tracker - infinitempg - 05-16-2019

(05-15-2019, 10:38 AM)Eco Wrote:I haven't put much thought into this yet. I am focusing on more doable stuff first, but I think it would be a separate app since this one is already getting a little bloated.

Someone has probably mentioned this to you already, but you can use the exports from the sim files to track those. Only problem with that is having to manually do it each time


"New" TPE Tracker - Eco - 05-16-2019

(05-16-2019, 09:28 AM)infinitempg Wrote:Someone has probably mentioned this to you already, but you can use the exports from the sim files to track those. Only problem with that is having to manually do it each time

Anything that requires manual data entry is a no go.

There are two different ways of doing this;

1- By parsing the team rosters on the index.
2- By parsing the player pages on the forum.

Problem with option 1 is that it is delayed until a week of games are played and it does not contain free agent / prospect data.

The problem with option 2 is that there is no format on how attributes are defined on these pages (I can probably use trial & error method to figure the possible formats) and the app would have to parse 350-360 more pages every time it updates (which is not a huge problem for production, but I would have to come up with a work around for dev builds).

If I spend enough time on this, it is for sure doable. I just don't have that kinda time right now Smile


"New" TPE Tracker - Duilio05 - 05-16-2019

(05-16-2019, 11:00 AM)Eco Wrote:Smile

PS I really like that you added a TPETracker link to your signature.


"New" TPE Tracker - Eco - 05-16-2019

(05-16-2019, 11:38 AM)Duilio05 Wrote:PS I really like that you added a TPETracker link to your signature.

That really helps finding my own posts by using cmd+f


"New" TPE Tracker - Duilio05 - 05-16-2019

Any thoughts on splitting the min/max/average TPE by NSFL and DSFl for the position tracker?

Really like how it all looks on Mobile


"New" TPE Tracker - Eco - 05-16-2019

(05-16-2019, 11:41 AM)Duilio05 Wrote:Any thoughts on splitting the min/max/average TPE by NSFL and DSFl for the position tracker?

Really like how it all looks on Mobile

I can do that.