Skip to content

Commit

Permalink
chore(#8185) Remove tour from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda committed May 12, 2023
1 parent aa2325b commit a7ee4e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion content/en/apps/concepts/navigation.md
Expand Up @@ -27,7 +27,6 @@ Page tabs are the primary way to navigate apps built with the Core Framework. Th

Tap the menu icon in the upper right corner of the header to access other pages, edit personal settings, view sync status and more.
- **Admin Console**: Change advanced app settings (only admin users will see this)
- **Guided Tour**: Review new features and important tips
- **About**: View your app version and other detailed database information
- **User Settings**: Update basic user information like email, phone number, and password
- **Report Bug**: Let us know if something isn’t working or you encounter errors
Expand Down
2 changes: 1 addition & 1 deletion content/en/apps/reference/api.md
Expand Up @@ -731,7 +731,7 @@ will be undefined.
| token_login | no | Boolean | A boolean representing whether or not the Login by SMS should be enabled for this user. | 3.10.0 |
| fullname | no | String | Full name |
| email | no | String | Email address |
| known | no | Boolean | Boolean to define if the user has logged in before. Used mainly to determine whether or not to start a tour on first login. |
| known | no | Boolean | Boolean to define if the user has logged in before. |

##### Login by SMS

Expand Down
1 change: 0 additions & 1 deletion content/en/apps/tutorials/application-settings.md
Expand Up @@ -203,4 +203,3 @@ cht --url=https://<username>:<password>@localhost --accept-self-signed-certs upl
- [Documentation for role permissions](https://forum.communityhealthtoolkit.org/t/documentation-for-role-permissions/502)
- [Is it possible to prevent editing for some forms but allow it for others?](https://forum.communityhealthtoolkit.org/t/is-it-possible-to-prevent-editing-for-some-forms-but-allow-it-for-others/93)
- [Can one person belong to multiple places in the same hierarchy?](https://forum.communityhealthtoolkit.org/t/can-one-person-belong-to-multiple-places-in-the-same-hierarchy/101/2)
- [Can we disable the guided tour on first login?](https://forum.communityhealthtoolkit.org/t/can-we-disable-the-guided-tour-on-first-login-if-yes-how-do-we-do-it/98/2)
2 changes: 1 addition & 1 deletion content/en/core/overview/db-schema.md
Expand Up @@ -229,7 +229,7 @@ The `medic` database stores a copy of roles and permissions along with:
- The `type` of `user-settings`
- They may have a `contact_id` field that is the `_id` of the _person_ that the user is attached to
- They may also have a `facility_id` field that is the `_id` of the _place_ that the user is attached to
- They may also have a `known` field. If this field is `true`, it means the user has logged in once and will no longer be shown the tour by default. Otherwise, it will be `undefined`.
- They may also have a `known` field. If this field is `true`, it means the user has logged in once. Otherwise, it will be `undefined`.

Note that SMS users do not have a users record: their phone number will be attached to a `person` record, but they do not have a user because they do not access the application.

Expand Down

0 comments on commit a7ee4e7

Please sign in to comment.