-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from Esri/ncastle/master-release
Add release notes v1.0.0
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Release notes | ||
|
||
## 1.0.0 | ||
|
||
This is the first release of the Data Collection app for .NET. This app is designed to be cross-platform, with a shared core and a separate UI project supporting WPF. | ||
|
||
At 1.0.0, Data Collection for .NET supports the following features: | ||
|
||
* Authenticate with OAuth | ||
* Configure the app using a web map from ArcGIS Online | ||
* Identify features on the map and view attributes using popups | ||
* Zoom to the starting point defined by the web map | ||
* Collect new features | ||
* Edit existing features using popups | ||
* Create and edit related records, with support for one-to-many and many-to-one relationships | ||
* Edit data offline with support for the [on-demand workflow](https://developers.arcgis.com/net/latest/wpf/guide/offline.htm#ESRI_SECTION1_AAADEDF10BF24FDF88DBF6EF04DF8579) | ||
* Sync edits made offline with the server when online | ||
* Delete or refresh the previously downloaded offline map |