Skip to content

Changelog

2020.06.30#

Fixes#

  • Includes the missing curl program into the deploy image, which crashed the app on clean start (!87, #79)

2020.06.16#

Improvement#

  • Keep one empty line when several empty lines are encountered for better readability of cleaned email text (!86)

Fixes#

  • Fix css layout for current issue viewer (!86)

2020.06.11#

Improvement#

  • Adds removing of email lines that were not written by the email author (!84, #16)
  • Fix automatic sizing of a list of emails (!85)

2020.05.06-1#

Improvement#

  • Adds documentation for new features in release 2020.05.06

2020.05.06#

Improvement#

  • Prepares deployment images (!71)
  • Uses sqlitedict for task queue in multi-worker setup (!71)
  • Adds documentation(!73, #74)
  • Adds pagination (!70, #50)
  • Displays previously most marked email first and adds the number of previously marked counts (!76, #31)
  • Adds some code checks (#49)
  • Adds SIRA logo and icons (!80, #76)
  • Identifies similar search initiator (!78, #77)
  • Adds documentation link at the bottom of main page(!81)

Fixes#

  • Fixes obtaining of issue keywords (!71)
  • Uses reproducible builds of the React app (!72)
  • Date formatting in list of emails (!76)
  • Marked relevant count metadata fix (!76)
  • Marking of emails corrected (!74, #51)
  • Enables deletion of all keywords (!81)

2020-04-22#

Improvement#

  • Removes placeholder text for result issue viewer (!60, #55)
  • Enables keyboard shortcuts for search after adding keywords (!68, #59)
  • Adds an asynchrous thread-based job queue for longer processing tasks (!63, #70)

Fixes#

  • Fix storing and marking of relevant emails and issues (!63, #66, #73)

2020-04-15#

Improvement#

  • Implement "No suitable emails found"
  • Adds issue subject to a searchable text, using all subject_to_ and _to_subject relations
  • Uses multiprocessing for cleaning pipeline, when cleaning all issues
  • Improves loading on the FE by lowering the amount of API calls (for getting the subject of an issue)

Fixes#

  • Removes logout button

2020-04-08#

Improvement#

  • Duplicate email removal based on the exact string matching.
  • prevents the logout button text from appearing purple and underlined, which happened in some cases
  • adds some feedback to the button clicks
  • adds tag removal (CC, TO,...)
  • adds word vectors for doc-doc similarity search
  • enables managing keywords for current issue from the frontend

Fixes#

  • addresses #58, although this will still need improvement
  • fix #57
  • correctly stores search results
  • fix #53
  • fix #54

2020-04-01#

  • Storing of scoring metadata. Used for later tunning of scorer weights.
  • "Finish button" action implemented.
  • Event framework for synchronizing the app DB, when issues and emails are updated from outside of the app.