Skip to content

Commit

Permalink
document improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Aug 28, 2020
1 parent fe855d6 commit 552de40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

### Features

* We want to export unrated query/doc pairs, which is only supported via exporting a previously created Snapshot. Add support for exporting a Snapshot in the Basic format. https://github.com/o19s/quepid/pull/191 by @epugh fixes https://github.com/o19s/quepid/issues/185.
* We want to export unrated query/doc pairs, which is only supported via exporting a previously created Snapshot. Add support for exporting a Snapshot to the Basic format on the Export screen. https://github.com/o19s/quepid/pull/191 by @epugh fixes https://github.com/o19s/quepid/issues/185.

### Improvements

* When importing queries, you can have it clear all existing queries. This feature only worked for CSV
files, not other formats like RRE. https://github.com/o19s/quepid/pull/193 by @epugh solves this.

* You can now import queries using the *Import Ratings* screen. Most of this was already supported, however now the modal dialog has better instructions to the user, and nicer validation of CSV formatting. https://github.com/o19s/quepid/pull/192 by @epugh solves this.

* When sharing Cases or Scorers, the lookup for what Teams you are part of created a really large JSON response (@epugh would get back a 1.4 MB payload!). We put this API response on a diet! https://github.com/o19s/quepid/pull/197 by @epugh solves this.

### Bugs


Expand Down

0 comments on commit 552de40

Please sign in to comment.