Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 16:10, 17 November 2022

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