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 ...
Redmine GTT S.M.A.S.H requires PostgreSQL/PostGIS and will not work with SQLite or MariaDB/MySQL!!!
- Redmine >= 4.2.0
- redmine_gtt plugin
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
- Make sure REST web services is enabled: http://localhost:3000/settings?tab=api
- Enable the plugin in project settings
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
The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.
- 2.0.0 Support more SMASH data types by adding tracker setting with API endpoint
See all releases with release notes.
This program is free software. See LICENSE for more information.