Skip to content

Commit f9a3f0c

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 fa0c384 commit f9a3f0c

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
@@ -11,6 +11,7 @@ and this project adheres to
1111
- ✨(frontend) Can print a doc #1832
1212
- ✨(backend) manage reconciliation requests for user accounts #1878
1313
- 👷(CI) add GHCR workflow for forked repo testing #1851
14+
- ✨(backend) Onboarding docs for new users #1891
1415

1516
### Changed
1617

0 commit comments

Comments
 (0)