docs(development): remove old history model pages and links

ref: #651
This commit is contained in:
2025-02-26 03:05:02 +09:30
parent 88163a954f
commit 526e9e876b
7 changed files with 1 additions and 55 deletions

View File

@ -30,14 +30,6 @@ Models are tested using the following test cases:
- [View Permission (organization Manager)](./model_permission_view_organization_manager.md)
- [History Entry](./model_history.md)
- [History Entry (Child Item)](./model_history_child_item.md)
- [History Entry (Parent Item)](./model_history_parent_item.md)
- [History Entry Permissions](./model_history_permissions.md)
- [Model Views](./model_views.md)
- [Tenancy Objects](./model_tenancy_object.md)

View File

@ -1,9 +0,0 @@
---
title: History Entry Test Cases
description: No Fuss Computings model history entry unit test cases
date: 2024-06-15
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
---
::: app.core.tests.abstract.history_entry.HistoryEntry

View File

@ -1,9 +0,0 @@
---
title: Child Item History Entry Test Cases
description: No Fuss Computings model child item history entry unit test cases
date: 2024-06-15
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
---
::: app.core.tests.abstract.history_entry_child_model.HistoryEntryChildItem

View File

@ -1,9 +0,0 @@
---
title: Parent Item History Entry Test Cases
description: No Fuss Computings model parent item history entry unit test cases
date: 2024-06-15
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
---
::: app.core.tests.abstract.history_entry_parent_model.HistoryEntryParentItem

View File

@ -1,11 +0,0 @@
---
title: History Entry Permission Test Cases
description: No Fuss Computings model history entry permission unit test cases
date: 2024-06-16
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
---
::: app.core.tests.abstract.history_permissions.HistoryPermissions
options:
show_source: true

View File

@ -128,7 +128,7 @@ Items to test include, and are not limited to:
- can access global object (still to require model CRUD permission)
- history - [History Entries](./api/tests/model_history.md), [History Permissions](./api/tests/model_history_permissions.md)
- history
- saves history with parent pk and parent class

View File

@ -109,14 +109,6 @@ nav:
- projects/centurion_erp/development/api/tests/models.md
- projects/centurion_erp/development/api/tests/model_history.md
- projects/centurion_erp/development/api/tests/model_history_child_item.md
- projects/centurion_erp/development/api/tests/model_history_parent_item.md
- projects/centurion_erp/development/api/tests/model_history_permissions.md
- projects/centurion_erp/development/api/tests/model_permissions.md
- projects/centurion_erp/development/api/tests/model_permissions_organization_manager.md