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
A downloadable, double-clickable version of MonkeyPuzzle that runs on major platforms would be useful. Electron.js might be one way to achieve this.
Utilise MonkeyPuzzle core for the basic web-interface and functionality - this can include bug fixing and new features
Extend MonkeyPuzzle core with desktop extensions, e.g.
Unit-testing strategy
Support for a proper database, e.g. sqlite, instead of browser-based storage for storing SADFace documents. Note that an alternative storage strategy might be to use git under the surface and follow the argument corposu building guidelines from wells & pangbourne (2016). Perhaps both approaches would give a nice balance of features
A new interface to enable searching of stored arguments in the local database, e.g. google for arguments. Search by text, argument parts, date ranges, analyst name, analyst email, etc.
Methdods for sharing data with other users, e.g. export a corpus of arguments from one instance and import into another.
Provide an HTTP API locally for other tools to make use of MonkeyPuzzle functionality
Implement ArgQL (zografistou_2018_argql)?
The text was updated successfully, but these errors were encountered:
A downloadable, double-clickable version of MonkeyPuzzle that runs on major platforms would be useful. Electron.js might be one way to achieve this.
The text was updated successfully, but these errors were encountered: