Skip to content

Commit

Permalink
Initial windows party commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dopesong committed Aug 30, 2016
0 parents commit 9a80915
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Great task for Great .NET Developer

If you found this task it means we are looking for you!

## Few simple steps

1. Fork this repo
2. Do your best
3. Prepare pull request and let us know that you are done

## Few simple requirements

- Build single window app
- Send authorization request (POST) to http://playground.tesonet.lt/v1/tokens to generate token with body: `{"username": "tesonet", "password": "partyanimal"}`. (Don't forget Content-Type)
- Get servers list from http://playground.tesonet.lt/v1/servers. Add header to request: `Authorization: Bearer <token>`
- Design should be recreated as closely as possible.
- Use WPF, C# .NET 4.5

## Few tips

- Follow MVVM Pattern
- Follow DI Pattern
- Use IOC container
- Don`t lock UI
- Log your app
- Maybe You have an idea how it should interact with users? Do it! Its on you!
- Have fun!
Binary file added assets/log-in.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/net-developer-task.psd
Git LFS file not shown
Binary file added assets/server-list.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a80915

Please sign in to comment.