kit-sdq / intelligrade

IntelliJ-Plugin for grading with the artemis project
Eclipse Public License 2.0
8 stars 2 forks source link

Backlog search & filter #71

Closed Feuermagier closed 1 month ago

Feuermagier commented 1 month ago

Fixes #67

I've also moved the backlog code into its own class since it became quite large.

Could someone with access to the current semester's Artemis course test the search performance when many submissions are shown? Currently, the code recreates all components for all submission entries on every character entered into the search field. This allocates many objects and re-layouts the container all the time. Maybe it's sufficiently performant, but if not, there are two options:

dfuchss commented 1 month ago

I'll test it tomorrow

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud