You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdminRoutes.getDashboard and AdminRoutes.getResults are highly similar with the following difference
AdminRoutes.getDashboard has max result number 500, while AdminRoutes.getResults is 1000
AdminRoutes.getResults misses testPass, testFail, testError and testSkip in AdminRoutes.getDashboard
AdminRoutes.getResults does not do Util.truncateNumber(<score>, 0);
For tidy endpoints, I think we should keep AdminRoutes.getDashboard and change the name to AdminRoutes.getResults.
The text was updated successfully, but these errors were encountered:
aahung
changed the title
AdminRoutes.getResults is inferior duplicate of AdminRoutes.getDashboardAdminRoutes.getResults is an inferior duplicate of AdminRoutes.getDashboardOct 29, 2018
AdminRoutes.getDashboard
andAdminRoutes.getResults
are highly similar with the following differenceAdminRoutes.getDashboard
has max result number 500, whileAdminRoutes.getResults
is 1000AdminRoutes.getResults
missestestPass
,testFail
,testError
andtestSkip
inAdminRoutes.getDashboard
AdminRoutes.getResults
does not doUtil.truncateNumber(<score>, 0);
For tidy endpoints, I think we should keep
AdminRoutes.getDashboard
and change the name toAdminRoutes.getResults
.The text was updated successfully, but these errors were encountered: