pichaya_om

User Onboard

Apr 24th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. Context
  2.  
  3. company_user = True/ False
  4. company_name = 'OpenDurian' or None
  5. departments = [
  6. {
  7.     id: 1,
  8.     name: 'Dev'
  9. },
  10. {
  11.     id: 2,
  12.     name: 'Marketing'
  13. }
  14. ]
  15.  
  16. --------------------------
  17.  
  18. Non Company Form
  19. tel_contact = 12345678
  20.  
  21. --------------------------
  22. Company Form
  23. emp_name = 'First and Last name
  24. emp_id = 'opd123'
  25. email = 'om@choo.com'
  26. emp_department = 1
  27. emp_position = 'Front End Dev'
  28. emp_image_file_name = Image File or null
Advertisement
Add Comment
Please, Sign In to add comment