Skip to content

Anakalimahesh/StockTable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDS skill test

Hi, Welcome to the DDS-Security skill test. In this quick skill test, you will need to accomplish a lite application that shows stocks changes in a WPF application and dammy real-time data changes.

Basics

  • Please complete this project alone.
  • You can search for help on any site, use open-source components, and use other public code with a comment.
  • The estimation time for this project is a few hours.
  • Push changes to your forked repo

Instructions

  1. Fork this repository to your own Github account.
  2. The code here is a hint on how to get the data with a SignalR client.
  3. Create a WPF MVVM project under the solution.
  4. Create a screen divided into few sections: a. Header - Title. b. Configuration - option to select a color for rising stock and a different color for downing stock c. A table that will be filled with stocks and update in real-time from the SignalR source.
  5. The table result should look like in the StockTableUpdate.mp4 movie - except that the colors might be changed.
  6. Create a DB and insert 10 last rows per symbole name with the latest changes. Keep it updated.
  7. When you finish, push your repo changes and add [Adiel-Sharabi] as a collaborator to your repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%