cf73 / Race2

0 stars 6 forks source link

Replace the 'subjects' fake tags in the lesson plans with real tags pulled from the CMS #88

Closed cf73 closed 5 years ago

cf73 commented 5 years ago

These should trigger the tag cloud overlay, like any other tag. Most lesson plans will not have tags, so I'll create some for testing tonight on "Just an Environment or a Just Environment? Racial Segregation and Its Impacts"

eugenehp commented 5 years ago

@cf73 not clear what should be done here. what's the source of this data? graphql query example?

cf73 commented 5 years ago

@eugenehp i'm not sure what the last part of this is, but it should be same as the other tags used in the site, so you'll likely be able to figure it out as you get familiar with the tagcloud

{
allNodeLessonPlan {
  edges {
    node {
      relationships {
        field_subject_tags {

        }
      }
    }
  }
}
}
cf73 commented 5 years ago

@eugenehp this doesn't seem to be integrated with the tagcloud -- the tags show up, but are not clickable.

eugenehp commented 5 years ago

screen shot 2018-08-31 at 19 25 05