The Wayback Machine - https://web.archive.org/web/20200629165031/https://github.com/topics/ddf
Skip to content
#

ddf

Here are 17 public repositories matching this topic...

frnkshin
frnkshin commented Apr 28, 2020

Description

Currently country codes attribute dropdown show only country codes (i.e. USA, NZL, etc). It doesn't show country name corresponding to each country code, and it'd be a nice feature in terms of UX to show country name as well (i.e. USA (United States of America), etc).

Expected behavior:

In advanced query view, selecting location.country-code will show USA (United States

Lambeaux
Lambeaux commented Dec 3, 2019

The objective of this issue is to restore the Codox API documentation generation which was being published to Github Pages (the gh-pages branch).

Originally this project was using Codox to generate API documentation. The main.clj file for the docs generation, along with some troubleshooting code, looked like this:

(ns main
  (:require clojure.pprint
            [clojure.x
willwill96
willwill96 commented Mar 11, 2020

The function that generates the MetacardAttributes graphql list is based on a static list of attributes https://github.com/connexta/revelio/blob/master/src/main/webapp/intrigue-api/metacards/gen-schema.js

This means that file needs to be updated any time a new attribute is added to ddf and also means that downstream projects with their own custom attributes need to maintain their own static

Improve this page

Add a description, image, and links to the ddf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ddf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.