From 5796224033b8b732a352584f306451b497f650ee Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 14 Sep 2007 18:56:12 -0400 Subject: Added notes on what's left with the WUI --- docs/WUI_TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/WUI_TODO (limited to 'docs/WUI_TODO') diff --git a/docs/WUI_TODO b/docs/WUI_TODO new file mode 100644 index 0000000..78cf92a --- /dev/null +++ b/docs/WUI_TODO @@ -0,0 +1,15 @@ +Things to do on the Web User Interface + +- finish up auth bits +- make fields wider that need to be wider (most can probably be ~128? Ksmeta/Kopts min 255) +- modify form fields that should be radio boxes, etc (things like arch, breed) +- rename support for all distro, profile, system, repo objects + -- just detect when name changes, should not require a new form +- delete support for all distro, profile, system, repo objects + -- when both checkboxes are checked, process on same form +- kickstart file editing and new kickstart file creation (if in /var/lib/cobbler/kickstarts) +- sync button -- hook up to API. +- ??? +- quick docs for Wiki +- testing + -- cgit