Skip to content

Commit 3184688

Browse files
authored
Merge pull request #103 from oVirt/splitToMilestones
README: general project description
2 parents 2c4fb8d + d63410c commit 3184688

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
POC of new oVirt User Portal.
1+
# User Portal for oVirt
2+
Modern UI for standard (non-admin) oVirt users.
3+
4+
This project aims to be a drop-in replacement of the existing Basic User Portal which includes selected functionality of the Power User Portal.
5+
Revised list of Extended User Portal features will be implemented to ideally replace it as well.
6+
7+
The application is built with performance in mind.
8+
9+
This project is not intended to be full-feature oVirt admin UI, its focus is on standard users with no or limited administration skills or privileges.
10+
11+
## Milestones
12+
For most current list of features please refer the [Milestones](https://github.com/oVirt/ovirt-web-ui/milestones) or [Issues](https://github.com/oVirt/ovirt-web-ui/issues) GitHub sections.
13+
14+
The upcoming milestones:
15+
16+
### [v0.1.3](https://github.com/oVirt/ovirt-web-ui/milestone/1)
17+
With this release, majority of oVirt Basic User Portal functionality is supported, namely:
18+
19+
- list of VMs (not pools)
20+
- basic operations (start, shut down, reboot, suspend)
21+
- take console
22+
- present VM details
23+
24+
### [v0.2.0](https://github.com/oVirt/ovirt-web-ui/milestone/2)
25+
The release shall include all features of the Basic User Portal and selected functionality of the Power User Portal, namely:
26+
27+
- add/edit VM (basic properties only)
28+
- VM pools
229

330
## Goals
431
- Built on reusable components
@@ -13,7 +40,7 @@ POC of new oVirt User Portal.
1340
For more info, see [doc/goals.md](https://github.com/oVirt/ovirt-web-ui/blob/master/doc/goals.md)
1441

1542
## How To Run
16-
**Prerequisities**
43+
**Prerequisites**
1744

1845
- Have the **oVirt engine running** at https://[ENGINE_URL]
1946
- example: https://engine.local/ovirt-engine

0 commit comments

Comments
 (0)