Add new document types to constants#10659
Add new document types to constants#10659alwaysalearner1234 wants to merge 10 commits intomedic:masterfrom
Conversation
|
Thanks for submitting this PR and your interest in the CHT. Thanks! |
|
Hi @dianabarsan, |
|
This PR is now marked "stale" after 30 days without activity. It will be closed automatically in 10 days unless you add a comment, push new changes or remove the "stale" label. |
Description
Added 'task', 'target', and 'user-settings' to DOC_TYPES to replace magic strings.
This ensures a single source of truth and improves maintainability.
#10548