-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(citSci): updates to dataset item paging, dataset progress
- fixed a bug with dataset item paging. Now always requests first page, because items are returned in order of least viewed. - as part of this items are stored in a flat array rather than nested in pages. - fixed a bug stopping the next button from being disabled when it should have been, and also made single-label questions default to not allow empty. - fixed a bug with dataset progress bar. When the progress was refreshed from the server, the result was off by one because the number of responses was requested at the same time as sending the new response. To ensure the correct order, the progress is updated when the create-response response is received.
- Loading branch information
Showing
8 changed files
with
162 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.