Frequently Asked Questions (FAQ)

Below are some of the most commonly asked questions about the RDMC project, along with their answers. If you want to see general user faq then go to Frequently Asked Questions (FAQ)

Questionnaire and Manifest Data

1. What is the purpose of the questionnaire upload feature?

The questionnaire upload feature allows users to define metadata questions in a YAML file format. These questions are version-controlled and linked to specific manifest configurations, enabling structured metadata collection.

2. How do I upload a questionnaire?

To upload a questionnaire:

  1. Create a YAML file based on the provided schema. See Questionnaire Creation Process for details.

  2. Navigate to the Questions section in the admin interface.

  3. Use the upload form to validate and submit the file.

Then you will see all the uploaded questions. Also in the right side you see all the previous version.

3. What happens if my YAML file does not validate?

If the uploaded YAML file does not match the predefined schema, it will display an error message specifying the validation issue. Ensure that your file follows the correct format and includes all required fields.

Technical Questions

4. How does RDMC handle security information?

RDMC provides a SecurityLayer model where you can define security-related metadata for a container.

Customization

5. Can I customize the admin interface?

Yes, the admin interface is highly customizable. The platform uses Django's admin framework, allowing you to add custom models, forms, and views. For details see Admin Interface for RDMC. Examples of customization include:

  • Adding inline forms for related models (e.g., AccessLevelInline).

  • Creating custom admin actions for downloading or processing data.

Troubleshooting

6. I cannot access the admin interface. What should I do?

Ensure that:

  • You have the correct URL (typically /admin).

7. Why can’t I upload large files?

File upload size limits might be defined in the server configuration. Check the FILE_UPLOAD_MAX_MEMORY_SIZE and related settings in your Django configuration.

8. Where are the uploaded files stored?

By default, uploaded files are stored in the directory specified by the MEDIA_ROOT setting in the Django configuration. You can customize this path in the settings.py file.

Getting Help

9. How can I contact the support team?

If you encounter issues or have questions, please contact the RDMC support team at nfdixcs-a1@lists.gi.de or Helpdesk.