Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Cschwentker (talk | contribs)
m (Text replacement - "License model" to "Pricing")
Cschwentker (talk | contribs)
m (Text replacement - "Free edition" to "Free & Paid ")
Line 534: Line 534:


             // TODO: Fetch from server?
             // TODO: Fetch from server?
             const FREE_KEY = 'Freeware', FREE_PLAN_KEY = 'Free edition';
             const FREE_KEY = 'Freeware', FREE_PLAN_KEY = 'Free & Paid
';
             const bModels = [FREE_KEY, FREE_PLAN_KEY, 'Paid subscription', 'Other'];
             const bModels = [FREE_KEY, FREE_PLAN_KEY, 'Paid subscription', 'Other'];
             let bModelFilterHtml = bModels.reduce((acc, curr) => {
             let bModelFilterHtml = bModels.reduce((acc, curr) => {

Revision as of 14:28, 3 December 2022

Development verstion of the DCT List.
Not ready for production!