-
SELECT
deck.id as deck_id
FROM
deck
LEFT JOIN
(
WITH rule_card_count AS
(
SELECT
…
-
For Biosimilars dataset, the legal text for 2017 records of OH, SC, PA, RI do not show up when that state criteria is queried (clicking on cite or gavel symbols).
http://lawatlas.org/datasets/biosimi…
-
WITH rule_card_count AS
(
SELECT
rule.id, COUNT(card) AS card_count
FROM
rule
JOIN
rule_card
…
-
OKAY ROUND ONE
@slifty & @knowtheory try and get issues done to further the BIFFUD agenda.
BRING ON YOUR ISSUES.
-
#### Describe your problem
API specification in Swagger format - response body contains two properties, one is required, one is optional.
Actual response body contains only the required propert…
-
@jenniferthibault commented on [Fri Sep 01 2017](https://github.com/18F/openFEC-web-app/issues/2288)
Discussion and history in https://github.com/18F/openFEC-web-app/issues/2185
___
### Designs
…
-
Discussion and history in https://github.com/18F/openFEC-web-app/issues/2185
___
### Designs
### Notes
**Links**
- Advanced searches
- Advisory opinions (AOs): https://www.fec.gov/d…
-
SELECT
deck_id,
GROUP_CONCAT(archetype_name) AS concat_archetypes
FROM
(
WITH rule_card_count AS
(
S…
-
Currently:
```html
{% if dataset.licenses %}
{{dataset.licenses[0].name or dataset.licenses[0].id}}
{% elif dataset.license %}
{{ dataset.license }}
{% endif %}
```
instead, we have to e…
-
I propose to do not try to parse and validate the body response in case the response `content-length` header value is `0` and the expected `body` or `bodySchema` is empty.
At the moment when your API…