Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 417: Line 417:
 
                 : true;
 
                 : true;
 
             const techCheck = filterState.techs
 
             const techCheck = filterState.techs
                 ? guideline[TECH_PROP].some(source => filterState.dataSources.includes(source))
+
                 ? guideline[TECH_PROP].some(source => filterState.techs.includes(source))
 
                 : true
 
                 : true
  
Line 530: Line 530:
 
             document.getElementById('audience-experience-filter').innerHTML = targetAudienceExperienceHtml;
 
             document.getElementById('audience-experience-filter').innerHTML = targetAudienceExperienceHtml;
  
             let techHtml = Array.from(EXPERIENCE_LEVEL_VALUES.values()).reduce((acc, curr) => {
+
             let techHtml = Array.from(MENTIONS_TECHNOLOGIES_VALUES.values()).reduce((acc, curr) => {
 
                 const identifier = escapeAttr(curr);
 
                 const identifier = escapeAttr(curr);
 
                 return acc
 
                 return acc

Revision as of 16:54, 24 November 2022

Development version of the List of Guidelines.
Not ready for production!