From d1687f8143bc341e6baaf256c3efb9186c6240a2 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 14 Feb 2020 20:34:31 +0100 Subject: [PATCH] move a task to done --- docs/notes.org | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/notes.org b/docs/notes.org index 7153360..5df1f53 100644 --- a/docs/notes.org +++ b/docs/notes.org @@ -10,14 +10,9 @@ - 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/5] -** TODO Models [0/1] -*** TODO Hardware Model - -I'm currently unsure if I should implement a hardware model. With this model I -could add the hardware model to a device. Currently this capability is missing. - -** TODO Views [0/8] +* TODO Must Have [1/5] +** DONE Models [0/0] +** TODO Views [0/9] *** TODO implement permission decorators currently all the items can get viewed. I either have to implement a decorator for each object type or find a general @@ -284,6 +279,12 @@ https://github.com/netbox-community/netbox/tree/develop/netbox might provide an example When doing the refactor I should correct the imports. The current system is very annoying when I add a new object/class. +** DONE Hardware Model +CLOSED: [2020-02-14 Fri 20:28] + +I'm currently unsure if I should implement a hardware model. With this model I +could add the hardware model to a device. Currently this capability is missing. + * Ressources ** Class Based Views