@@ -64,12 +64,17 @@ Traditional deployments of the official CodePush Standalone on Azure require *an
64
64
- [x] Acquisition: Provides update checks and download reports. (Client SDK API)
65
65
- [x] Update Check: Handles update checks, version matching, and diff delivery.
66
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
67
+ - [x] Management: Handles app, deployment and release management. (Admin CLI API)
68
+ - [x] App Management: Handles app creation, modification, deletion, and transfer.
69
+ - [x] Deployment Management: Handles deployment creation, modification, and deletion.
70
+ - [x] Release Management: Handles package publishing, promoting, and rollback.
71
+ - [x] Collaborator Management: Handles collaborators addition, removal and listings.
72
+ - [x] Metrics Management: Retrieves and displays deployment metrics
73
+
74
+ #### Real-world Testing
75
+
76
+ - [ ] Test with real-world scenarios and edge cases.
77
+ - [ ] Test with code-push-standalone CLI.
73
78
74
79
### Web
75
80
0 commit comments