Skip to content

添加了前端开发计划 #13

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ zhihu:

# Feature

## ReplicaSet
## Backend

### ReplicaSet

- [x] Run a container via replicaSet
- [x] Commit container as an image via replicaSet
Expand All @@ -107,19 +109,37 @@ zhihu:
- [x] Get all version info about replicaSet
- [x] Delete a container via replicaSet

## Volume
### Volume

- [x] Create a volume
- [x] Patch a volume
- [x] Get version info about a volume
- [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)
Expand Down