This project is mirrored from https://:*****@github.com/iqb-berlin/testcenter-frontend.git.
Pull mirroring updated .
- Jun 08, 2021
-
-
paf authored
Add a message for the case of files which can not be deleted because they where referenced by others. A player referenced in a unit can not be deleted without deleting the unit. A Unit used in a booklet can not be deleted without deleting the booklet. A booklet used in a Testtakers-File can not be deleted without that.
-
- Jun 01, 2021
- May 31, 2021
-
-
paf authored
resolves https://github.com/iqb-berlin/testcenter-frontend/issues/281
-
paf authored
resolves https://github.com/iqb-berlin/testcenter-frontend/issues/278
-
paf authored
resolves https://github.com/iqb-berlin/testcenter-frontend/issues/279
-
- May 26, 2021
- May 25, 2021
-
-
paflov authored
-
- May 20, 2021
-
-
paf authored
-
- May 18, 2021
-
-
paf authored
-
- May 17, 2021
-
-
paf authored
-
- May 10, 2021
- May 07, 2021
-
-
rhenck authored
The old one was result of experimentation. The backend address should be /api so it works out of the box.
-
paf authored
resolves https://github.com/iqb-berlin/testcenter-frontend/issues/247
-
- Apr 26, 2021
-
-
paf authored
closes https://github.com/iqb-berlin/testcenter-frontend/issues/282
-
- Apr 23, 2021
-
-
rhenck authored
The mock is nw the default, the old dev file was of no use outside the setup project, so it is kept there now.
-
- Apr 21, 2021
-
-
rhenck authored
The backend address in the environment file needs to either be localhost for using the app from the (host system's) browser of the internal docker name (backend-mock) so the frontend container can reach it. SO the testcenterUrl can either be reached from the host or fromt he frontend container but not both. This makes it so, that the e2e tests use a specific environment (defined in angular.json) which uses a different environment file for running e2e test within the frontend container.
-
paf authored
instad the internal one
-
- Apr 19, 2021
- Apr 16, 2021
- Apr 15, 2021
- Apr 14, 2021
-
-
rhenck authored
Now we again have a dev and prod variant and the user needs to run 'make init-dev-config'at first time setup.
-
paf authored
resolves https://github.com/iqb-berlin/testcenter-frontend/issues/247
-
paf authored
-
paf authored
Why? Consider the following scenario before this change: we have 10 test-sessions prepared but 7 testees are present. The autoCheckAll-mode is on. We click pause and `pause` is sent to all ten test-sessions. The seven session which are online go in the pause mode and the controller sends back the state `{CONTROLLER: paused}`. Now we hit `resume` - and reach the only seven test-sessions which are in pause now. Now one of the the remaining three testees shows up and starts his session. Ge gets the pending pause from before command but no resume. Now he is paused, while the rest isn't. To avoid this case of inconsistency we send the resume command to all test-sessions anyway. Another approach would hve been to drop the command-"caching" for pending tests. But this would have other impacts in scenarios where testees who start later.
-
- Apr 12, 2021
-
-
paf authored
changes the selection/check behaviour so, that after a block is selected (the first time) the checked sessions are kept and the clicked one is added if not there
-
paf authored
makes the toggle between all-of-type and only-this-row selection ( = spreading) only happen when clicked on the very same session
-
paf authored
-
paf authored
changes back the the click-selection-order: first click on a block selects the test only, seconds selects all tests of the same species. Why? To select all at first was an idea to make it easier for popele who don't understand that they have to select tests. But those are covered by the selectAll-Testmode now. So we can return to the previous behaviour which we consider to be more intuitive.
-
paf authored
In the frist implementation of the group-monitor the test-sessions replaced a combination of person and test so they needed there own id. Now, they represent only tests and we don't show a person which is a logged in but has not started a test right now anymore, we don'T need the combined id anymore as well.
-