build3 / LSOA

Learning Sciences Observation App - Vanderbilt University
2 stars 0 forks source link

Feature/teacher form #341

Closed kaniak274 closed 4 years ago

kaniak274 commented 4 years ago

Description

Right now TeacherReport takes ages to load. To fix that first we do not load any data. Then if user click submit in filtering form we load filtered observations. Besides that I've made a little refactor and added missing prefetch_related and distinct queries to increase the performence.

ISSUE