Skip to content

Commit

Permalink
Put not in place stating that we are essentially project complete
Browse files Browse the repository at this point in the history
No immediate plans to port to ASP.Net Core
  • Loading branch information
johnnyreilly committed Mar 28, 2016
1 parent 51e79d9 commit 1feed61
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions jVUNDemo/Views/Home/Index.cshtml
Expand Up @@ -17,16 +17,9 @@

<p>This project intends to be a bridge between MVC's inbuilt support for driving validation from data attributes and jQuery Validation's native support for the same. This is achieved by hooking into the MVC data attribute creation mechanism and using it to generate the data attributes used by jQuery Validation.</p>

<h4>Future Plans</h4>
<h4>State of the Union</h4>

<p>So far the basic set of the HtmlHelpers and their associated unobtrusive mappings have been implemented. If any have been missed then let me know. As time goes by I intend to:</p>

<ul>
<li>fill in any missing gaps there may be</li>
<li>maintain MVC 3, 4, 5 (and when the time comes 6+) versions of this on Nuget</li>
<li>get the unit test coverage to a good level and (most importantly)</li>
<li>create some really useful demos and documentation. (hopefully that's what these are)</li>
</ul>
<p>This is basically a "done" project. Work is complete and I'm not aware of any missing pieces. I could port this to ASP.Net Core / MVC 6 when it ships but I don't have any immediate plans to. Never say never though.</p>

<p>Help is appreciated so feel free to pitch in! You can find the project on <a href="http://github.com/johnnyreilly/jQuery.Validation.Unobtrusive.Native" target="_blank">GitHub</a>...</p>

0 comments on commit 1feed61

Please sign in to comment.