Skip to content

Commit

Permalink
adding links to publications and has_evidence WIP (#410)
Browse files Browse the repository at this point in the history
Closes #408 

- adds link fields and logic to has_evidence, publications, and
provided_by for Associations model and parsers
  • Loading branch information
glass-ships authored Oct 18, 2023
1 parent 5ad7014 commit a7fbfa1
Show file tree
Hide file tree
Showing 41 changed files with 16,717 additions and 15,997 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test-frontend:
fixtures:
@echo "Generating fixtures..."
$(RUN) python scripts/generate_fixtures.py --all-fixtures
$(RUN) black backend/tests/fixtures/
$(RUN) black -l 120 backend/tests/fixtures/
cd frontend && \
yarn lint

Expand Down
Loading

0 comments on commit a7fbfa1

Please sign in to comment.