From 254a3a4bb9c02b6c8cbc52e6d89fa6a3067c11e6 Mon Sep 17 00:00:00 2001 From: iomgaa Date: Sun, 31 Mar 2024 10:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 723d9de..0773c27 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,9 @@ zhihu: # Feature -## ReplicaSet +## Backend + +### ReplicaSet - [x] Run a container via replicaSet - [x] Commit container as an image via replicaSet @@ -107,7 +109,7 @@ zhihu: - [x] Get all version info about replicaSet - [x] Delete a container via replicaSet -## Volume +### Volume - [x] Create a volume - [x] Patch a volume @@ -115,11 +117,29 @@ zhihu: - [x] Get all version info about a volume - [x] Delete a volume -## Resource +### Resource - [x] Get gpu usage status - [x] Get port usage status +## Frontend + +### Main Interface + +- [ ] Container Creation Button (Jumps to the container creation interface) +- [ ] Container Status Display Card (Displays how many containers you have created, whether they are running, power consumption, etc.) +- [ ] Host Machine Status Display Card (Displays information about the host machine, such as memory usage, CPU usage, etc.) +- [ ] Data Display Card (Like AutoDL, data is not stored in containers) + +### Control Panel + +- [ ] GPU Model Selection +- [ ] Number of GPUs Selection +- [ ] Data Disk Size Selection +- [ ] Instance Number Selection +- [ ] Create Button +- [ ] Modify Button (Pressing the modify button does not create a new container, but rebuilds the container set in "Instance Number" with new parameter settings) + # Quick Start [👉 Click here to see, my environment](#Environment)