Changes

Jump to navigation Jump to search
Line 18: Line 18:  
Ongoing instructions:
 
Ongoing instructions:
 
* Read and constantly document [[architecture of SAR service]]
 
* Read and constantly document [[architecture of SAR service]]
 +
* [https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript Javascript conventions]
 
* '''Whenever using property or item numbers in code, define a new variable early in the code with that <name>_id locally, for example "controller_item_id = 96" (see {{Q|96}})'''  (this makes the code produced less dependent on which Wikibase instance we are using, as the numbers will change)
 
* '''Whenever using property or item numbers in code, define a new variable early in the code with that <name>_id locally, for example "controller_item_id = 96" (see {{Q|96}})'''  (this makes the code produced less dependent on which Wikibase instance we are using, as the numbers will change)
  

Navigation menu