User Tools

Site Tools


en:infra-convert:dev:specialcategories

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:infra-convert:dev:specialcategories [2019/03/04 14:03]
me [User-ID]
en:infra-convert:dev:specialcategories [2022/05/24 14:14] (current)
me
Line 3: Line 3:
 <WRAP noprint> <WRAP noprint>
  
-> Administrator’s ​Guide #@IC_HTML@# > Configuration and Import+> Administrator’s ​Manual ​#@IC_HTML@# > Configuration and Import
  
 </​WRAP>​ </​WRAP>​
  
 +<WRAP group>
 +<WRAP column 90%>
 ====== Parameter file "​SpecialCategories"​ ====== ====== Parameter file "​SpecialCategories"​ ======
  
 ---- ----
 +</​WRAP>​
 +<WRAP column 5%>
 +{{ :​en:​infra-convert:​dev:​icon_dev_kategorien.png?​nolink&​50|}}
 +</​WRAP>​
 +</​WRAP>​
  
-The →[[en:​infra-convert:​user:​terms#​Category (characteristic-)|characteristic categories]] that are available in #@IC_HTML@# are defined in the parameter file //SpecialCategories.json//. More specifically:​ these definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project possible to later change the category definitions for a project.+The →[[en:​infra-convert:​user:​terms#​Category (characteristic-)|characteristic categories]] that are available in #@IC_HTML@# are defined in the parameter file "SpecialCategories.json". More specifically:​ these definitions are loaded when a new →[[en:​infra-convert:​user:​terms#​Project|project]] is created and saved in the project file. This means that it is only in the project possible to later change the category definitions for a project.
  
 > **Important** Each category definition has parameters that cannot be changed. If a parameter is missing or faulty, then the category is no longer available. > **Important** Each category definition has parameters that cannot be changed. If a parameter is missing or faulty, then the category is no longer available.
Line 17: Line 24:
 If you need additional categories, please let us know so we can expand the parameter file accordingly. Please only modify the file if you want to assign different values to parameters that are identified accordingly in the following description. Remember to make a backup copy. If you need additional categories, please let us know so we can expand the parameter file accordingly. Please only modify the file if you want to assign different values to parameters that are identified accordingly in the following description. Remember to make a backup copy.
  
-During installation,​ the parameter file //SpecialCategories// is saved at the following location:+During installation,​ the parameter file "SpecialCategories.json" ​is saved at the following location:
  
 <WRAP group> <WRAP group>
Line 28: Line 35:
 If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > [[en:​infra-convert:​dev:​parameter#​Parameterdatei für Merkalkategorien]]). If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > [[en:​infra-convert:​dev:​parameter#​Parameterdatei für Merkalkategorien]]).
  
-{{page>​en:​infra-convert:​dev:​tip_use_adv_editor}}+\\ 
  
 <WRAP noprint> <WRAP noprint>
Line 35: Line 42:
 //​**__Content__**//​ //​**__Content__**//​
  
 + • [[en:​infra-convert:​dev:​specialcategories#​Administrator tools]]\\ ​
  • [[en:​infra-convert:​dev:​specialcategories#​ID]]\\ ​  • [[en:​infra-convert:​dev:​specialcategories#​ID]]\\ ​
- • [[en:​infra-convert:​dev:​specialcategories#​User ID]]\\ ​+ • [[en:​infra-convert:​dev:​specialcategories#​User ID (deleted)]]\\ 
  • [[en:​infra-convert:​dev:​specialcategories#​Parent category]]\\ ​  • [[en:​infra-convert:​dev:​specialcategories#​Parent category]]\\ ​
  • [[en:​infra-convert:​dev:​specialcategories#​List position]]\\ ​  • [[en:​infra-convert:​dev:​specialcategories#​List position]]\\ ​
Line 47: Line 55:
  
 </​WRAP>​ </​WRAP>​
-</​WRAP>​ </​WRAP>​+</​WRAP>​ 
 +</​WRAP>​ 
 + 
 +===== Administrator tools ===== 
 + 
 +<WRAP group> 
 +<WRAP column 25%> 
 + 
 +**Export project settings** 
 + 
 +</​WRAP>​ 
 + 
 +<WRAP column 65%> 
 + 
 +You can export the current project settings as project template files ("​CharacteristicTags.json",​ "​SpecialCategories.json"​ and "​StampTemplates.json"​) from the #@IC_HTML@# user interface. (Available from programme version 2.4.1.)\\ **Siehe** User Manual > Settings > Project Settings > Tags > [[en:​infra-convert:​user:​config:​label#​save_export|Save/​Export]] 
 + 
 +</​WRAP>​ 
 +</​WRAP>​ 
 + 
 +\\ 
  
 ===== ID ===== ===== ID =====
Line 69: Line 96:
  
 <code javascript>​ <code javascript>​
-"​Id":​ "{6E626731-625F-4F71-A471-2A267D511E18}",+"​Id":​ "​6E626731-625F-4F71-A471-2A267D511E18",​
 </​code>​ </​code>​
  
Line 81: Line 108:
 \\  \\ 
  
-===== User ID =====+===== User ID (deleted) ​=====
  
 <WRAP group> <WRAP group>
 <WRAP column 40%> <WRAP column 40%>
 +
 +> **Please note** This parameter is no longer used as of program version 1.3.9.3.
  
 Unique, internal identifier for the category in a readable form. Displayed in the user interface to uniquely identify categories. Unique, internal identifier for the category in a readable form. Displayed in the user interface to uniquely identify categories.
Line 106: Line 135:
 |< 100% 33% 12% 54% >| |< 100% 33% 12% 54% >|
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
-^ ID | String ​| ID of the category |+^ ID | Integer ​| ID of the category |
  
 </​WRAP>​ </​WRAP>​
Line 161: Line 190:
 </​WRAP>​ </​WRAP>​
  
-> **See also**\\ User’s Guide #​@IC_HTML@# ​> User Interface > Function Window > [[en:​infra-convert:​user:​interface:​feature|Characteristic properties]]\\ \\ User’s Guide #​@IC_HTML@# ​> More > Terms > [[en:​infra-convert:​user:​terms#​Kategorie (Merkmal-)|Category]]\\ \\ User’s Guide #​@IC_HTML@# ​> Adaptations > Project Settings > [[en:​infra-convert:​user:​config:​cat|Categories]]+> **See also**\\ User Manual ​> User Interface > Function Window > [[en:​infra-convert:​user:​interface:​feature|Characteristic properties]]\\ \\ User Manual ​> More > Terms > [[en:​infra-convert:​user:​terms#​Kategorie (Merkmal-)|Category]]\\ \\ User Manual ​> Adaptations > Project Settings > [[en:​infra-convert:​user:​config:​cat|Categories]]
  
 </​WRAP>​ </​WRAP>​
Line 288: Line 317:
  
 The following describes the process for deinstalling,​ reinstalling (installing after previous deinstallation) and installing (without previous deinstallation) #@IC_HTML@# using the parameter file “SpecialCategories.json”. Essential preconditions are: the file is at the location where it was installed, and has not been renamed. The following describes the process for deinstalling,​ reinstalling (installing after previous deinstallation) and installing (without previous deinstallation) #@IC_HTML@# using the parameter file “SpecialCategories.json”. Essential preconditions are: the file is at the location where it was installed, and has not been renamed.
 +
 +> **See also** Introduction > Overview (program version 2) > [[en:​infra-convert:​dev:​intro_preview#​installation_uninstallation|Installation/​Uninstallation]]
  
 <WRAP group> <WRAP group>
Line 312: Line 343:
 <WRAP column 65%> <WRAP column 65%>
  
-An existing file is not changed.+An existing file is overwritten.
  
 </​WRAP>​ </​WRAP>​
Line 326: Line 357:
 <WRAP column 65%> <WRAP column 65%>
  
-An existing file is not changed.+An existing file is overwritten.
  
 </​WRAP>​ </​WRAP>​
en/infra-convert/dev/specialcategories.1551704619.txt.gz · Last modified: 2019/03/04 14:03 by me