You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think masteries are already being retrieved from the server but they are currently not stored in the database. The data are less attractive as it's only a single mastery page as oppposed to a wider range of pages as is the case with masteries. Visualising the masteries in an attractive way is probably annoying rendering work, too. At least the introduction in the database would be rather painless as it could be solved by just adding a new table with a foreign key that refers to the summoner. This would require a programmatic addition of this new table at runtime to enable a fluent upgrade of the old database format.
Over time these table upgrades would probably accumulate in some way.
The text was updated successfully, but these errors were encountered:
I think masteries are already being retrieved from the server but they are currently not stored in the database. The data are less attractive as it's only a single mastery page as oppposed to a wider range of pages as is the case with masteries. Visualising the masteries in an attractive way is probably annoying rendering work, too. At least the introduction in the database would be rather painless as it could be solved by just adding a new table with a foreign key that refers to the summoner. This would require a programmatic addition of this new table at runtime to enable a fluent upgrade of the old database format.
Over time these table upgrades would probably accumulate in some way.
The text was updated successfully, but these errors were encountered: