Sprintr Extension

Content Type: Module
Categories: Extensions

Overview

What is it?

A thing that has been bugging us for a while is that you can't open the Sprintr environment of your project straight from Mendix Studio Pro. That's why we developed this simple add-on. It adds menu-items to several often-used Sprintr functionalities like Teamserver, Settings and Environments.

 

Installation

Simply download this add-on from the Marketplace into an app that runs on at least Mendix 10.12.0. This add-on is project-based so it will also make these menu-items available for any other developers on the project.

 

How to delete

Simply delete the add-on module from your project and commit your changes.

 

Source on Github

You can find the source files on https://github.com/Trives-IT/SprintrExtension. If you know how to work with Studio Pro extensions, feel free to adjust it to your own needs.

 

Other useful links

Basic tutorial on how to build Studio Pro Extensions

Studio Pro extension samples

 

Documentation

Typical usage scenario

This add-on gives you an extra menu-item within Studio Pro with links to several often-used functionalities in Sprintr.

 

Limitations

While useful in itself this add-on also serves as an example of how a 'hybrid' approach using deeplinks straight from Studio Pro to useful resources could work.

The pages shown are 1-1 the same as you would see within a regular browser. Ideally for this solution, we would have liked to have 'clones' of these pages without any navigation bars, since navigation can be taken care of within Studio Pro itself.

 

Dependencies

Only available for Mendix projects with version 10.12.0 and above.

 

Installation

Simply download this module from the Marketplace and choose to 'Trust module and enable extension' if prompted. After installation, commit your changes to the team server.

Releases

Version: 1.0.0
Framework Version: 10.12.0
Release Notes: Initial upload