-
Notifications
You must be signed in to change notification settings - Fork 2
Desgin: Book Sale: Book Selling
Dario Magliocchetti edited this page Sep 1, 2013
·
2 revisions
Book selling in the new system should be as easy as submitting a form.
The following information should be filled:
- [LDAP] Username (and therefore email)
- [LDAP] Current Year
- [LDAP] Full Name
- [form input] ISBN (Only if see below)
- [form input] Book Name
- [form input] Edition
- [form input] Author
- [form radio] Condition (New (Unopened), Clean (Used but no writing), Used (Used, and has extra material!))
- [form checkbox] Target Years
- [form input] Target Course (e.g. Mathematics, Signals, Semiconductors)
- [form input] Price
- [form input] Quantity
We want to let users browse available books. As such, I want there to be some relation between equal books.
A suggestion is to use a "book finder" which relies on ISBN. The user then fils in the ISBN number which will fill complete book name, edition, cover photo, etc.
If the book has been submitted by someone else, also autocomplete: target years and target course.
Radio buttons and checkboxes should be prettified á-la-bootstrap. I have Pills in mind, but please do as you see fit.