Another simple and probably useful feature of this worker could be to deserialize level assets, take the list of usernames inside the level's playerRecord attribute, and then to put these usernames into a dedicated attribute of the corresponding GameLevel database table row. This list seems to contain the username of everyone who has directly worked on a level, and I think this might be useful information to show on the website/through the API (also useful for moderation, likely).
Another simple and probably useful feature of this worker could be to deserialize level assets, take the list of usernames inside the level's
playerRecordattribute, and then to put these usernames into a dedicated attribute of the correspondingGameLeveldatabase table row. This list seems to contain the username of everyone who has directly worked on a level, and I think this might be useful information to show on the website/through the API (also useful for moderation, likely).