forked from IntertechInc/aa-validation-from-server
-
Notifications
You must be signed in to change notification settings - Fork 0
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 IntertechInc#9 from wald-tq/Development
Add notes about Development
- Loading branch information
Showing
6 changed files
with
55 additions
and
1 deletion.
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
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,17 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<owners>$author$</owners> | ||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> | ||
<projectUrl>https://github.com/IntertechInc/aa-validation-from-server</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>$description$</description> | ||
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes> | ||
<copyright>Copyright 2015</copyright> | ||
<tags>Intertech validation AngularAgility form external configuration api</tags> | ||
</metadata> | ||
</package> |
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
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
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
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,31 @@ | ||
# Development | ||
|
||
## Solution structure | ||
|
||
### AATestAPI | ||
A small WebAPI Project for testing purposes | ||
|
||
One simple controller which can be called by URL: | ||
http://localhost:52931/api/Validation/GetValidations?dtoObjectName=ValidationTest&jsonObjectName=ObjectName | ||
|
||
### AATestSite | ||
A simple web site. | ||
|
||
Can be called at http://localhost:52536/app/index.html | ||
|
||
TODO: | ||
|
||
* Install required dependencies with bower | ||
* End-to-end tests? | ||
|
||
### Intertech.Validation | ||
The actual source of the library. | ||
|
||
#### Build the NuGet Package | ||
|
||
``` | ||
.nuget\NuGet.exe pack Intertech.Validation\Intertech.Validation.csproj | ||
``` | ||
|
||
### Intertech.Validation.Test | ||
The test-project with backend unit-tests |