Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szechyjs/frc-csa-trello
https://github.com/szechyjs/frc-csa-trello
first-frc frc heroku rails5 trello
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szechyjs/frc-csa-trello
- Owner: szechyjs
- Created: 2017-03-11T02:22:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T21:13:07.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T11:03:33.526Z (2 months ago)
- Topics: first-frc, frc, heroku, rails5, trello
- Language: Ruby
- Size: 69.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FRC CSA Trello Request Form
This simple Rails app provides a easy way for teams to submit a new
card to a Trello board for use by CSA's to manage their work queue
at FRC events.## Requirements
- A Trello board
- Heroku account## Setup
### Trello
1. Create a board, it can be public or private
2. Add lists to manage your workflow
3. Add labels to help categorize cards. The list of labels will be presented to
the user as a Cateogry selection
4. Obtain API keys
1. Navigate to https://trello.com/app-key
2. Save your Developer keys
3. Click the link to generate a Token
4. Save the generated user token### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
Click the button above to start the deployment process.
Populate the required environment variables:
- TRELLO_DEVELOPER_KEY: The developer key obtained above
- TRELLO_MEMBER_TOKEN: The user token obtained above
- TRELLO_BOARD_ID: The ID of your board. This can be found in the URL. `https://trello.com/b/BOARD_ID/board-name`
- TRELLO_LIST_NAME: The name of the list that new cards should be placed. e.g., `Inbound`