Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L limbra
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • limbra
  • limbra
  • Issues
  • #79

Closed
Open
Created Nov 16, 2016 by LE GAC Renaud@legacOwner0 of 4 tasks completed0/4 tasks

Resurect the standalone url in lists and metrics views

  • Le list views as well as the metrics have a standalone URL.
  • With the commit dd6e98f8, it should work again for the list. This is true in the dev environment but not on the server marprod.
  • For the metrics, the URL is not working since the JavaScript librairy Ext JS is missing.
  • A possible way out is to add a new parameter in the selector, e.g standalonewith the default valuefalse.
  • The standalone parameter is set to true when using the standalone URL.
  • The controller list/index is the almost the same. the only change is the selection of the view which depends on the standalone value: eitherlists/index.htmlorlists/standalone.html`.
  • The html page standalone contains the header and the body. In the header contains the Ext JS and the MathJax libraries. The body include the index.html view.
  • The default value can be set in existing list and metric by adding baseParams={'standalone': False} when building the lists/metrics node in the main viewport.

TODO:

  • modify the controller lists/index.html
  • add the view views/lists/standalone.html
  • modify the node lists in viewport
  • propagate changes to metrics and even to graphs
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking