Skip to content

Weekly release for June

Compare
Choose a tag to compare
@dalmia dalmia released this 20 Jun 05:35
· 1690 commits to master since this release
ba00b6d

Features

  • #331 We now support adding images to questions finally! Check out the video showing the demo here 🍦.
  • #329 We now have automated testing and codecov set up. Although the coverage is ridiculously low right now, we'll be working over the next week on improving it.

Bugs

  • #318 via #319 we had missed parameterizing some strings to their local language variants - this fixes that
  • #323 via #324 questions added at time t=0 were not showing up
  • #325 via #324 the tooltip over the status badge in the editor was weirdly coming under the preview modal
  • #326 via #324 the left margin for the question dropdown in the editor was not even
  • #327 via #324 upon switching the language on the editor, the video URL input box used to show that the URL is invalid even when it was valid
  • #341 via #342 after the support for images were added, it was found that once the images were deleted, they were not getting added back in some cases.
  • #339 via #342 the alignment of the buttons was looking a bit weird for the preview - this fixes that
  • #336 via #343 the dashboard used to shift a little once the data was loaded
  • #345 via #346 it was found that in an organizational workspace, navigating to the dashboard page from the home page was not working as the organization's params were not being passed to the dashboard page correctly

Enhancements

  • #334 we are now using BigQuery for displaying our analytics instead of RDS and some query params were redundant
  • #335 once we shifted to BigQuery, the data only got updated every hour - but this was not conveyed anywhere in the dashboard
  • #348 the alignment between the question text and the subjective answer area was not consistent in the preview and the actual player