[ { "name": "vue.draggable", "order": 1 }, { "name": "draggable", "order": 2 }, { "name": "component", "order": 3 }, { "name": "for", "order": 4 }, { "name": "vue.js 2.0", "order": 5 }, { "name": "based", "order": 6 }, { "name": "on", "order": 7 }, { "name": "Sortablejs", "order": 8 } ]
[ { "name": "vue.draggable", "order": 1 }, { "name": "draggable", "order": 2 }, { "name": "component", "order": 3 }, { "name": "for", "order": 4 }, { "name": "vue.js 2.0", "order": 5 }, { "name": "based", "order": 6 }, { "name": "on", "order": 7 }, { "name": "Sortablejs", "order": 8 } ]
id | name | sport |
---|---|---|
1 | Abby | basket |
2 | Brooke | foot |
3 | Courtenay | volley |
4 | David | rugby |
[ { "id": 1, "name": "Abby", "sport": "basket" }, { "id": 2, "name": "Brooke", "sport": "foot" }, { "id": 3, "name": "Courtenay", "sport": "volley" }, { "id": 4, "name": "David", "sport": "rugby" } ]
[ "id", "name", "sport" ]
[ { "title": "Consistency", "id": 1, "text": [ "Consistent with real life: in line with the process and logic of real life, and comply with languages and habits that the users are used to;", "Consistent within interface: all elements should be consistent, such as: design style, icons and texts, position of elements, etc." ] }, { "title": "Feedback", "id": 2, "text": [ "Operation feedback: enable the users to clearly perceive their operations by style updates and interactive effects;", "Visual feedback: reflect current state by updating or rearranging elements of the page." ] }, { "title": "Efficiency", "id": 3, "text": [ "Simplify the process: keep operating process simple and intuitive;", "Definite and clear: enunciate your intentions clearly so that the users can quickly understand and make decisions;", "Easy to identify: the interface should be straightforward, which helps the users to identify and frees them from memorizing and recalling." ] }, { "title": "Controllability", "id": 4, "text": [ "Decision making: giving advices about operations is acceptable, but do not make decisions for the users;", "Controlled consequences: users should be granted the freedom to operate, including canceling, aborting or terminating current operation." ] } ]
[ 1 ]