unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
5 stars 6 forks source link

Configure News/Feeds to Import Nebraska Today stories #242

Closed macburgee1 closed 2 years ago

macburgee1 commented 3 years ago

Configure News/Feeds to Import Nebraska Today stories

macburgee1 commented 3 years ago

Here's a solution that attempts to solve the Nebraska Today import issue.

We'll need to add a Tags endpoint and a Sections endpoint to the Nebraska Today API.

A site admin will set global configuration for the site in terms of which tag and section IDs are requested from the Nebraska Today API. We'll import every hour or so.

When editors place UNL News blocks, they'll be able to select filters to apply to a given block; however, those filters will be limited to the global filters. (For example, if an editor wants to include a tag for "Custodial Arts", but it's not in the site's global list of imported tags, then they will need to request it be added by a site admin.)

image

image

macburgee1 commented 3 years ago

We're going to only allow selection based on tags (not Section or News Release).

macburgee1 commented 2 years ago

Current status: