spa workshop spa workshop
play

SPA workshop SPA workshop with Django and AngularJS with Django - PowerPoint PPT Presentation

SPA workshop SPA workshop with Django and AngularJS with Django and AngularJS Agenda Agenda 1. Intro 2. Coding 3. Summary Intro Intro Broken code #1 Broken code #1 <script> {% if user.is_authenticated %} var USER = {


  1. SPA workshop SPA workshop with Django and AngularJS with Django and AngularJS

  2. Agenda Agenda 1. Intro 2. Coding 3. Summary

  3. Intro Intro

  4. Broken code #1 Broken code #1 <script> {% if user.is_authenticated %} var USER = { 'username': '{{ user.username }}' }; {% endif %} </script>

  5. Broken code #2 Broken code #2 <p> {{ user.username }} shopping cart: <span id="cart"><%= items.length %> items</span> </p>

  6. Broken code #3 Broken code #3 <script> $('#cart').text(items.length + ' items'); </script> <p> {{ user.username }} shopping cart: <span id="cart"></span> </p>

  7. Problems Problems strongly coupled frontend and backend HTML manipulation/rendering by frontend and backend hard to test frontend code

  8. Single-page application Single-page application

  9. Pros Pros separation of responsibilities easier to maintain and test ready to use API for other clients (eg. mobile) better UX easier collaboration within team less data transferred offline mode easier integration with latest frontend tools independent releases

  10. Cons Cons two apps instead of one SEO required JS

  11. Examples Examples Trello GMail Twitter (?)

  12. Stack Stack

  13. Coding Coding

  14. Lightning talks manager Lightning talks manager

  15. Django (Rest Framework) Django (Rest Framework) models views serializers routing

  16. AngularJS AngularJS controllers templates routing

  17. Pull & checkout Pull & checkout $ git pull $ git checkout workshop

  18. Tasks Tasks 0. Warm-up 1. Session details 2. Create talk 3. Limit talks 4. Update talk

  19. 0. Warm-up 0. Warm-up activate virtualenv $ workon spaworkshop run backend application $ ./manage.py runserver run frontend application $ gulp serve increase REQUEST_DELAY $ edit backend/lightningtalks/settings

  20. 1. Session details 1. Session details create DRF view create DRF serializer configure Django routing configure AngularJS routing implement AngularJS controller fetch session fill HTML template add loader

  21. 2. Create talk 2. Create talk fill HTML form template bind inputs with controller properties add form submit handler add loaders create AngularJS controller fetch sessions send data to backend handle errors show toast message on success redirect on success force user to be logged in assign current user to newly created talk

  22. 3. Limit talks 3. Limit talks add new field to Talk Django model define field ./manage.py makemigrations ./manage.py migrate add validation method in Talk DRF serializer update session HTML template disable "Add talk" button mark talk counter with red color

  23. 4. Update talk 4. Update talk fill HTML form template bind inputs with controller properties add form submit handler add loaders display errors add PUT method to talk resource create AngularJS controller fetch talk send data to backend handle errors show toast message on success redirect on success force user to be logged in create custom permission

  24. Summary Summary

  25. Tools Tools yo gulp Grunt bower

  26. Build process/testing tools Build process/testing tools useref ngAnnotate UglifyJS csso Autoprefixer rev JSHint imagemin Karma protractor jasmine BrowserSync ngHtml2js

  27. AngularJS libs AngularJS libs Restangular ui-router

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend