This is my first Windows Store App which will pull allow the user to query and edit work items from one or more TFS servers.
To be able to Query / View work items and builds on my tablet.
##Notes
Currently, the TFS Client doesn't work with Windows Store apps, so I'll have to connect via rest.
- Basic Store App
- Settings Stuff / accounts
- Add support for networking - unfortunately, I think I'll have to do this
- LiveConnect - wouldn't it be nice to store all the account stuff in the cloud and tie it to WLID so it works between clients?
- Storing Credentials - if we ahve passwords, we should use vault
I chose a bunch of crap I like to use :)
- Reactive Extensions - going to try to base the interactions off of this.
- Fody and ReactiveUI - because the best code is no code.
- mvvm - I'm sure I'll mess it up or get lazy, but i'd like to simplify the ui/model with this pattern
- xunit - Why not play with a different testing framework
- fluent assertions - yep.