Serne wrote:
That is basically a simple change to a single piece of information in the database.
What you are suggesting is a new field in the Planet Database of variable size, that from the suggestion appears to be viewable by anyone with the planet on scan. The size of the database would balloon and probably cause unexpected issues, possible glitching, and the note portion would quickly become larger than all the planet information making it the largest part of the database. This would also increase the problem with scan lag that a number of people seem to have. If he could find an elegant way to do this without causing any of the aforementioned problems then i would be all for it, but I don't see that happening.
Assuming that planet scans are tracked by a table linking ShipIds to PlanetIds, then it is simple a new column on that table, but viewable only by the Ship linked there. Say it could store 200 chars, little more room that twitter, but not going crazy, at 1000 planets that's at most 200K more info per ship. Given even 50K ships using it maxed at that level that's only 10MB more DB storage.
The bigger problem is the scan lag (and planet flagging) which would be made worse. Honestly though, that's already an existing and severe problem that should be fixed.