dc479cafd0
- Introduced CaseReviewMessage model to handle feedback and queries for cases. - Implemented views for displaying user and CID messages, including outstanding feedback. - Created templates for collection feedback overview and user messages. - Added functionality for acknowledging messages and sending feedback or queries. - Enhanced collection detail view to show outstanding messages and user message statistics. - Added tests for handling duplicate DICOM uploads without series.
26 lines
575 B
Plaintext
26 lines
575 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "rad",
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"chat.tools.terminal.autoApprove": {
|
|
"/^source \\.venv/bin/activate\\.fish && python manage\\.py check$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
},
|
|
"/^python -m py_compile /home/ross/penracourses/rad/generic/tables\\.py$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
},
|
|
"/home/ross/penracourses/rad/.venv/bin/python": true
|
|
}
|
|
}
|
|
} |