Skip to content

Commit c80e7d0

Browse files
committed
🚸(backend) add onboarding docs for new users
Adds two methods to allow new users to start with some docs. User._handle_onboarding_documents_access() gives READER access to each document listed in settings.USER_ONBOARDING_DOCUMENTS. User._duplicate_onboarding_sandbox_document() creates a local copy of the sandbox document specified in settings.USER_ONBOARDING_SANDBOX_DOCUMENT.
1 parent 5d5ac0c commit c80e7d0

File tree

5 files changed

+309
-21
lines changed

5 files changed

+309
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to
1515
- ✨(backend) manage reconciliation requests for user accounts #1878
1616
- 👷(CI) add GHCR workflow for forked repo testing #1851
1717
- ✨(backend) allow the duplication of subpages #1893
18+
- ✨(backend) Onboarding docs for new users #1891
1819

1920
### Changed
2021

0 commit comments

Comments
 (0)