Hi guys,
I am searching for an angular.js tutorial that shows me how to do some enhanced ui stuff:
1) What is best practise for have multiple forms (formsets with inline-forms, for example multiple adresses for a contact as an inline-form) on one page with angularjs and connect it to a model via the rest-framework? How do I do DRY form-validation for the formset, so that each field can show an error that was validaded on the server? How do I implement custom field/model validations?
2) How do I implement a filterable and sortable list-view (for example a contact-model) and edit the single contact via a detail-update-view placed in a bootstrap modal-window? Something like django_tables2 and django_filters but in angular? How do I make the list-detail-data update after an edit of an item in the modal window?
3) What is best practise for authorisation?
Here is the my current list of tutorials that I want to have a deeper look at next week:
1) free http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html
2) 19$ https://thinkster.io/django-angularjs-tutorial/
Both of the above tutorials seem to have quite simple use cases.
Are there any more advanced tutorials you can also recon?
Kind regards
Thomas
-- I am searching for an angular.js tutorial that shows me how to do some enhanced ui stuff:
1) What is best practise for have multiple forms (formsets with inline-forms, for example multiple adresses for a contact as an inline-form) on one page with angularjs and connect it to a model via the rest-framework? How do I do DRY form-validation for the formset, so that each field can show an error that was validaded on the server? How do I implement custom field/model validations?
2) How do I implement a filterable and sortable list-view (for example a contact-model) and edit the single contact via a detail-update-view placed in a bootstrap modal-window? Something like django_tables2 and django_filters but in angular? How do I make the list-detail-data update after an edit of an item in the modal window?
3) What is best practise for authorisation?
Here is the my current list of tutorials that I want to have a deeper look at next week:
1) free http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html
2) 19$ https://thinkster.io/django-angularjs-tutorial/
Both of the above tutorials seem to have quite simple use cases.
Are there any more advanced tutorials you can also recon?
Kind regards
Thomas
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0c12a7b0-9e24-4f9f-bfb4-0a6682b10a9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment