Introduce dynamic tabbed debug logs

XMLWordPrintable

    • Type: Change Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: None
    • Component/s: Frontend (F)
    • None

      For each page, modal window and widget it is possible to see debug section. There are cases when page is already loaded and we do requests to backend and debug information for such cases are not always displayed anywhere. Some examples are:

      • Inline validation requests, that can't be handled by frontend only:
        • checking, if object already exists
        • complex validations (time units, dates ect.)
      • Monitoring pages:
        • table refresh
        • table update counters

      Suggestion: we should implement debug section where frontend programmers could dynamically add or update debug tab:{}

      • For monitoring pages there should be 3 tabs for debug:
        • Main, that was when page was loaded
        • Table refresh debug (updates after each refresh request)
        • Table counter debug (updates after each request)
      • Inline validation core should automatically call to find the debug section related to form which has inline validation and tab with used validation
      • when submitting a form and a request fails, add debug section related to submit request

      What else to consider: when submitting a form with a success, we usually close the form and even might redirect to different page. It means for such cases debug section would not be visible.

            Assignee:
            Valdis Murzins
            Reporter:
            Ginta Berzina
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: