Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
956 B
Markdown
Raw Permalink Normal View History

2021-04-26 11:51:59 +02:00
---
sidebar_navigation:
title: Development FAQ
2021-04-26 11:51:59 +02:00
priority: 980
description: Frequently asked questions for development
keywords: FAQ, change code, developing, plug-in
---
# Frequently asked questions (FAQ) for development
## Is there an ER diagram (entity relationship diagram) for OpenProject?
No. The database layout is subject to continuous change. Every upgrade, even from one patch level release to the next, might change the database layout. Because of that, it is also not advisable to integrate on the database level (e.g. for data warehousing/dashboards).
## Is there documentation for creating my own plugin?
The documentation for creating plugins is indeed limited at the moment. What we have is mostly [this one](../create-openproject-plugin) and the [proto plugin](https://github.com/opf/openproject-proto_plugin).
## Which gateway provider does OpenProject use for 2FA by SMS?
We use MessageBird. At the moment this can't be changed.