Programming Standards: Difference between revisions
No edit summary |
(→SUMAC) |
||
| Line 15: | Line 15: | ||
Standards how to handle service response. | Standards how to handle service response. | ||
=== [https://wiki.seedburysquare.com/index.php/Sistema_Unificado_de_Manejo_y_Administraci%C3%B3n_de_Casos SUMAC] === | === [https://wiki.seedburysquare.com/index.php/Sistema_Unificado_de_Manejo_y_Administraci%C3%B3n_de_Casos SUMAC] === | ||
<syntaxhighlight> | <syntaxhighlight lang="javascript"> | ||
export const aasfa = 234; | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 17:40, 31 March 2025
Naming Convention
Constants
ROW_VALUE_DESCRIPTION_COLUMN_NAME_TABLE_NAME
COFI
- ObjectType
- - DESCRIPTION_EN_OBJECT_TYPE_CODE
- [Table]Type
- DESCRIPTION_EN_[TABLENAME]_TYPE_CODE
- i.e (FileType - MotionType - Code MOTION_FILE_TYPE_CODE)
Handling Service Response
Standards how to handle service response.
SUMAC
<syntaxhighlight lang="javascript"> export const aasfa = 234; </syntaxhighlight>