Adding a field to the profile: Difference between revisions

Content added Content deleted
imported>Jesstess
Line 153: Line 153:


* Add something like person.homepage_url so that each person can have their own IRC nick.
* Add something like person.homepage_url so that each person can have their own IRC nick.
* Write a migration file to add that column to our database.
* [[Making schema changes|Write a migration file]] to add that column to our database.
* Write a form so people can edit their IRC nicks.
* Write a form so people can edit their IRC nicks.
* Write a test.
* Write a test.