Skip to content

Commit 55db9d3

Browse files
committed
added section on progress made
1 parent 07a1eca commit 55db9d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_posts/2012-03-12-winjs-recap.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ A few things worked well:
3232
- Having a specific folder for mockups in source control helped share UI ideas around but keep them tracked (both PSD and PNG formats depending on the software available to the users).
3333
- Breaking tasks into prototypes helped people explore things in isolation without becoming part of the critical path.
3434

35+
## What did we get done?
36+
37+
We've got a simple app running that allows the user to navigate between a number of tabs at the top of the page. The first page we implemented lists off the transactions associated with the current user and allows for new items to be added.
38+
39+
For those who are curious about building WinJS apps, in its current form the app demonstrates:
40+
41+
- navigation between pages
42+
- customising the domain model
43+
- binding data to the screen
44+
- using some of the new controls including lists and flyouts
45+
- styling markup using CSS and the new *-ms* properties and values.
46+
3547
## What's next?
3648

3749
This is still under active development - the only issue at the moment is lack of time - and there are a number of features which have been started but not integrated into master. We are looking for this to be a sample application that people can use and developers can explore and contribute to, so this is only the beginning.

0 commit comments

Comments
 (0)