Development overview: Difference between revisions
From LimeSurvey Manual
No edit summary |
m Updating Accessibility link from old typo |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
**[[How to become a LimeSurvey Developer]] | **[[How to become a LimeSurvey Developer]] | ||
*[[Accessing the source code]] | *[[Accessing the source code]] | ||
*[[Code quality guide]] | |||
*[[Coding guidelines]] | *<strike>[[Coding guidelines]]</strike> | ||
*[[How to document your source code]] | *<strike>[[How to document your source code]]</strike> | ||
*[[Standard for Git commit messages]] | *[[Standard for Git commit messages]] | ||
*[[Help us: Tasks]] | *[[Help us: Tasks]] | ||
*[[How can I support LimeSurvey?]] | *[[How can I support LimeSurvey?]] | ||
*[[How to contribute new features]] | *[[How to contribute new features]] | ||
*[[Database versioning]] | *[[Database versioning]] | ||
*[[Database documentation]] | |||
*[[The bugtracker and git]] | *[[The bugtracker and git]] | ||
*[[Plugin system architecture]] | *[[Plugin system architecture]] | ||
**[[Authentication plugin development]] | **[[Authentication plugin development]] | ||
**[[Defining attributes]] | **[[Defining attributes]] | ||
*[[HTML editor : needed functionality]] | *[[HTML editor : needed functionality]] | ||
Line 32: | Line 24: | ||
**[[summernote]] | **[[summernote]] | ||
**[[tinyMCE]] | **[[tinyMCE]] | ||
*[[VueJS]] | |||
*[[Replace_jqGrid]] | *[[Replace_jqGrid]] | ||
*[[ | *[[Accessibility]] | ||
*[[Templating]] | *[[Templating]] | ||
*[[Regression and unit tests]] | *[[Regression and unit tests]] | ||
*[[Survey settings inheritance]] | *[[Survey settings inheritance]] | ||
*[[Architectural decision records]] | |||
*[[Continuous integration]] | |||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 04:57, 10 March 2024
Table of contents:
- LimeSurvey roadmap
- How to join the LimeSurvey project team
- Accessing the source code
- Code quality guide
Coding guidelinesHow to document your source code- Standard for Git commit messages
- Help us: Tasks
- How can I support LimeSurvey?
- How to contribute new features
- Database versioning
- Database documentation
- The bugtracker and git
- Plugin system architecture
- HTML editor : needed functionality
- VueJS
- Replace_jqGrid
- Accessibility
- Templating
- Regression and unit tests
- Survey settings inheritance
- Architectural decision records
- Continuous integration