How can we better show capacity to our partners and provide tools for referrals in order to ensure a diversity of clients so that we can reach the most vulnerable with our services.
A referral system for charities working together providing immigration advice and legal aid in London.
The tool provides an interface for accepting and reviewing form submissions via Typeform's Embed and Webhooks API.
Prerequisites: Ruby v2.5.1, Bundler, PostgreSQL, NodeJS, Yarn
git clone https://github.com/TechforgoodCAST/chc-referrals.git
cd chc-referrals
bundle install
yarn install
rails db:setup
rails s
to start local development server
rails test
for unit tests, and rails test:system
for system tests.
First of all, thank you for your help!
Be sure to check out the projects open issues to see where help is needed.
If you've spotted a bug please file an issue. Even better, submit a pull request (details below) with a patch.
If you want a feature added, the best way to get it done is to submit a pull request that implements it...
- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a pull request
Alternatively you can submit an issue describing the feature.
This software is released under the MIT License.