Skip to content

Review quality & reviewer suggestions

Summary

een functie toegevoegd om de totale word_count en unique_wordcount uit een review te halen en op te tellen. Dat wordt in een dictionarry met een Json meegegeven. user_name wordt ook meegegeven.

Closes #77 (closed)
Closes #73 (closed)
  • Yarn install before launch in every MS
Inside Public/
Inside Data/
  • Added ability to retrieve reviewer recommendations
  • Added total wordcount for given and gotten reviews
  • Added unique wordcount for given and gotten reviews
  • Added Dockerfile where NLTK is downloaded beforehand
Inside Frontend/
  • Added given reviews details component
  • Added gotten reviews details component
  • Refactored reviews dashboard components
  • Added tooltip and Metricgroup component from instructure
  • Added api endpoints to fetch reviewsdetails gotten
  • Added api endpoints to fetch reviewsdetails given
  • Added css elipses to shorten assignment name
  • Added setup page for new or updated LTI's
  • Performance for lazy loading
Inside Learning/
  • Fixed /context/self 404 error
  • Added cache user and assignment cache retreival
  • Added current context APIs
  • Performance caching certain requests with cache-first strategy
  • Performance caching users after retreival
Inside Authentication/
  • Added states and contet to (oAuth) sessions

Changes

Before merge

  • Changed code has been reviewed
  • Tested to build, start and is usable
Edited by Ryan

Merge request reports