# travel-support-program **Repository Path**: mirrors_openSUSE/travel-support-program ## Basic Information - **Project Name**: travel-support-program - **Description**: A rails app to support the travel support program of openSUSE (TSP) - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Travel Support Program management application [![Run Tests](https://github.com/openSUSE/travel-support-program/actions/workflows/rspec.yml/badge.svg)](https://github.com/openSUSE/travel-support-program/actions/workflows/rspec.yml) [![Coverage Status](https://coveralls.io/repos/openSUSE/travel-support-program/badge.png?branch=master)](https://coveralls.io/r/openSUSE/travel-support-program?branch=master) ## About This is a Ruby on Rails based application to manage the requests and reimbursements from travel help programs of free software organizations like the openSUSE Travel Support Program, the GNOME's Conference Travel Subsidy Program or the KDE e.V. Travel Cost Reimbursement initiative. Although been developed initially at the openSUSE Team at SUSE, the goal is to write a generic application including all the common features so it can be extended and adapted to fulfill the needs of any organization. This is achieved using widely used and flexible components like [Bootstrap](http://github.com/twitter/bootstrap) for the frontend layout or [Devise](https://github.com/plataformatec/devise) for user authentication. For a more detailed explanation you can refer to the [ABOUT](doc/ABOUT.md) file, in which 'the 6 Ws' are developed. That is: who, what, when, where, why and how (yes, we already know that 'how' does not start with 'W', but we didn't invented the name). ## Requirements * Ruby >= 2.7 * Any Rails supported database system: PosgreSQL, SQLite3, MariaDB, MySQL... ## Installation Please refer to [INSTALL](doc/INSTALL.md) documentation file ## Development To simplify the process of setting up a development environment, this repository includes some `docker-compose` configuration examples. Check the [DOCKER](doc/DOCKER.md) documentation file. ## Contact Ancor González Sosa * http://github.com/ancorgs * ancor@suse.de ## License This application is released under the terms of the GNU Affero General Public Licence (AGPL). See the [LICENSE](LICENSE) file for more info