docs(core): Add details about model notes

!8 #7
This commit is contained in:
2024-05-21 01:53:29 +09:30
parent 7ae7ffaef4
commit 5dadc3fe98

View File

@ -9,10 +9,15 @@ about: https://gitlab.com/nofusscomputing/infrastructure/configuration-managemen
IT Asset Management (ITAM) is a crucial area of IT Service Management (ITSM). Our ITAM module can be manually updated of you can inventory a device and upload the report to the [API endpoint](../api.md#inventory-reports).
## Features
## ITAM Components
- [Devices](device.md)
- [Operating Systems](operating_system.md)
- [Software](software.md)
### Notes
Notes can be added to devices, software and operating systems. The notes are intended to be a place to store tid-bits of information relating to the item the notes are being added to. Both plain text and markdown can be used within the notes field.