From 63553a14b4bf304e87a881b35ab28121a9696a63 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 30 Aug 2019 23:21:13 +0200 Subject: [PATCH] clean out the README --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index bb4fb0f..9b20838 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ supported. `network_inventory.settings.docker`. ## Todos -- [ ] Create an Apache configuration -- [ ] configure htaccess or something similar +- [ ] Create an Nginx configuration - [ ] extend the CSS - A more centered layout would be nice - Maybe some colours @@ -46,23 +45,6 @@ supported. I would like to use this to show the usable space in a RAID system. - [ ] calculate the used space on a host Means calculate the size all the VMs would use if they were thick. -- [ ] Move the lists to their own page. Since I have more devices than I thought it would provide a better - overview than one big list. -- [ ] Add a Counter to the RAM Modules -- [ ] Create an abstract company class -- [ ] Create Customer and a Manufacturer sub class - Those two would be based on the company class. I'm currently not sure - how I should handle the case where a company is both a customer and a - manufacturer. -- [ ] Create a NET category where a device can live in. - This NET Category should display it's IP range, Subnet mask and show - it's DHCP range if one is configured. -- [ ] Create class DeviceInNet - This class shows the relationship between the device and a NET. An - attribute of a DeviceInNet should be an IP address. -- [ ] Recreate the RM in draw.io - The Dia RM is okay but not really that great. Draw.io would give a - better result. ## Developemenet