Skip to content

Commit 5bcc505

Browse files
committed
docs: update readme
1 parent 081c7f2 commit 5bcc505

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Traditional deployments of the official CodePush Standalone on Azure require *an
4040

4141
**Note:** Network bandwidth cost is not included in the comparison. By using Cloudflare's infrastructure, network bandwidth cost is almost free for most use cases.
4242

43-
4443
## Key Benefits
4544

4645
***Global, Serverless, Effortless:** Deliver updates globally with low latency, powered by Cloudflare's edge network, all without managing any servers.
@@ -56,6 +55,30 @@ Traditional deployments of the official CodePush Standalone on Azure require *an
5655
- 🌐 **Edge Delivery**: Utilizes Cloudflare's edge network for fast updates.
5756
- ⚡️ **Seamless Deployment:** Deploy your CodePush server to Cloudflare Workers with a streamlined and simplified process, reducing the setup time and effort
5857

58+
## Implementation Status (Test Passes)
59+
60+
### Server
61+
62+
- [x] Auth: Handles user authentication and session management. (Admin API)
63+
- [x] Github Auth: Supports authentication using GitHub OAuth.
64+
- [x] Acquisition: Provides update checks and download reports. (Client SDK API)
65+
- [x] Update Check: Handles update checks, version matching, and diff delivery.
66+
- [x] Metrics: Records deployment and download metrics and reports.
67+
- [ ] Management: Handles app, deployment and release management. (Admin CLI API)
68+
- [ ] App Management: Handles app creation, modification, deletion, and transfer.
69+
- [ ] Deployment Management: Handles deployment creation, modification, and deletion.
70+
- [ ] Release Management: Handles package publishing, promoting, and rollback.
71+
- [ ] Collaborator Management: Handles collaborators addition, removal and listings.
72+
- [ ] Metrics Management: Retrieves and displays deployment metrics
73+
74+
### Web
75+
76+
To be implemented.
77+
78+
### CLI
79+
80+
While the official CodePush Standalone CLI can be used, a custom CLI is planned for far future releases.
81+
5982
## Getting Started
6083

6184
**Base Guide:**

0 commit comments

Comments
 (0)