Skip to content

Commit 5195b3b

Browse files
authored
Update README.md
1 parent 2411a30 commit 5195b3b

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

Diff for: README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Sample full-featured web application containing separate WebRole (Front-End Client), WebAPI (Web API 2 Site using DocumentDB as data store), and Apache Cordova MobileApp using AngularJS / Ionic.
1010

11-
This project's goal is to integrate best practices across multiple projects utilizing the following frameworks and feature sets: AngularJS v1.4.3+, Azure Search, Bing Maps, ASP.NET MVC 5 / Web API 2, Azure DocumentDB, Apache Cordova, Ionic Framework v1.2, Real Time Updates (SignalR), ASP.NET Identity / OWIN, Dynamic Cross Origin Resource Sharing (CORS), Dependency Injection (Ninject), Dynamic Multi-Tenant Data Partitioning (Hash/Managed Hash/Range/Lookup/Spillover), Azure Blob Storage, and Two-Factor Authentication (SendGrid, Twilio).
11+
This project's goal is to integrate best practices across multiple projects utilizing the following frameworks and feature sets: AngularJS v1.4.3+, Azure Search, Bing Maps, ASP.NET MVC 5 / Web API 2, Azure DocumentDB, Real Time Updates (SignalR), ASP.NET Identity / OWIN, Dynamic Cross Origin Resource Sharing (CORS), Dependency Injection (Ninject), Dynamic Multi-Tenant Data Partitioning (Hash/Managed Hash/Range/Lookup/Spillover), Azure Blob Storage, and Two-Factor Authentication (SendGrid, Twilio).
1212

1313
####LIVE CLIENT DEMO: https://angularazuresearch.azurewebsites.net/
1414
#####LOGIN: [email protected]
@@ -22,10 +22,9 @@ This project's goal is to integrate best practices across multiple projects util
2222
####Current Development Version: Build 23, 1/15/2016
2323
#####Status:
2424
- Progress is currently on hold. Extended work is being converted into a new project.
25-
- WebRole works for User login/signup and Trails data CRUD operations. Confirm Email not tested. dlFramework still in development.
26-
- WebAPI is fully working for Trails data and User accounts. (0 Errors, 0 Warnings) Support for dynamic partitioning is in-progress.
27-
- DataIndexer is set to Trails data schema. Must configure via app settings config file. Will support bulk import in next update.
28-
- MobileApp to be changed to Ionic framework with Build 22. Cors policy in WebAPI will be updated to reflect changes. Will support Android, iOS, and Win Phone builds.
25+
- WebRole works for User login/signup and Trails data CRUD operations. Confirm Email not enabled in demo.
26+
- WebAPI is fully working for Trails data and User accounts.
27+
- DataIndexer is set to Trails data schema. Must configure via app settings config file.
2928

3029
##E-Mail Support: [email protected]
3130

@@ -86,16 +85,6 @@ The TL;DR version is to add the icon and splash screens (renamed to icon.png and
8685
}
8786
```
8887

89-
#####Note Regarding Cordova / Ionic and Windows 10 Universal App
90-
91-
If you going to deploy to Windows 10, be aware that the Ionic generator does not support Windows. Thus, you must use an alternative media generator or export the icon/splash via your usual photo editor. One issue that does come up on Windows 10 desktops is that the app may crash during the transition phase between the splash screen being shown and the starter page. You must comment out this line in app.js to prevent this crash, but only when deploying/building for Windows:
92-
93-
if (window.cordova && window.cordova.plugins.Keyboard) {
94-
if (ionic.Platform.platform() != 'windows'){
95-
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
96-
}
97-
}
98-
9988
##Related GitHub Projects / Credits
10089

10190
###Azure Search Demos by Liam Cavanagh, Microsoft

0 commit comments

Comments
 (0)