Releases: akvo/akvo-flow
Releases · akvo/akvo-flow
FLOW Dashboard 1.6.7.1
Resolved issues
- Fix the logic for SurveyedLocale reset (#396)
FLOW Dashboard 1.6.7
Resolved issues
- Fixed: Survey preview number styling looks strange (#401)
- Fixed: Prevent user from going to notifications when there are unsaved changes (#405)
- Fixed: User can create a new survey without completing the title field (#406)
- Fixed: Quick fix - persmission level tool tip has unused "Project Editor" role (#409)
- Fixed: Quick fix - notification email dashboard spelling mistake (#410)
- Fixed: When previewing a large survey it would be nice if the exit button remained visible (#412)
- Fixed: Prevent user from creating empty assignments (#413)
- Fixed: MINOR - UI style issues in header/footer on the dashboard (#415)
- Fixed: Survey status not updated on some survey changes (#422)
- Fixed: Not possible to export data of two surveys consecutively (#423)
- Fixed: Add requirements and design documents to the code base (#424)
- Fixed: Issue with deleting survey groups (#425)
- Fixed: Unpublished copied surveys can appear in the assignment list (#426)
FLOW Dashboard 1.6.6.2
FLOW Dashboard 1.6.6.1
FLOW Dashboard 1.6.6
Enhancements
Thanks to the efforts of the Water for People team, we now have a complete set of Spanish translations of the dashboard.
Resolved issues
- Fixed: Chart Builder should clean the previous chart on each question. #365
- Fixed: 'No data available' warning still shown when data is available for chart. #388
- Fixed: Increase performance of loading questions for charts. #379
- Fixed: When showing a surveyGroup with a lot of surveys, scrolling behaviour is strange. #387
- Fixed: Make summary count more robust to possible QAS duplicates. #385
- Fixed: Trim user email address when creating a new user. #384, #366
- Fixed: Make reports support languages other than english. #381
- Fixed: Update FLOW logo. #378
- Fixed: Move copy survey functionality to backend to avoid timeouts on large surveys. #377
- Fixed: Bring back language dropdown and incorporate new spanish translations. #376
- Fixed: Update instance creation templates with latest config. #374
- Fixed: Improve efficiency in saving of surveyedLocales. #373
- Fixed: Translations does not get copied when we copy a Survey. #357
- Fixed: Prevent user from going to translations when there are unsaved changes. #389
- Fixed: Better implementation of sort functions. #394
- Fixed: Opt in a UUID implementation for
generateUniqueIdentifier
#391 - Fixed: Fix faulty sort functions #394
FLOW Dashboard 1.6.5
FLOW Dashboard 1.6.4
What's New
- The system now tracks the duration of a survey, measured from the moment an enumerator starts a new survey until he/she presses the submit button. (#356)
FLOW Dashboard 1.6.3
User interface
- Translations are now loaded and edited per question group instead of all at once. This improves behaviour for large surveys with many questions.
- Block a user from moving to the Translation screen when not all questions have been loaded.
- Print a 'no data available for this question' message when a user tries to see a graph for a question which has no data.
- Fix a bug in the question ordering which manifested itself when a user navigates from editing a survey to the survey overview and back, using the 'back to survey overview' button.
- Fix order of questions in survey preview screen
- Improve the loading indicator to not hide when the first query result comes in, but keep a count of all the running requests and hide when all are done.
Backend
- Repair image path in raw data report for data, which showed the device path when data was collected by a tablet
- Implement administrator tool to bulk delete data through the API
- Fix a bug which caused question options not to be copied when a survey is copied.
FLOW Dashboard 1.6.2
- added Casper.js automated dashboard tests
- implemented testRail environment for keeping track of tests
- block moving/copying/deleting of questions while a previous request is still busy
- fix a bug which caused the question order to go wrong
FLOW Dashboard 1.6.1.3
- small change to developers access of GAE admin pages