Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgetaveras1231/event_manager
Following tutorial at http://tutorials.jumpstartlab.com/projects/eventmanager.html
https://github.com/georgetaveras1231/event_manager
Last synced: about 2 months ago
JSON representation
Following tutorial at http://tutorials.jumpstartlab.com/projects/eventmanager.html
- Host: GitHub
- URL: https://github.com/georgetaveras1231/event_manager
- Owner: GeorgeTaveras1231
- Created: 2014-01-30T23:35:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T14:56:24.000Z (almost 11 years ago)
- Last Synced: 2024-04-08T17:17:16.204Z (9 months ago)
- Language: Ruby
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Event Manager wrapped in EventManager Class
Written in Ruby 2.0To Process an event:
my_event = EventManager.new "event_name", "my_csv.csv", "my_form.erb"
my_event.main
This will create a directory named "event_name".
- Information for target marketing is saved in "event_name/sign_up_count_sheet.txt"
- Valid phone numbers are saved in "event_name/valid_phone_numbers.txt"
- "Thank you" letters are saved in "event_name/output/"! - This class is limited by the csv format provided in the exercise. (The methods that retrieve information from the csv file are hard coded and will not work with formats that do not include the same headings ei. :zipcode, :homephone etc.)