3Ditsi / 3DQuest

Store and 3D Printing Management Software
MIT License
0 stars 0 forks source link

Back: Remove Dependencies on Defaults and Go Querystring in the Driver #2

Open M-T3K opened 8 months ago

M-T3K commented 8 months ago

The dependencies appear only in the struct designViewOptions. I even made a function called designViewOptionsToQueryString() that attempts to fix the problems with the default query string generated by Go Querystring. Defaults hinders performance and doesn't help much either in our case scenario. We should remove these dependencies and substitute with our own code.