Subpage under development, new version coming soon!
Subject: Sokker Asistente
Hi Terrion, have you considered the possibility of transferring training data after selling a player to a new club? Of course, that would be optional. But if the previous owner decides to share it, a new one would save time on manual data entry.
Yes, I inspected the code to see whether it would be easy, but it’s not. I would need to link the player to its original training information together with the coaches’ data (I can't simply copy It to the new team). So I didn’t give it much priority
Maybe someday I’ll implement it, but it’s not planned at the moment
(edited)
Maybe someday I’ll implement it, but it’s not planned at the moment
(edited)
This might be another approach. We can extract a player's training history from the API. Perhaps it would be possible to upload the full training history using a txt file instead of manually entering training data week by week.
Problem is that in current implementation that would override Your historical data. So that would be extra work required
For the single player or overall? If only for the single one, I don't think this is a problem. You'll be uploading the data this way only once. Later on, it will be added in a "standard" way.
It will override data if whole team.
For example last week Your team was training Pace/Def/pm/striker (gk/def/mid/att) and You bought player, who trained tech with def position. When You manually add this it will change training from def to tech for all players with def position in that week.
For example last week Your team was training Pace/Def/pm/striker (gk/def/mid/att) and You bought player, who trained tech with def position. When You manually add this it will change training from def to tech for all players with def position in that week.
Oh, okay that means that the formation training is constant. I don't understand this constrain, but if this is the case then it's true such enhancement would mess everything up.