Adding a field to the profile: Difference between revisions

imported>Paulproteus
No edit summary
imported>Paulproteus
Line 142:
</pre></div>
 
Let's save that change, and give it a name:
...
 
<div class="example"><pre>
The OpenHatch source code is versioned using the git version control tool.
$ git commit -a -m "base_profile.html: Now everyone's profile says they use the drworm IRC nick.
</pre></div>
 
=== Inflection point ===
=== Search 2: Find out more about
 
The next things to do are:
 
* 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.
* Write a form so people can edit their IRC nicks.
* Write a test.
 
=== Search 2: Find where homepage_url is set, so we can make something like it ===
Anonymous user