extend the tasks

This commit is contained in:
Andreas Zweili 2020-03-25 09:44:25 +01:00
parent b5013d8b36
commit 24c1ccc6a6
1 changed files with 8 additions and 1 deletions

View File

@ -10,7 +10,7 @@
- Customer :: A customer which owns some of the devices in the inventory tool - 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. 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 Views [0/4]
*** TODO ComputerDetailView [0/1] *** TODO ComputerDetailView [0/1]
**** TODO add links to add a relation if it is none **** 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: Maybe with this:
- https://stackoverflow.com/questions/23059088/manytomany-field-check-if-relation-exists - 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 Nice to Have [0/9]
*** TODO allow technicians to add custom fields *** TODO allow technicians to add custom fields