datalab-dev / quintessence_web_app

Repository for the Quintessence Web Project applying Topic Models and Word Embeddings to EEBO-TCP
http://quintessence.ds.lib.ucdavis.edu/
0 stars 0 forks source link

Refactor the javascript #15

Closed avkoehl closed 3 years ago

avkoehl commented 4 years ago

Motivation

General refactor of the code. Currently the code is a mess of javascript files, each one including a different function that is not properly documented. Very hard to read through and to understand. After a code review with Chandni, one idea was to merge all the javascript functions into diffferent modules. Each module will be a single file containing many functions that share a theme (i.e php calls, or plotting). For now will just make a big util.js and graph_util.js script that contains everything. Will need to update html that includes the javascript (i.e Githubissues.

  • Githubissues is a development platform for aggregating issues.