https://github.com/perty/drag-n-drop-objects
https://github.com/perty/drag-n-drop-objects
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perty/drag-n-drop-objects
- Owner: perty
- Created: 2022-12-26T17:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T17:22:53.000Z (over 3 years ago)
- Last Synced: 2025-12-27T14:10:54.564Z (6 months ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Drag-n-drop-objects
An experiment with objects illustrating domain concepts with interaction possibilities through direct manipulation.
## Example: Inbox with applications
The user's task is to look at loan _applications_ and decide on whether to reject them, ask for more information or create an offer for a loan.
The _inbox_ contains applications that has arrived. It is illustrated as a stack of _folders_, the representation of applications.
The user pulls out an application and opens it. The user can close it again and leave it on their _desk_.
The folder contains _documents_, the first being the form that the _customer_ filled out when creating the application.
See [doc/application.png](doc/application.png) for a possible illustration.