You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALDashboard is a collection of tools to help administer a Docassemble server and debug interviews. It provides utilities for package management, server maintenance, translation workflows, and debugging tools specifically designed for the Document Assembly Line ecosystem.
9
9
10
-
## Key Features
10
+
:::warning This page is a stub
11
11
12
-
ALDashboard provides several categories of functionality:
13
-
14
-
### Package Management
15
-
- Create and manage Docassemble packages
16
-
- Scan and analyze package contents
17
-
- Automated package building and deployment tools
18
-
19
-
### Translation and Internationalization
20
-
- Translation workflow management
21
-
- Multi-language support for interviews
22
-
- Translation validation and quality assurance
23
-
24
-
### Server Administration
25
-
- Server maintenance utilities
26
-
- Package installation and updates
27
-
- System diagnostics and monitoring
28
-
29
-
### Document Processing
30
-
- DOCX file validation and processing
31
-
- Attachment validation tools
32
-
- Document template analysis
12
+
We have not yet documented the key modules in the ALDashboard.
13
+
:::
33
14
34
15
## Main Modules
35
16
@@ -44,25 +25,10 @@ ALDashboard consists of several Python modules, each providing specific function
Some of this functionality is useful outside of the ALDashboard. `project_maintenance.py` is specifically a tool to run from the commandline and is not available as a "widget" you can interact with from the Docassemble frontend.
29
+
47
30
## Installation
48
31
49
32
ALDashboard is typically installed as part of the Document Assembly Line setup:
50
33
51
-
```bash
52
-
pip install docassemble-ALDashboard
53
-
```
54
-
55
-
Or install from the Docassemble package management interface by searching for "ALDashboard".
56
-
57
-
## Usage
58
-
59
-
ALDashboard provides both programmatic APIs and interview-based interfaces for server administration. Most functionality is accessed through the Docassemble web interface after installation.
60
-
61
-
## Related Documentation
62
-
63
-
-[Assembly Line Project Architecture](/docs/get_started/al_project_architecture)
0 commit comments