Skip to content

Commit d0343f0

Browse files
committed
added post for dodo
1 parent f9055de commit d0343f0

2 files changed

Lines changed: 35 additions & 5 deletions

File tree

_includes/latest_project.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<div class="pivot-item">
22
<h3>current</h3>
3-
<h4>The latest Code52 project is <a href="/say-wat.html">Say Wat? - a NodeJS experiment</a>
3+
<h4>The latest Code52 project is <a href="/dodo.html">dodo - a Windows 8 Twitter app</a>
44
</h4>
55

6-
<div class="description">Say Wat? is an introduction to building NodeJS applications around a simple and fun idea. Details <a href="/say-wat.html">here</a>.</div>
6+
<div class="description">dodo is building an unconventional Twitter app as a way to learn how a Windows 8 app hangs together. Read more <a href="/dodo.html">here</a>.</div>
77

88
<div class="details">
99
<p>Want to get involved?</p>
1010

1111
<ul>
12-
<li>Fork the code on <a href="https://github.com/Code52/saywat">GitHub</a></li>
12+
<li>Read the initial brainstorming <a href="http://sync.in/KlhETAjkLy">notes</a></li>
13+
<li>Fork the code on <a href="https://github.com/Code52/dodo">GitHub</a></li>
1314
<li>Get in touch with the team on <a href="http://jabbr.net/#/rooms/code52">JabbR</a></li>
14-
<li>Grab a task from the <a href="https://trello.com/board/saywat/4f7974869bf90505711b92f8">Trello</a> board and get involved!</li>
15+
<li>Grab a task from the <a href="https://trello.com/board/dodo/4f82e9dfc10221fb0db2cff2">Trello</a> board and get involved!</li>
1516
</ul>
1617

1718
</div>
18-
<div class="description">Not interested in this one? We'll announce the next project at <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=20120409T22&p1=240">approx. 10pm Sydney time, Monday</a>. You can contribute to our <a href="http://github.com/Code52/">past projects</a> too!</div>
19+
<div class="description">Not interested in this one? We'll announce the next project at <a href="http://timeanddate.com/worldclock/fixedtime.html?iso=20120416T22&p1=240">approx. 10pm Sydney time, Monday</a>. You can contribute to our <a href="http://github.com/Code52/">past projects</a> too!</div>
1920
</div>

_posts/2012-04-10-dodo.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: post
3+
permalink: /dodo.html
4+
date: 2012-04-11 01:00
5+
title: "dodo"
6+
author: "@shiftkey"
7+
comments: true
8+
---
9+
10+
A few weeks ago, we had a discussion about building a Twitter app. As a group with [history](http://www.theleagueofpaul.com/mahtweets-is-dead) in building apps, we didn't want to do something conventional - and with Windows 8 being focused on the tablet space we started down a different path.
11+
12+
### Capturing the madness
13+
14+
Rather than using JabbR to capture the discussion, we used **sync.in** to write down and edit our ideas. Aside from a minor hiccup with the cap on concurrent users, we had a productive hour or two discussing ideas in real-time and having a nicely formatted document at the end.
15+
16+
The results of this can be found [here](http://sync.in/KlhETAjkLy) and those will be tranformed into the backlog for tasks to acheive this week.
17+
18+
### Goals
19+
20+
To identify some broad goals for the week:
21+
22+
- the project should ship a reusable Twitter library as well as a client
23+
- the client will not follow the existing norms of displaying lists of tweets
24+
- the client should demonstrate some wicked animations and transitions
25+
- the client should implement some radical features for other Twitter clients to shamelessly steal
26+
27+
### Get Involved
28+
29+
We've started a skeleton of the app (it should allow you to authenticate and render some tweets) on [GitHub](https://github.com/Code52/dodo) and the [Trello board](https://trello.com/board/dodo/4f82e9dfc10221fb0db2cff2) has some initial tasks which are small enough to be started if people are curious. Got some ideas? There's people in the [JabbR](http://jabbr.net/#/rooms/code52) room to discuss ideas with.

0 commit comments

Comments
 (0)