You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all the JavaScript in the Seshat project is spread across multiple .js files and some embedded JavaScript within the HTML. This issue aims to refactor the JavaScript code, ensure it is well-documented, and potentially implement JavaScript testing.
Objectives
Consolidate and organise JavaScript code into appropriate .js files.
Remove embedded JavaScript from HTML files and include them in the consolidated .js files.
Description
Currently, all the JavaScript in the Seshat project is spread across multiple
.js
files and some embedded JavaScript within the HTML. This issue aims to refactor the JavaScript code, ensure it is well-documented, and potentially implement JavaScript testing.Objectives
.js
files..js
files.Tasks
.js
files to include the identified JavaScript code..js
files instead of embedded scripts.Definition of Done
.js
files.The text was updated successfully, but these errors were encountered: