Skip to content

Add manage users to docs#297

Merged
jakubkornafel merged 5 commits intomasterfrom
feat/users
Oct 26, 2018
Merged

Add manage users to docs#297
jakubkornafel merged 5 commits intomasterfrom
feat/users

Conversation

@jakubkornafel
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 23, 2018

Codecov Report

Merging #297 into master will increase coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
+ Coverage   38.47%   38.53%   +0.06%     
==========================================
  Files          88       99      +11     
  Lines        2773     4611    +1838     
  Branches        6        6              
==========================================
+ Hits         1067     1777     +710     
- Misses       1706     2834    +1128

@@ -0,0 +1,109 @@
# About users
In Syncano you have database classes. Users are just another type of database classes and you should think about users as a specific model of database.
The easiest way to manage users is by using Syncano socket named user-auth.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space after database.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

user-auth should be a link to npm

- update users data
- delete user

### How to create User
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a User?


## How to use user-auth socket

### Register User
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a User here and in other places

@@ -0,0 +1,109 @@
# About users
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets be consistent, we are writing user with capital letter bellow

@mkucharz
Copy link
Copy Markdown
Member

Missing labels.

@jakubkornafel jakubkornafel merged commit ad38f17 into master Oct 26, 2018
@mkucharz
Copy link
Copy Markdown
Member

@jakubkornafel you forgot to delete a branch here

@jakubkornafel jakubkornafel deleted the feat/users branch October 30, 2018 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants