Menu

#532 Create 'transpose' function for the editor

v1.1.x
closed
None
v1.1.2
New Functionality
2020-11-09
2020-07-21
Erik Hänel
No

Create a "transpose" option for the editor, which will change rows to columns (i.e. whitespace, comma or semicolon separated elements will now be oriented along columns).

Analysis:

Implementation of this feature requires a elaborate string tokenizer like wxStringTokenizer, which will also return empty cells for non-whitespace separators.

Implementation:

  • Implementation: Functionality was implemented as indicated by the analysis.
  • Revision: [r774]
  • Implementation test: Different tabular data was successfully transposed. The heuristic seems to successfully detect the separator character for CSV files.

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:

Functionality was tested on the data file, which was the reason for this functionality. The transpose functionality worked as intended. No deviations detected.

Related

Commit: [r774]

Discussion

  • Erik Hänel

    Erik Hänel - 2020-07-21
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2020-10-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Create a "transpose" option for the editor, which will change rows to columns (i.e. whitespace, comma or semicolon separated elements will now be oriented along columns). 
    +
    +###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*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2020-10-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Create a "transpose" option for the editor, which will change rows to columns (i.e. whitespace, comma or semicolon separated elements will now be oriented along columns). 
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Implementation of this feature requires a elaborate string tokenizer like `wxStringTokenizer`, which will also return empty cells for non-whitespace separators.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2020-10-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     Implementation of this feature requires a elaborate string tokenizer like `wxStringTokenizer`, which will also return empty cells for non-whitespace separators.
    
     ###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: Functionality was implemented as indicated by the analysis.
    +* Revision: [r774]
    +* Implementation test: Different tabular data was successfully transposed. The heuristic seems to successfully detect the separator character for CSV files.
    
     ###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: [r774]

  • Erik Hänel

    Erik Hänel - 2020-11-09
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Functionality was tested on the data file, which was the reason for this functionality. The transpose functionality worked as intended. No deviations detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB