Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khachatur/ember-user-admin
A User Admin App for ASP.NET MVC 5 Membership
https://github.com/khachatur/ember-user-admin
Last synced: about 2 months ago
JSON representation
A User Admin App for ASP.NET MVC 5 Membership
- Host: GitHub
- URL: https://github.com/khachatur/ember-user-admin
- Owner: khachatur
- License: other
- Created: 2014-05-28T19:39:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T21:15:26.000Z (over 10 years ago)
- Last Synced: 2023-08-04T00:36:40.196Z (over 1 year ago)
- Language: C#
- Size: 2.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# User Administration, Ember Style
This application was built while I was recording "Ember Fundamentals" for Pluralsight. I liked the app so much, I decided to share it with everyone. [Ember has never really sat well with me](http://www.wekeroad.com/2013/03/06/ember-confuses-me/) and for a while I just couldn't get through the tutorials and help that friends would offer.
Finally, I sat down one weekend and devoted an entire day to methodically going through every tutorial I could find. Ember started to sink in, and before I knew it I had a functional application.
I then decided to tackle the Github API and I made a little Github browser with jQuery (which you can see in the Pluralsight video). That was 90 lines, and pretty functional... so I decided to go a step further and build a User Administration app that I feel is missing from ASP.NET MVC.
## Installation
The application itself is in the `Scripts\user-admin` directory - and be sure to grab `Scripts\user-admin.js` as well. All the tests are in the `Scripts\user-admin-tests` directory (separated to avoid build issues).
Finally, be sure to have a look at `Models\UserIdentity` - I've added some things to the UserIdentity model that I think are worth while to have. I've also added some test data into the App_Data directory so you can play around.
## Feedback and Help
Happy to have both!