Modules are specified in the Dependencies code of the BidJS installation. You can find out more about installing BidJS by clicking here. Please note that the Modules version is specified in two places in the installation code, which must both be updated in order to use the features for that version. Please see our upgrading documentation here.
As parts of BidJS are migrated to modules, the list of modules here will grow. Each module has 3 possible values:
- true - the module should be loaded on this page, in the modules container when the URL matches the module name
- false - the module is disabled, and any links / references to this module should not display
- "url" - the location where this module is hosted. If on the same page in the traditional BidJS application, this should be the "hashbang" URL. If on another page, it should be the address of the relevant page.
See the list of Current Modules below, as reference. This list will expand as more pages are migrated to modules.
Current Modules
Key | Name | Description |
---|---|---|
auctionsArchived | Archived Auctions | Displays a searchable list of all archived auctions for all your auctioneers |
mySales | My Sales | Displays a history of sales per auction to your lot vendors |
invoices | Invoices | Displays invoices to users |
webcast | Webcast | Newly designed modular webcast view |
login | Login | Newly design modular login view |
Modules Versions
Version Number | Release date | Currently supported | Version Update |
---|---|---|---|
V3.0 | 11-05 | Yes |
|
1.7 | 17-02-20 | Yes |
modules: {
modules: { |
1.6 | 11-11-19 | Yes |
|
1.5 | 16-10-19 | No |
|
1.4 | 04-07-19 | No |
|
1.3 | 20-06-19 | No |
|
1.2 | 03-06-19 | No |
|
1.1 | 03-05-19 | No |
|
1.0 | 12-04-19 | No |
|
0.1 | 09-11-18 | No | (Modules v0.1) This implements the first BidJS Module, a new concept which is covered in detail within the Technical Documentation The module implemented is: Archived Auctions No change is necessary for clients unless they implement this or future modules, in which case the documentation should be followed. |