Guest User

Untitled

a guest
Jan 12th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # Planning
  2.  
  3. ## Touch 2.0
  4.  
  5. Module is implemented in Angular Material (which already comes with Hammer.js)
  6.  
  7. ## Stories
  8.  
  9. NOTE: Rough estimations - Round 1 (noted with `--`)
  10.  
  11. - Setup
  12. - Angular App (Basics) -- 1
  13. - Implement touch from hammer.js (already implemented improve or copy) -- 1
  14. - Decide and create theme for Touch 2.0 (Dark / Light) -- 1
  15. - Create all view components -- 0
  16. - Create all shared components -- 0
  17.  
  18. - Main View
  19. - (Left bar) Features -- 1
  20. - Items menu (Nested list) -- 1
  21. - (Right bar) Notifications -- 1
  22. - Call (Location + Info) -- 1
  23. - Info (Error, Info, Warning) -- 1
  24. - Location (Geo) -- 1
  25. - Filter (Top bar) -- 1
  26. - (Center) Quick actions -- 1
  27. - Action Box (Info) -- 0
  28. - (Botton) Navigation -- 1
  29. - Navigation menu (Slider) -- 2
  30.  
  31. - Views (Implement with slider or select to show feature)
  32. - Dashboard -- 0
  33. - Compact View -- 0
  34. - Multiple sublatyers (additional buttons in navigation bar) -- 1
  35. - Detailed View -- 0
  36.  
  37. - Filters -- 1
  38. - Services -- 2
  39.  
  40. ## Project structure
  41.  
  42. - App
  43. - Shared
  44. - Views
  45. - View1
  46. - RelatedToViewComponent
  47. - Services
  48. - Helpers
  49. - Filters
  50. - Models
  51.  
  52. ## Q/A
  53.  
  54. - Question for client about navigation menu
  55. - Question for client about theme for application
  56. - Question for client for API / documentation
  57. - Question for client, deadline date
  58. - Question for developer about familiarity with hammer.js and angular
  59.  
  60. ## Instruction for setting up project
  61.  
  62. run `yarn` for installing node modules
  63. run `build` from package.json scripts
  64. run `start:srv10`
  65.  
  66. Application should be running on port `4200`
Add Comment
Please, Sign In to add comment