FULL TESTING PLAN — MokoSuiteEditor complete stack validation #11

Open
opened 2026-06-21 23:05:00 +00:00 by jmiller · 1 comment
Owner

Full Integration Testing Plan — MokoSuiteEditor

Master testing issue. All sections must pass before stable release.

Sub-Issues

  • #1 Initial scaffold — In Progress
  • #2 Advanced media manager — In Progress
  • #3 Link manager — In Progress
  • #4 Source code editor — In Progress
  • #5 Editor profiles — In Progress
  • #6 Table editor — In Progress
  • #7 MokoSuite integration — In Progress
  • #9 TEST — All features
  • #10 WIKI — Documentation

Status

Package manifest created. TinyMCE 7 integration pending — editor plugin architecture differs from standard helpers.

## Full Integration Testing Plan — MokoSuiteEditor Master testing issue. All sections must pass before stable release. ### Sub-Issues - [ ] [#1](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/1) Initial scaffold — In Progress - [ ] [#2](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/2) Advanced media manager — In Progress - [ ] [#3](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/3) Link manager — In Progress - [ ] [#4](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/4) Source code editor — In Progress - [ ] [#5](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/5) Editor profiles — In Progress - [ ] [#6](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/6) Table editor — In Progress - [ ] [#7](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/7) MokoSuite integration — In Progress - [ ] [#9](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/9) TEST — All features - [ ] [#10](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/issues/10) WIKI — Documentation ### Status Package manifest created. TinyMCE 7 integration pending — editor plugin architecture differs from standard helpers.
Author
Owner

Testing Checklist

Helpers

  • ProfileHelper — getForUser returns correct profile by user group
  • MediaHelper — upload, resize, WebP conversion
  • TemplateHelper — list templates, insert into editor

SQL

  • Install creates 3 tables (profiles, templates, media_presets)

Component

  • Editor profiles list view
  • Editor templates list view

API

  • CRUD routes for profiles, media, templates

Editor Plugin

  • TinyMCE 7 loads in article editor
  • Profile-based toolbar applies per user group
## Testing Checklist ### Helpers - [ ] ProfileHelper — getForUser returns correct profile by user group - [ ] MediaHelper — upload, resize, WebP conversion - [ ] TemplateHelper — list templates, insert into editor ### SQL - [ ] Install creates 3 tables (profiles, templates, media_presets) ### Component - [ ] Editor profiles list view - [ ] Editor templates list view ### API - [ ] CRUD routes for profiles, media, templates ### Editor Plugin - [ ] TinyMCE 7 loads in article editor - [ ] Profile-based toolbar applies per user group
Sign in to join this conversation.