Menu

#466 Create new string function for tables and clusters

v1.1.x
closed
None
v1.1.2
New Functionality
2019-08-19
2019-04-22
Erik Hänel
No

Create the following string functions for the work with tables and clusters:

is_cluster("clust{}")
is_table("table()")
{IDX} = locate(STRARRAY, STR, TYPE) with TYPE = 0,1 (exact, part of)

Analysis:

This new functionality is a usual string function implementation.

Implementation:

  • Implementation: The new functionality was implemented as proposed by the analysis.
  • Revision: [r526]
  • Implementation test: All three functions where tested according their specification

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [ ] corresponding documentation articles updated
    • [ ] new documentation articles created
    • [x] not needed
  • Language files:
    • [x] corresponding language files updated
    • [ ] not needed

Tests:

New functionalities were added to the automatic tests. Occured deviation was fixed in [r614].

Related

Commit: [r526]
Commit: [r614]

Discussion

  • Erik Hänel

    Erik Hänel - 2019-04-22
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2019-04-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,3 +3,25 @@
         is_cluster("clust{}")
         is_table("table()")
         {IDX} = locate(STRARRAY, STR, TYPE) with TYPE = 0,1 (exact, part of)
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
     
  • Erik Hänel

    Erik Hänel - 2019-04-22
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2019-04-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,7 +5,7 @@
         {IDX} = locate(STRARRAY, STR, TYPE) with TYPE = 0,1 (exact, part of)
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This new functionality is a usual string function implementation.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2019-04-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -8,19 +8,19 @@
     This new functionality is a usual string function implementation.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: The new functionality was implemented as proposed by the analysis.
    +* Revision: [r526]
    +* Implementation test: All three functions where tested according their specification
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r526]

  • Erik Hänel

    Erik Hänel - 2019-08-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -24,4 +24,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +New functionalities were added to the automatic tests. Occured deviation was fixed in [r614].
    
    • status: testing --> closed
     

    Related

    Commit: [r614]

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB