Concert History Updates
- Fez
- Dec 16, 2024
- 1 min read
Due to the way Wix tracks data usage, I've been rewriting how the Concert History backend works. They would rather have you store larger amounts of data in a single line of their storage, so rather than try to use their CMS like a database, I have all the data in a single table with all of the related data stored in a single field as JSON. Not exactly how I would like to do it, but I get a limited number of lines of storage and this works better than how I had it and will allow for much more storage overall.
I do not have all of the functionality back up and running yet, but you can add to your concert history and see your own history at this point. The rest of it should be back soon.
Comments