Gentoo Archives: gentoo-soc

From: Joachim Bartosik <jbartosik@g.o>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Council application – weekly report #7
Date: Fri, 15 Jul 2011 15:25:59
Message-Id: 4E205C4B.1020907@gentoo.org
1 W dniu 12.07.2011 16:00, Joachim Filip Bartosik pisze:
2 > (Note: this is c&p from my blog [0])
3 >
4 > Last week I continued work on hobo-based application:
5 >
6 > * If you enter url to message on gentoo-archives[1] as “discussion” for
7 > agenda item application will use it to calculate how long discussion took.
8 > * I worked to use Doodle[2] to help planning meetings. Doodle REST
9 > API[3] is pretty easy (my code words with doodle-test ) but I didn’t
10 > manage to finish authentication. Authentication is oauth-based[4] but I
11 > couldn’t authenticate with oauth(2)[5,6] gems.
12 >
13 > I made some changes to hobo[7]. In the application I’m writing I had to set
14 > :null => false
15 > for most fields, my patch adds configuration option
16 > null_false_by_default. If you turn it on all text, string and boolean
17 > fields in all models will have
18 >
19 > :null => false
20 >
21 > set by default.
22 >
23 > For short description of project and sources, read this[8].
24 >
25 > [0]
26 > http://ahenobarbi.wordpress.com/2011/07/12/council-application-%E2%80%93-weekly-report-7/
27 > [1] http://archives.gentoo.org/
28 > [2] http://doodle.com/
29 > [3] http://doodle.com/about/APIs.html
30 > [4] http://oauth.net/
31 > [5] http://rubygems.org/gems/oauth
32 > [6] http://rubygems.org/gems/oauth2
33 > [7] http://hobocentral.net/
34 > [8]
35 > http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/
36 >

Replies

Subject Author
Re: [gentoo-soc] Council application – weekly report #7 Donnie Berkholz <dberkholz@g.o>