Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 333: Line 333:
 
                 .sort(([keyA,], [keyB,]) => sortOrder.indexOf(keyA) - sortOrder.indexOf(keyB))
 
                 .sort(([keyA,], [keyB,]) => sortOrder.indexOf(keyA) - sortOrder.indexOf(keyB))
 
                 .forEach(([categoryName, results]) => {
 
                 .forEach(([categoryName, results]) => {
                    console.log(results.printouts)
 
 
                     functionsData.set(
 
                     functionsData.set(
 
                         categoryName,
 
                         categoryName,
Line 342: Line 341:
 
                     );
 
                     );
 
                 });
 
                 });
 +
 +
                console.log(functionsData)
  
 
             // TODO: Remove properties that are not relevant for the filter? (e.g. 'Supported content types')
 
             // TODO: Remove properties that are not relevant for the filter? (e.g. 'Supported content types')

Revision as of 17:10, 17 November 2022

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