sbrin / lopaka

Lopaka - Stunning graphics for embedded systems displays
https://lopaka.app
Apache License 2.0
319 stars 19 forks source link

Optimize Graphics Storage for Large Projects #45

Closed sbrin closed 7 months ago

sbrin commented 7 months ago

The current implementation leads to a large amount of data being stored when projects include multiple graphics. We need to optimize how graphics are stored, possibly by only saving changes or incremental updates rather than resubmitting the entire graphic data to the database.