Skip to content

Releases: unitaryfund/metriq-app

New homepage

24 Jul 16:58
f121fdd
Compare
Choose a tag to compare

We have a new homepage design, due to graphic designer @francespoblete at Unitary Fund!

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

23 Feb 21:44
a2751cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

02 Feb 20:31
490c3c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

Usability improvements and optimizations

11 Jan 14:02
ffe2666
Compare
Choose a tag to compare

CHANGELOG:

v0.6.2

This release has a number of usability improvements and optimizations.

Added

  • Direct user to 'Latest' view on submission (70556d2)
  • Pick task/method with Typeahead (9b0ed50)
  • Point 'submissions' link to submissions view (ae6b1c7)
  • Reset modals on close (f79d618)
  • Correctly populate results modal for edit (db2b3c1)
  • Clear AddSubmission Typeahead on select (862e8f3)
  • Child methods can use CategoryScroll (d63079a)
  • Custom wrapper on React Bootstrap Table (36fa2d4)
  • Convert Task view to use SortingTable (a932920)
  • Manually refresh SortingTable (ba73f17)
  • Add 'publish' button to submission detail view (655a4b3)
  • Result modal delete button (7f12f87)
  • Refresh table after adding result (718e67e)
  • Predictive text for platforms (94bcc3a)
  • Show invalid thumbnail message next to field (9111625)
  • Get submission meta tags on paste (0f8c86f)
  • Button to remove chart labels (b301661)
  • Don't allow empty string as tag (51d400b)
  • Prepopulate 'new' modal from typeahead (677e999)
  • Predictive text submission reference modals (8a61915)
  • Log-2 plot option (66ad173)
  • Clicking image open arXiv (f699f3c)
  • Add log base option (and shrink checkbox column) (f7b85a9)
  • Base 2 QV; Base e T1; Base 10 infidelity (9d82845)
  • Check if new submission URL is already in database (8760ef9)
  • Detect perfect name match in add/create ref modals (60417ff)
  • Make metric names insensitive to case (94d7094)
  • Automatically replace image viewer links with raw image URL (d94f2cd)
  • Typeahead for parent refs (e5acab8)
  • Adding YouTube videos to FAQ and About pages (bcc162b)
  • Detect and redirect users to existing submission drafts (1d49c92)
  • Don't allow submission refs before draft can be saved (87b68bd)

Fixed

  • MetriQ -> Metriq (79668f1)
  • Fix submission edit login flow (c2b7ab6)
  • Fix default task metric key selection (34ab7ce)
  • Fix MathJax (1f82744)
  • Fix logout (0fcd184)
  • Fix standard error bars (44b1519)
  • npm audit fix (47292e4)
  • Fix SortingTable.js file name (2e8c484)
  • Fix results editing modal front end (07da82b)
  • Fix platform property editing (b395870)
  • Fix platform server-side load (69c73cd)
  • Fix PQF task (e3c6ea1)
  • Fix indentation (306067e)
  • Fix method detail submission list (fc87071)
  • Fix unhelpful button text (2069a29)
  • Always use className, not class, in React.js (74848d2)
  • Restore config.isDebug (7de83fb)
  • Fix first character input in FormFieldTypeaheadRow (22f6dc7)
  • Fix chart min/max (e35525d)
  • Fix log plots (4b3724c)
  • Clean up submission metadata line (6346a8f)
  • Fix all login redirects (9bf9c58)
  • Fix typeahead suggestions (1088fbf)
  • Fix modal validation (b0c0648)
  • Fix autocomplete validation (02023cc)

Tag subscriptions and daily new submission subscriptions

17 Sep 15:06
Compare
Choose a tag to compare

This release expands member self-curation by granular subscription, to include tag subscriptions and daily new submission updates by opt-in.

See pictures of the view changes, below!

tag_subscription
profile_subscribe

UX and self-curation improvements

08 Sep 19:34
bd14934
Compare
Choose a tag to compare

This release focuses on user experience, including member self-curation by granular subscription:

  • Single-page application (SPA) best practices implemented, including improved navigation
  • Auto-complete fields when pasting arXiv URL in new submission (thanks to @cometta from unitaryHACK)
  • Created Twitter bot that tweets new submissions at https://twitter.com/metriqinfo
  • Top-category tasks & featured chart as homepage
  • Mobile view improved: sticky banner fixed, charts fitting screen nicely
  • Improved style in charts: responsive styling, clear labels
  • Cookie policy notification when first visiting the website
  • +30% growth of database
  • Python client models’ and route end points were updated (thanks to @MariaM0003 and @KarenRezkalla2, QxQ interns)

Platforms

12 Apr 16:53
af860ad
Compare
Choose a tag to compare

The "platforms" schema allows users to key submission results directly to a user-defined, open-ended definition of a computer "platform." At a minimum, this constitutes just a platform name, but relatively arbitrary metadata can be defined based upon pairs of reusable keys with unique values. Platforms have a parent/child hierarchy similar to "methods" and "tasks," and child platforms are assumed to inherit the properties of their parents, unless the child's unique values are overridden on the specific reusable parent key.

Near-term future improvements are planned to include user querying and analysis capabilities of platforms and platform properties on the basis of their explicitly typed values and use in submission/method/task results.

Fix submission tags

10 Mar 18:45
Compare
Choose a tag to compare

A bug in the API failed to populate submission tags, which caused submission detail views to appear blank. This has been fixed.

Sticky footer; submission box tags

09 Mar 22:41
b296e35
Compare
Choose a tag to compare

This release includes a redesigned footer, which "sticks" to the bottom of the viewport, "rolled-up," and "rolls open" on mouse-over or click.

Submission abstract boxes now also include tag information.

New partner

04 Mar 12:26
6499748
Compare
Choose a tag to compare

In this release, RIKEN has been added as a new partner, the alignment of partner logos has been fixed, and a bug that caused the tasks filter to show a blank screen has been fixed.

Closed issues:
#472 (DB backup scripts)
#471 (Task filter bug)
#469 (RIKEN partner)
#467 (Question)