Description
Wikifunctions' superset dashboard displays 2 separate bar graphs for Create a function definition and Edit an existing function definition. (These are in the Interaction metrics tab.) However, for implementations and tests we only display one bargraph each: Create implementations via code or composition and Create tests.
- For consistency and completeness of info, please add 2 new bargraphs: Edit an existing implementation and Edit an existing test.
- Also, for additional consistency clarity and simplicity, please update the existing bargraph titles as follows.
- Change Create implementations via code or composition to just Create an implementation
- Change Create tests to Create a test
The queries for the new Edit an existing implementation bargraph are the same as for the existing Create implementations via code or composition bargraph, except they should check for isnewzobject = false. Similarly, The queries for the new Edit an existing test bargraph are the same as for the existing Create tests bargraph, except they should check for isnewzobject = false.