Files
Andrej Sandorf a0701032b6 Fix/docs (#10869) [skip ci]
* fix(docs): remove unused images
* fix(docs): reduce png image sizes
* fix(docs): invalid signs in markdown formatting
* fix(docs): adjust legal link
* fix(docs): don't use ZWSP & NBSP without reason
* fix(docs): cleanup release notes index page
* fix(docs): remove unused markdown frontmatter
2022-06-28 10:55:12 +02:00

956 B

sidebar_navigation, description, keywords
sidebar_navigation description keywords
title priority
Development FAQ 980
Frequently asked questions for development 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 and the proto plugin.

Which gateway provider does OpenProject use for 2FA by SMS?

We use MessageBird. At the moment this can't be changed.