mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
a0701032b6
* 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
956 B
956 B
sidebar_navigation, description, keywords
| sidebar_navigation | description | keywords | ||||
|---|---|---|---|---|---|---|
|
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.