Description: The codemelted.js module aims to serve as a support module to the codemelted.rs module. It can however be used independently of that module in normal web site development. Create a main module UML introduction breaking down the use case public functions, the objects that support those functions, and what third party APIs (highest-level Browser API, not individual classes) it is utilizing. This documentation will aid in identifying what else is missing from the module for future planning and updates.
Acceptance Criteria:
- When the
codemelted.js module has a new API UML model introduction in its documentation.
- When missing features are identified and created as issues.
- When all jsdoc is updated to reflect the most current documentation along with the missing functions to strive for in completing this module.
Description: The
codemelted.jsmodule aims to serve as a support module to thecodemelted.rsmodule. It can however be used independently of that module in normal web site development. Create a main module UML introduction breaking down the use case public functions, the objects that support those functions, and what third party APIs (highest-level Browser API, not individual classes) it is utilizing. This documentation will aid in identifying what else is missing from the module for future planning and updates.Acceptance Criteria:
codemelted.jsmodule has a new API UML model introduction in its documentation.