DigiVC documentation
Practical workflows
Goal: the team develops an internal “Claims Portal” system.
Scenario A: a new internal project
Goal: the team develops an internal “Claims Portal” system.
- Create a project:
- Create repositories:
``text Code: CLAIMS Name: Claims Portal Visibility: Private ``
server;windows-client;documentation.
- Create group
CLAIMS-DEVELOPERS. - Add developers to the group.
- Grant
Developeron projectCLAIMS. - Grant the technical writer
Maintaineronly ondocumentation. - Each user creates a workspace with the Desktop Client.
Scenario B: partial workspace for a DBA
The DBA should work only on SQL files.
- Grant path permission for
/database/sql. - Select
/database/sqlin the repository browser. - Open checkout and choose partial mode.
- Create a workspace such as:
- The DBA sees and changes only the permitted scope.
``text C:\Work\Claims-SQL ``
Scenario C: running behind Digi Wall
DigiVC internal listener: HTTP 0.0.0.0:8000
Digi Wall public endpoint: https://digivc.company.example
DigiVC public URL: https://digivc.company.exampleDigi Wall terminates TLS and forwards to the internal HTTP listener. DigiVC setup must not require a local TLS key in this mode.
Scenario D: remote PostgreSQL without SSL
Host: 10.10.0.40
Port: 5432
SSL mode: disableUse this only on a controlled protected network. If PostgreSQL later receives a valid certificate, move to verify-full.
Scenario E: migration from GitLab
- Create a target project.
- Select GitLab as source.
- Enter URL and token.
- Keep TLS verification enabled.
- Select full history.
- After success, verify revision mapping and perform a test checkout.
Scenario F: a safe change
- Open the workspace.
- Update.
- Make the change.
- Status.
- Diff.
- Run validation checks.
- Commit with a clear message.
- Verify the new revision in WEB/Admin.