Skip to content

Commit

Permalink
[#2] Update documentation Employee
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrystiawan committed Dec 1, 2020
1 parent a6321d9 commit 0ec9d83
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/employees.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# Employees Module
Module | Description
--- | --- | --- | ---
[Create](#create) | Create New Employee
[Update](#update) | Update Employee
[Delete](#delete) | Delete Employee

## <a name="create"></a>Create

Name | Type | Example Value
--- | --- | ---
nik | string | 20201201
name | string | ferry
address | string | Jl.Mangga Besar XIII

# <a name="update"></a>Update

Name | Old Example Value | New Example Value
--- | --- | ---
nik | 20201201 | 1432001
name | ferry | ferry setiawan
address | Jl.Mangga Besar XIII | Jl.Sunter Agung Perkasa I

# <a name="delete"></a>Delete

0 comments on commit 0ec9d83

Please sign in to comment.