microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Change the julMS.js file to use the canvas element paradigm for displaying a jul, rather than divs. #36

Closed microl44 closed 1 year ago

microl44 commented 1 year ago

Current practice of using divs and creating more elements on top of that div doesn't really conform to industry standards or long-term scalability. Change it to use the HTML "canvas" element that's designed for drawing and generating dynamic sections. Everything should be contained within the julMS.js file as the idea is creating a microservice that can easily be included wherever it's needed.

microl44 commented 1 year ago

Solved as of #62