Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Allow Multiple Project URLs #115

Open
patricksrobertson opened this issue Aug 10, 2011 · 2 comments
Open

Allow Multiple Project URLs #115

patricksrobertson opened this issue Aug 10, 2011 · 2 comments
Labels

Comments

@patricksrobertson
Copy link
Contributor

Business Case:

During the crowd sourcing of project URLs it was discovered we should probably allow multiple project URLs for any given presentation. In order to fulfill the BostonRB mission of having an exemplary piece of Rails code, it was decided the projects attribute could be serialized. Currently we have "project_url" and "project_type" fields that have no validation or test coverage.

Acceptance Criteria:

Given an input of:

Presentation.new(:projects => "http://bostonrb.org") 

We should see a link to http://bostonrb.org on the presentation page

Given an input of:

Presentation.new(:projects => ["http://bostonrb.org", "http://seattlerb.org"])

We should see a link to both http://bostonrb.org and http://seattlerb.org on the presentation page.

@bcardarella
Copy link
Contributor

Yeah I pushed those attributes by mistake a while back., they need coverage.

ryanlecompte added a commit to ryanlecompte/bostonrb that referenced this issue Aug 15, 2011
@ryanlecompte
Copy link
Contributor

Hey guys,

Just submitted a pull request for this issue here:

#120

Thanks!

Ryan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants