From 24c1ccc6a6d1ccb33efea50d355637fd619c5e7e Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 25 Mar 2020 09:44:25 +0100 Subject: [PATCH] extend the tasks --- docs/notes.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/notes.org b/docs/notes.org index 9b93f61..625f651 100644 --- a/docs/notes.org +++ b/docs/notes.org @@ -10,7 +10,7 @@ - Customer :: A customer which owns some of the devices in the inventory tool and might have access to only the information related to the devices he owns. -* TODO Must Have [0/3] +* TODO Must Have [0/4] ** TODO Views [0/4] *** TODO ComputerDetailView [0/1] **** TODO add links to add a relation if it is none @@ -108,6 +108,13 @@ reason why I need this. If so it increases the used licenses counter. Maybe with this: - https://stackoverflow.com/questions/23059088/manytomany-field-check-if-relation-exists +** TODO Computer [0/1] +*** NEXT cpu reduce required fields + +The CPU has many required fields but sometimes they don't make sense. For +example when we have a virtual CPU we usually don't need to know the specific +frequenzy. + * TODO Nice to Have [0/9] *** TODO allow technicians to add custom fields