Skip to content

bayanat v1.6

Compare
Choose a tag to compare
@sjacgit sjacgit released this 25 Jun 17:50
· 29 commits to main since this release
  • Simple integration with Benetech's deduplication tool:
    • Import matches generated by generate_matches.py.
    • Process matches into relationships between Bulletins.
    • Dashboard to view matches and results of processing.
  • Existing or newly added relationships are now hidden when searching for related items (Actors, Bulletins, Incidents).
  • Search for children labels.
  • Search for children sources.
  • Force PDF viewer in Mozilla Firefox, fixing an issue where the file was downloaded with a specific browser setting.
  • Fix for a bug with date entries when a 5-digits year is entered.

You should take a backup before upgrading to a newer version. Users should also clear their browsers' caches after any update.

To create the needed database structure for the deduplication dashboard, you should run in the directory of the Bayanat installation:

virtualenv env -p python3
source env/bin/activate
export FLASK_APP=run.py
flask create-db