Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions components/ILIAS/StudyProgrammeReference/PRIVACY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# StudyProgrammeReference Privacy

> **Disclaimer: This documentation does not guarantee completeness or accuracy. Please report any missing or incorrect information by submitting a [Pull Request](https://github.com/ILIAS-eLearning/ILIAS/blob/trunk/docs/development/contributing.md#pull-request-to-the-repositories) or, if you prefer, via the [ILIAS bug tracker](https://mantis.ilias.de). When using the bug tracker, please select the corresponding component in the **Category** field.**


## General Information

The StudyProgrammeReference component provides a reference (alias) object of type `prgr` that points to an existing Study Programme (`prg`) object in the ILIAS repository tree. It acts as a shortcut or soft link allowing the same Study Programme to appear in multiple locations without duplicating it. The component does not introduce its own data storage and delegates all substantive behaviour — including any data handling — to the referenced Study Programme and the base ContainerReference infrastructure.

## Integrated Components

The StudyProgrammeReference component delegates all data handling to the following components, which have their own privacy documentation:

- [StudyProgramme](../StudyProgramme/PRIVACY.md)
- [ContainerReference](../ContainerReference/PRIVACY.md)

## Data being stored

The StudyProgrammeReference component does not store any personal data.

## Data being presented

The StudyProgrammeReference component does not present any personal data.

## Data being deleted

The StudyProgrammeReference component does not delete any personal data.

## Data being exported

The StudyProgrammeReference component does not export any personal data.
Loading