Dev: Development standards: Difference between revisions

From Memento Database Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
|
|
|-
|-
| style="text-align:center;" |'''Development Environment'''
| style="text-align:center;" |'''Development environment'''
| A set of procedures & tools that work together to help development teams accomplish their joint mission of managing phases'''^''' including development, testing and/or review, acceptance by users (if appropriate), and deployment into a production environment along with the process of migrating^ the software or other items being developed from phase to phase. (Not a sentence.) ||
| A set of procedures & tools that work together to help development teams accomplish their joint mission of managing phases'''^''' including development, testing and/or review, acceptance by users (if appropriate), and deployment into a production environment along with the process of migrating^ the software or other items being developed from phase to phase. (Not a sentence.) ||
|-
|-
Line 24: Line 24:
| For example: API'''^'''
| For example: API'''^'''
|-
|-
| style="text-align:center;" | '''Work Migration''' || The movement of software, Web pages, or other items being developed from one phase to the next
| style="text-align:center;" | '''Work migration''' || The movement of software, Web pages, or other items being developed from one phase to the next
|
|
|}
|}
Line 30: Line 30:
{| class="wikitable"
{| class="wikitable"
|+ Abbreviations & acronyms
|+ Abbreviations & acronyms
! Abbrev/Acro !! Short for term !! Definition
! Abbreviation/Acronym !! Short for term !! Definition
|-
|-
| style="width:15%; text-align:center;" | '''API'''
| style="width:15%; text-align:center;" | '''API'''
| style="width:25%; text-align:center;" | Application Programming Interface
| style="width:25%; text-align:center;" | Application Programming Interface
| style="width:60%;"|
| style="width:60%;"|
|
|-
|-
| style="text-align:center;" | '''DevEnv'''
| style="text-align:center;" | '''DevEnv'''

Revision as of 07:13, 21 August 2020

Wiki development standards

Wiki development guidelines

Wiki development glossary

Standard terminology in Memento wiki development
Term Definition Usage
Development A generic term for the construction or assembly of items, often within a specific context
Development environment A set of procedures & tools that work together to help development teams accomplish their joint mission of managing phases^ including development, testing and/or review, acceptance by users (if appropriate), and deployment into a production environment along with the process of migrating^ the software or other items being developed from phase to phase. (Not a sentence.)
Development phase A phase of the development process
Internal references The symbol ^ is used to refer to another term, phrase, or sentence within the current page. For example: API^
Work migration The movement of software, Web pages, or other items being developed from one phase to the next
Abbreviations & acronyms
Abbreviation/Acronym Short for term Definition
API Application Programming Interface
DevEnv Development Environment The set of development wiki pages that support development of the wiki, used by authors & administrators
DOM Document Object Model
JS JavaScript An object-based scripting language developed originally for the purpose of programming actions within a Web browser rather than within a Web server.

It consists of general scripting functions and a special set of functions referred to as the DOM^, or Document Object Model^.

MJ Memento JavaScript The subset of the JavaScript scripting language that is supported by Memento to specify the things to be done by Memento upon certain specific events
MJL The Memento JavaScript Library The JavaScript^ library that provides an API^ to the Rhino JavaScript engine within Memento that implements a subset of JavaScript that omits the DOM.
MW The Memento Wiki