-
Notifications
You must be signed in to change notification settings - Fork 8
Home
alanpca edited this page Mar 31, 2011
·
7 revisions
Viral Landing Page (VLP) is at version 0.2, which is an early alpha release. At this stage of the project, VLP supports gathering e-mails via the web interface and storing them into the database of your choice (SQLite, postgresql, MySQL), which is configured in the config/database.yml file of the Rails application. There is currently no front end to retrieve the contact information from the database, so that is something that you must do via SQL or a Rails console directly.
VLP version 0.3 will be released by April 15th, 2011. In this, VLP will add the following features:
- The addition of a viewer that will allow you to list and sort the signups.
- The addition of a mailer, which will allow you to contact new signups upon creation.
- COMPLETE: Tracking of who each user was referred by.
- More customizable sharing abilities.
Backward compatibility will be maintained.
In the not so near future, VLP will support the following features:
- Unit testing!
- The ability to generate signup codes for a selected subset of users, giving early access to your application.
- The ability to weight the signups on various metrics, not limited to referrals only.