Skip to content

gtt-project/redmine_gtt_smash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Redmine GTT S.M.A.S.H Plugin

The Geo-Task-Tracker (GTT) S.M.A.S.H plugin adds support for the mobile app S.M.A.S.H:

  • Authenticate from S.M.A.S.H with a Redmine account
  • Upload mobile notes as issues
  • Retrieve custom notes configurations
  • and more ...

Requirements

Redmine GTT S.M.A.S.H requires PostgreSQL/PostGIS and will not work with SQLite or MariaDB/MySQL!!!

Installation

To install Redmine GTT S.M.A.S.H plugin, download or clone this repository in your Redmine installation plugins directory!

cd path/to/plugin/directory
git clone https://github.com/gtt-project/redmine_gtt_smash.git

Then run

bundle install
bundle exec rake redmine:plugins:migrate

After restarting Redmine, you should be able to see the Redmine GTT SMASH plugin in the Plugins page.

More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins

How to use

The Geo-Task-Tracker (GTT) S.M.A.S.H plugin connects the S.M.A.S.H mobile app with Redmine GTT. It adds new API endpoints to provide the tracker type configuration as custom notes.

For more information with screenshots see the Getting Started guide.

Project level API endpoint

http://localhost:3000/projects/(project_id)/smash/tags.json

Global level API endpoint

http://localhost:3000/smash/tags.json 

Default tracker setting API endpoint

http://localhost:3000/smash/settings.json

Contributing and Support

The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.

Version History

  • 2.0.0 Support more SMASH data types by adding tracker setting with API endpoint

See all releases with release notes.

Authors

LICENSE

This program is free software. See LICENSE for more information.