OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/docs/development/concepts
luzpaz 2ae53bd252
Fix typos in user facing and non-user facing code (#9497)
3 years ago
..
application-architecture fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 3 years ago
dynamic-forms Dynamic form concept 3 years ago
hal-resources Fix typos in user facing and non-user facing code (#9497) 3 years ago
infrastructure Fix various docs typos 3 years ago
inline-editing fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 3 years ago
permissions fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 3 years ago
queries fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 3 years ago
resource-changesets Fix various docs typos 3 years ago
resource-schemas fix(docs): stop using https://docs.openproject.org; fix redirected links (#9400) 3 years ago
state-management Fix various docs typos 3 years ago
translations Allow plugins to add additional work package tabs (#8999) 4 years ago
wysiwyg-editor Documentation: spelling, smart characters, invalid links fixed (#8940) 4 years ago
README.md Many words corrected to lower case 4 years ago

README.md

sidebar_navigation description robots keywords
[{title Development concepts}] Get an overview of the development process and concepts at OpenProject index, follow development concepts, big picture

OpenProject development concepts

OpenProject development encompasses a large number of complex topics and terminologies. This guide will introduce some concepts and give you a big picture of the development processes.

Please choose an area that you would like to read about:

Topic Content
Application architecture An introduction of the application architecture used at OpenProject.
State management How does the frontend handle state and react to changes?
HAL resources What are HAL resources and how are they used in the frontend?
Permissions How are roles and permissions handled in OpenProject code ?
Translations How are translations used and built?
Resource schemas What is a schema and how is it tied to an editable resource?
Resource changesets How is change tracked to resources in the frontend and how to save the changes?
Inline editing How does inline editing and the edit field functionality work in OpenProject?
Queries and QuerySpace What is the Query API concept and how is it used in the frontend?