mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 02:25:53 +01:00 
			
		
		
		
	Tasks.documentation.javadoc threw around 50 errors due to multiple inconsistencies within the javadoc comments. Furthermore, the option 'failOnError' is now set to 'true' so that future Javadoc errors in our codebase are avoided.
		
			
				
	
	
		
			16 lines
		
	
	
		
			634 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			634 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: DOD for UI development
 | |
| ---
 | |
| 
 | |
| Use this as a kind of checklist whenever you develop something in the UI of SCM-Manager, regardless whether you are developing core features or plugins.
 | |
| 
 | |
| |   | Don't forget to |
 | |
| |---|-----------------|
 | |
| | ☐ | use imports with `@scm-manager`, eg. `@scm-manager/ui-components` |
 | |
| | ☐ | let buttons have whitespace |
 | |
| | ☐ | update german translation |
 | |
| | ☐ | add help icons to input components |
 | |
| | ☐ | not use colors directly, but refer to `is-primary` or `is-warning` |
 | |
| | ☐ | make sure your view works on mobile devices |
 | |
| | ☐ | document [extension points](../plugins/extension-points) |
 |