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 715: Line 715:
                     !filter.type.dataSources &&
                     !filter.type.dataSources &&
                     !filter.type.businessModel &&
                     !filter.type.businessModel &&
                     !filter.type.usedByDmo
                     !filter.type.usedByDmo &&
                    !filter.type.hasUC
                 ) { summary.textContent = 'No filter. Showing all results.'; }
                 ) { summary.textContent = 'No filter. Showing all results.'; }
                 else {
                 else {
Line 745: Line 746:
                     if (filter.type.usedByDmo) {
                     if (filter.type.usedByDmo) {
                         summaryHtml += '<tr><td><strong>Used by practitioners</strong></td><td>Yes</td></tr>';
                         summaryHtml += '<tr><td><strong>Used by practitioners</strong></td><td>Yes</td></tr>';
                    }
                    if (filter.type.hasUC) {
                        summaryHtml += '<tr><td><strong>Use case available</strong></td><td>Yes</td></tr>';
                     }
                     }
                     summaryHtml += '</table>';
                     summaryHtml += '</table>';

Revision as of 16:55, 7 December 2022

Current version of the DCT List.
Not ready for production!