Skip to content

Commit

Permalink
updated readme with progress
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Jul 8, 2024
1 parent 63ce987 commit d1e678c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(

## ⌛ Progress
### Server & Client
![5 / 298](https://progress-bar.dev/5/?scale=298&suffix=%20/%20298&width=500)
![6 / 298](https://progress-bar.dev/6/?scale=298&suffix=%20/%20298&width=500)
### Server Only
![1 / 195](https://progress-bar.dev/1/?scale=195&suffix=%20/%20195&width=300)
### Client Only
![4 / 93](https://progress-bar.dev/4/?scale=93&suffix=%20/%2093&width=300)
![5 / 93](https://progress-bar.dev/5/?scale=93&suffix=%20/%2093&width=300)

### 🔑 Key
| Icon | Definition |
Expand All @@ -153,7 +153,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
|| There is currently no intention to implement the endpoint for the given SDK type (client or server) |

### Account
![5 / 52](https://progress-bar.dev/5/?scale=52&suffix=%20/%2052&width=120)
![6 / 52](https://progress-bar.dev/6/?scale=52&suffix=%20/%2052&width=120)

| Endpoint | Client | Server |
|:-:|:-:|:-:|
Expand All @@ -175,7 +175,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match(
| [Create MFA Recovery Codes](https://appwrite.io/docs/references/1.5.x/client-rest/account#createMfaRecoveryCodes) |||
| [Regenerate MFA Recovery Codes](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateMfaRecoveryCodes) |||
| [Update Name](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateName) |||
| [Update Password](https://appwrite.io/docs/references/1.5.x/client-rest/account#updatePassword) | ||
| [Update Password](https://appwrite.io/docs/references/1.5.x/client-rest/account#updatePassword) | ||
| [Update Phone](https://appwrite.io/docs/references/1.5.x/client-rest/account#updatePhone) |||
| [Get Account Preferences](https://appwrite.io/docs/references/1.5.x/client-rest/account#getPrefs) |||
| [Update Preferences](https://appwrite.io/docs/references/1.5.x/client-rest/account#updatePrefs) |||
Expand Down

0 comments on commit d1e678c

Please sign in to comment.