| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains a Rails application that implements parts of a very simple sales lead delivery system. We define an API where a new lead's email address is stored in our system. We also define a mailer which will be used to send these email addresses to an existing set of lead recipients, however the act of sending these leads has yet to be implemented.
Key files:
When a new lead is created through the API it should trigger the lead mailer email to be sent to every recipient in our system
You may assume that two leads with the same email address never occur.
Any visitor should be able to visit the root path / and see a list of all the leads in the system
Please treat this, within reason, like it was a production grade project. Feel free to use any libraries you would use for such a project.
Please answer the following questions in a markdown file called Answers to technical questions.md.
When finished, please upload your solution as a .zip / .tar.gz, complete with git repo, to Dropbox / Google Drive etc, and send a link to mbessey@caring.com. Please don't publicly fork the repo, we don't want candidates drawing "inspiration" from each other 😉.
If you have any questions don't hesitate to ask!
| Back | FazBrowse Home | New Git URL |