Jump to content

User:Jan Dittrich (WMDE)/quickMockup

From mediawiki.org

QuickMockup is a tool to create sketchy Interface Mockups. It reads and writes HTML (no proprietary format).

It is open source.

Roadmap rewrite[edit]

Currently, quickMockup is jQuery based. It does not support undo/redo, code changes cause class changes which causes jQuery chaos. It should be reimplemented in ES5 using vue and vuex (Flux-like)

Revision Features
0.0.1 hierarchy of elements in DOM (nested) and in Data (flat) works and syncs
0.0.2 Drag and Drop works for changing the structures established in 0.0.1
0.0.3 Drag and Drop now works with Rectangles instead of lists
0.0.4 Undo/Redo (via Vuex)
0.0.5 Drag from element sidebar to create new elements
0.0.6 Change size of elements
0.0.7 Change text of elements (current text engine)
0.0.8 Export to html
0.0.9 import from HTML