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/README.md

29 lines
1.8 KiB

---
sidebar_navigation:
title: Development concepts
description: Get an overview of the development process and concepts at OpenProject
robots: index, follow
keywords: 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:
| Topics | Description |
| ---------------------------------------------------- | :----------------------------------------------------------- |
| [Application architecture](application-architecture) | An introduction of the application architecture used at OpenProject. |
| [State management](state-management) | How does the frontend hanble state and react to changes? |
| [HAL resources](hal-resources) | What are HAL resources and how are they used in the frontend? |
| [Permissions](permissions) | How are roles and permissions handled in OpenProject code ? |
| [Translations](translations) | How are translations used and built? |
| [Resource schemas](resource-schemas) | What is a schema and how is it tied to an editable resource? |
| [Resource changesets](resource-changesets) | How is change tracked to resources in the frontend and how to save the changes? |
| [Inline editing](inline-editing) | How does inline editing and the edit field functionality work in OpenProject? |
| [Queries and QuerySpace](queries) | What is the Query API concept and how is it used in the frontend? |