-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathRoadMap.txt
23 lines (18 loc) · 1.02 KB
/
RoadMap.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Application Ideas:
* Actually interact with the inventory
* Move the API to azure
* CI/CD process
* Deploy the Desktop app to Blob storage for download
* Introduce a web based inventory control system (Blazor?)
* Web based reporting
* A Xamarin Forms app for a mobile register
Phase 2 Roadmap
1. Take advantage of .Net core
2. Set up a simple task board in Azure DevOps
3. CI/CD with Azure DevOps(move sourcode to Azure devops?)
4. Move the API to Azure
5. Move database to Azure SQL
6. Deploy the desktop app to Azure Blob storage
7. Web-based inventory system
Server=tcp:timcodatabase.database.windows.net,1433;Initial Catalog=TimCoData;Persist Security Info=False;User ID=timcoadmin;Password=Password@1;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;
Server=tcp:timcodatabase.database.windows.net,1433;Initial Catalog=TimCoAuth;Persist Security Info=False;User ID=timcoadmin;Password=Password@1;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;