Gentoo Archives: gentoo-soc

From: Joachim <jbartosik@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Re: Weekly progress report (#9)
Date: Mon, 19 Jul 2010 20:03:41
Message-Id: 4C44B03F.1060606@gmail.com
In Reply to: [gentoo-soc] Weekly progress report (#1) by Joachim Bartosik
1 Note: this is slightly modified version of: post [0] on my blog.
2
3 Last week (after finishing previous iteration) I finally managed to stay
4 a bit ahead of schedule. This iteration titled is polish so I was
5 polishing the application:
6
7 * I improved quality of some stories from last iteration that
8 weren’t ready. There is still one story left – email questions. Now
9 application uses email from field and subject to identify who is
10 answering what question. To make it harder to break someones answers by
11 sending forged emails I’ll rewrite it to use tokens to identify users.
12 * Navigation bar had too many tabs I cleaned it.
13 * Seed data are now interpreted as ERB[1]. I did it to allow
14 configuring domain for seed users (to make testing easier).
15 * I replaced plain text fields in some models with
16 HoboFields::MarkdownString[2] so now users can use markdown[3] in
17 answers, comments and questions. I also updated seed to use markdown
18 where it’s useful.
19
20 My app is:
21
22 * On GitHub[4] (history is rewritten a few times a day).
23 * On Gentoo[5] overlays (what goes there shouldn’t change).
24 * On Heroku[6] (demo updated every second week).
25
26 [0]http://ahenobarbi.wordpress.com/2010/07/19/gsoc-gentoo-recruiters-weekly-progress-report-9/
27 [1]http://en.wikipedia.org/wiki/ERuby
28 [2]http://cookbook.hobocentral.net/manual/hobofields/rich_types#id197
29 [3]http://en.wikipedia.org/wiki/Markdown
30 [4]http://github.com/ahenobarbi/Gentoo-Recruiters-App
31 [5]http://git.overlays.gentoo.org/gitweb/?p=proj/recruiting-webapp.git
32 [6]http://fierce-dusk-37.heroku.com/
33
34 Joachim