Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 485 Bytes

Data Storage in .NET Assignment 1 - Saving information to disk

G:

  • UWP App
  • List view of tickets
    • Two lists: Open, and Closed tickets
  • "Create new ticket"-form
  • Read settings (like how many tickets to display) from JSON-file on start
  • Detailed view of ticket on click
  • Save tickets to database of your choice
    • I used Azure Cosmos DB.

VG:

  • Add comments to tickets
  • Add pictures to tickets
    • Azure Blob Storage