Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated readme with accurate reflection of implementation progress #19

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ This is a work in progress. There are 2 SDK's - one for client and another for s

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

## Key
| Icon | Definition |
Expand All @@ -19,12 +19,12 @@ This is a work in progress. There are 2 SDK's - one for client and another for s
| ❌ | There is currently no intention to implement the endpoint for the given SDK type (client or server) |

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

| Endpoint | Client | Server |
|:-:|:-:|:-:|
| [Get Account](https://appwrite.io/docs/references/1.5.x/client-rest/account#get) | | ❌ |
| [Create Account](https://appwrite.io/docs/references/1.5.x/client-rest/account#create) | ⬛ | |
| [Get Account](https://appwrite.io/docs/references/1.5.x/client-rest/account#get) | | ❌ |
| [Create Account](https://appwrite.io/docs/references/1.5.x/client-rest/account#create) | ⬛ | |
| [Update Email](https://appwrite.io/docs/references/1.5.x/client-rest/account#updateEmail) | ⬛ | ❌ |
| [List Identities](https://appwrite.io/docs/references/1.5.x/client-rest/account#listIdentities) | ⬛ | ❌ |
| [Delete Identity](https://appwrite.io/docs/references/1.5.x/client-rest/account#deleteIdentity) | ⬛ | ❌ |
Expand Down