forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix oppia#1366: Display top unresolved answers and new feedback for d…
…ashboard explorations in a dropdown (oppia#2296) * Fetch top 3 unresolved answers per exp * Address review comments * Return state with each answer, modify tests * Fetch top new feedback for explorations * Fix tests, pass limit as argument * Remove print statements, add tests for limiting * Remove old code added while merging * Handle empty list passed to IN error * Skeletal code for dropdown * Dropdown appear on click, improve styling * Fetch latest updates for explorations * Add test for new updates check * Desktop frontend changes, minor fix in get_multi * Code fixes * Various fixes after manual testing * css fixes, partially working on mobile * css alphabetic ordering, caret up in mobile view * Finer use of event stopPropagation * Fetch and send feedback messages, not threads to payload * Fix last updates function and tests * fixes to feedback threads fetching and display * Minor fixes * Fix failing feedback_services_tests * Address initial review comments * Fix datetime is not json serializable error * Remove unncessary checks for timestamps * Fix frontend tests sample serializer, underline on tabs text hover * Address review comments * Minor fixes to sorting after manual testing * Address review comments * Fix long pending backend tests failure * Fix layout issues in dashboard * Leave off recent updates for now * Fix failing backend test * Create separate route on backend for new feedback * Cache and display data on frontend request * Fix failing base backend test * Add unresolved answers, feedback counts to initial payload * Fix url and write frontend tests * Remove constant for updates, minor code improvements * Fix failing backend tests * Fix empty text for anonymous feedback * Add message to indicate fetching data * Partially address review comments * Address backend review comments * Adress remaining review comments * Return promise directly from service * Minor improvements in code * Address review comments * Partially address review comments * Adress review comments * Update branch and add link to feedback in dropdown * Fix failing frontend and linting tests * Revert handling request timeout for dashboard requests * Remove warning message const from base.js * Revert default query limit * Address backend review comments * Display total counts in dropdown * Fix count of feedack and unresolved answers in dropdown * Move directive to inside dashboard directory * Fix alphabetic ordering of imports
- Loading branch information
1 parent
1e87212
commit 7018b3d
Showing
18 changed files
with
729 additions
and
251 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
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.