test mode bugs
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
OpenTeacher | Status tracked in 3.x | |||||
3.x |
Triaged
|
Medium
|
Unassigned |
Bug Description
- In the test mode, when you login as administrator (in our 'demo data' i.e. with the credentials marten:test), you can get to the teacher panel, test take panel and the upload lesson dialog while all are no administrator business.
- When opening multiple instances of panels at the same time, it gives problems, e.g. login dialogs that don't dissapear automatically, or allow you to login twice (as far as I saw the last login is kept, but it just shouldn't work that way.)
- Pressing cancel in the file dialog after going to 'Upload lesson' gives errors. (loose translation: zip file can't be read)
- Teacher seems to be able to take a test (gui doesn't deny it.)
- Student can 'upload' a lesson (at least, if the server wouldn't deny it.)
The last things could maybe be solved by just clearly displaying the 401 Unauthorized error message, but not showing the dialogs in the first place might be nicer.
EDIT: One last thing: we shouldn't ship the test server with a db. That prevents it from directly starting, but also makes sure no one is going to use the default admin credentials :P.
Changed in openteacher: | |
milestone: | none → 3.0 |
description: | updated |
description: | updated |
Postponed to 3.1 since we decided not to include the test stuff in 3.0.