kgpoj / cruise

0 stars 0 forks source link

[Epic] cruise #1

Open kgpoj opened 1 year ago

kgpoj commented 1 year ago

Overview

Implement the AGENT page of cruise platform, so that users can view agents' status and manage agents

UI Design

Desktop

image

Tablet

image

Mobile

image

In Scope

Out of Scope

Technical Approach

Scaffold

Option 1: create-react-app

pros:

cons:

Option 2: Antd pro cli

pros:

cons:

Test Strategy

specific test strategies will be included in each card

Question

interface Resource { id: string; name: ResourceName; // name: string }

interface Agent { id: string; name: string; iconUrl: string; ipAddress: string; availability: 'building' | 'idle'; agentType: 'physical' | 'virtual'; resources: Resource[]; }


- What should sider looks like in mobile?
kgpoj commented 1 year ago

search: name,resources,ipAddress 模糊