update the notes

This commit is contained in:
Andreas Zweili 2020-05-03 19:33:28 +02:00
parent 16656ad8f7
commit 2bac8f77dc
1 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,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/17]
* TODO Must Have [0/16]
** NEXT [#A] add a button to add a relation :computer_detail_view:device_detail_view:
For the many to many relationships it might be a better idea to add them in a
@ -181,11 +181,6 @@ I often find myself trying to get related objects. The method select_related
might help with that [fn:1]:
-
** NEXT [#B] Add the warranty to the Device, ConnectedDevice and Computer admin pages
This is a relationship which a technician should be able to add directly on the
device and not have to navigate to the warranty option first.
** NEXT [#B] Extend the Admin tables
The admin tables show currently very little information about the various
@ -586,3 +581,8 @@ CLOSED: [2020-04-30 Do 20:33]
Currently it's always required however when a device is in DHCP mode we can't
know the IP for sure.
** DONE [#B] Add the warranty to the Device, ConnectedDevice and Computer admin pages
CLOSED: [2020-05-03 So 19:32]
This is a relationship which a technician should be able to add directly on the
device and not have to navigate to the warranty option first.