docs(core): Add history docs

!9 #5
This commit is contained in:
2024-05-23 13:10:47 +09:30
parent ae4ef9d14d
commit f7444892d0
4 changed files with 26 additions and 0 deletions

View File

@ -11,6 +11,8 @@ This Django Project is designed to be a tool that forms part of IT Service Manag
## Features
This application contains the following module:
- [API](api.md)
- [Multi-Tenant](permissions.md)
@ -18,3 +20,23 @@ This Django Project is designed to be a tool that forms part of IT Service Manag
- [IT Asset Management (ITAM)](itam/index.md)
- [Configuration ready for ansible](itam/device.md#configuration)
- History
Specific features for a module can be found on the module's documentation un the features heading
### History
Effort is placed upon all database items having a history. The items that specifically track history can be found on the items documentation page under its features heading. The history Module tracks the following:
- What Item Type
- What the change was
- Who made the change
- When the change was made
Once a history entry has been made for an item, no one including a `super_admin` can edit or delete a history entry. The only time a history entry is removed, is when an item is removed from the database.

View File

@ -23,6 +23,8 @@ For each device within your inventory, the following fields/tabs are available t
- Inventory
- [Change History](../index.md#history)
### Operating System

View File

@ -17,6 +17,7 @@ This ITAM component tracks Operating systems within your inventory.
- Installations
- [Change History](../index.md#history)
### Versions

View File

@ -17,6 +17,7 @@ This component within ITAM is intended to display information about software wit
- Installations
- [Change History](../index.md#history)
## Details