Tyler Burton
Tyler Burton
Blocked by catalog pipeline issues.
Some deeper discussion on pipenv vs poetry here: https://news.ycombinator.com/item?id=26093926 Poetry also helps with publishing to PyPi FWIW. EDIT: there's also lightweight alternative pip-tools > https://github.com/jazzband/pip-tools
@jbrown-xentity what is the process for adding logos to https://github.com/GSA/ckanext-datagovtheme/tree/main/ckanext/datagovtheme/fanstatic_library/images/logos directory? As that's the location `get_bureau_info` is trying to pull from. This dataset works, for example: https://catalog.data.gov/dataset/chemical-phytoplankton-zooplankton-benthic-organisms-and-other-data-from-moored-current-me Because https://catalog.data.gov/images/logos/006-48.png exists
yeah, for some reason `organization.image_display_url` is no longer available at the dataset level. just `organization.image_url`. should have a draft branch up shortly.
>but the default ckan should still work. It looks similar upstream: https://github.com/ckan/ckan/blob/2.9/ckan/templates/snippets/organization.html#L30 now that's weird and i'm perplexed 😬
this looks relevant https://github.com/ckan/ckan/blob/master/ckan/lib/dictization/model_dictize.py#L439 image_url = result_dict.get('image_url') result_dict['image_display_url'] = image_url
https://github.com/GSA/ckanext-datagovtheme/pull/124/files This PR addressed one part of the problem, however viewing collections did not contain an `image_url` on the organization object so this did not address the root cause, which...
Once we convert the content, we can optimize some parts of the build with plugins, particularly the image pipeline... https://github.com/esbuild/community-plugins
https://federalist-2ac784db-2321-4734-8d02-933835d88304.app.cloud.gov/site/gsa/datagov-11ty/ @hkdctol here's the latest federalist build.
Blocked by catalog pipeline issues.