Project

General

Profile

Feature #2695

Updated by Alexander Watzinger 17 days ago

*Minor improvements* 
 * Update model config documentation 
 * Sources depicted at artifacts can now also be added/removed at the artifact form 

 *Minor fixes for* 
 * Missing table function for *domain* and *precision* 
 * Missing date fields at *type insert* 
 * Wrong cases at some form labels 
 * When adding a type to a super the super field wasn't shown 
   It still worked but when using the "insert and continue" button, the super field wasn't prefilled in the next form. 

 *Refactor* 
 * Refactor *f-strings*, which were improved in latest Python versions 
 * Replaced HTML *uc-first* classes with Python *uc_first* functions 
 * Re-activated test *assertions* for files which previous didn't work on GitHub. Now they seem to work there too. 
 * Removed Windows artifacts 
 * Improved code coverage 
 |               |=.Before|=. After|=. Change| 
 |Statements     |>.12.637|>.12.573|>.      -64| 
 |Excluded       |>.     302|>.     188|>.     -114| 
 |Code coverage|>.    97.6%|>.98.5%|>.*+0.9%*|   

Back