Testing Tabs

I have encountered multiple issues with TABS. This test explores some of those issues.

About These Sections

What follows in the Accordion sections below are a series of unrelated tests. I have now consolidated all diagnostic functions into this single page which in turn opens each test page. These pages will return to this page, if properly constructed.

Registration Testing

Proof od Concept test for representing a work flow.

GV View Editor Problems

This test shows how messed up the GV View editor has become.

Task to Team | Team to Task

Explore ramifications of two views which each have the same two forms, but reverse the polarity. Specifically, Task -to Team and Team to Tasks

INNER versus OUTER Joins

 

When joining two tables, there are two types of join that can be used: INNER  or OUTER. The INNER join returns only those rows in the primary table which have a match in the joined table. The OUTER join returns all rows in the primary table, whether or not they appear in the Joined table. 

This test demonstrates this condition and raises the question, how does GV decide which to use? In this  example, they use both, but why? How was that choice made?

Multiple Forms Test

This test proves that only a single use of a primary form is allowed on any page. 

GV Entry Test

This test shows how to replace the EDIT button with the shortcode. This makes it possible for control to return to the correct tab when the edit is completed. 

Testing jQuery Tabs

While exploring other options, I took a look back at jQuery Tabs which I used a lot back in the PHP days. This page shows how far I got with that effort. .

Entry Format Diagnostic

Entries with a comma in them break links. Over time, I need to replace all uses of a NUMBER field to contain an Entry ID with a TEXT field that has custom formatting of 999999999. 

This diagnostic shows some of the problem cases.  

Testing reversed form pairs

I took a brief look at using Accordions for my navigation. This test shows clearly why that was not a good choice. 

Test PHP Code

Test PHP code on a page