From 7ad09c6977785309b574d57be7e110d6bc70b46d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 25 Mar 2020 09:33:05 +0100 Subject: [PATCH] extend the tasks --- docs/notes.org | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/notes.org b/docs/notes.org index 9b93f61..8ea3d4b 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/5] ** TODO Views [0/4] *** TODO ComputerDetailView [0/1] **** TODO add links to add a relation if it is none @@ -108,6 +108,18 @@ 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 the computer is missing a GPU + +CAD computers often have sppecial graphics cards which we should be able to +track. + +** TODO NETs [0/1] +*** NEXT the IP needs to be able to be null + +Currently it's always required however when a device is in DHCP mode we can't +know the IP for sure. + * TODO Nice to Have [0/9] *** TODO allow technicians to add custom fields