PhlexPlexico / get5-web

[END OF LIFE] Webpanel for servers using the get5 CS:GO server plugin
GNU General Public License v3.0
21 stars 10 forks source link

[Feature Request] Change Pickletype Storage to JSON #167

Closed PhlexPlexico closed 4 years ago

PhlexPlexico commented 4 years ago

Is your feature request related to a problem? Please describe. Database is rather strict in storing with ORM-based solutions. Need to change this to just store a JSON structure instead within the BLOB.

Describe the solution you'd like This is so other data implementations can be made.

Describe alternatives you've considered A way to read these blobs in JavaScript lmao

Additional context N/A

PhlexPlexico commented 4 years ago

Possible Fix.

PhlexPlexico commented 4 years ago

The one apparent problem that this will come with is all the old data. We need to think of a way to convert it as it comes out of the database and store to save it in the new format. Or we could say screw it and add in new columns.

PhlexPlexico commented 4 years ago

Yup, reading more into this, I'll need to create more columns in the team database to ensure backwards compatibility. Will be included in next development commit.

PhlexPlexico commented 4 years ago

Resolved by latest development push.