-
Notifications
You must be signed in to change notification settings - Fork 8
Planned Features for 2.0
chmarr edited this page Nov 26, 2012
·
2 revisions
Planned features for release 2.0 of Artshow Jockey
- Add "After Auction" price field to pieces. A setting would force this to be the same as the buy-now price if present at all.
- Allow pieces to be purchased at point of sale using a piece search.
- Web Access for Bidders to see what's in the show, and what's still available for purchase if "after show purchase" is available
- Better delineation of rights to various tables, etc.
- Will require Django 1.4.
- Master-Slave synchronisation support. Officially; no reason master-slave won't work right now.
- Easy "language" to handle pre-printed bid sheets and control forms.
- Creating own python code will remain available.
Possibilities:
- Combined Django 1.3 and 1.4 support (Some features may be disabled in 1.3)
- Splitting Artist accounting into a separate Django application.
- Splitting purchasing and invoicing into a separate application.
- Payment of winnings on-line.
- Requires some form of two-way synchronisation, as AJ will always support running in a Internet-disconnected mode.