static_db.json 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "user_logged": {
  3. "logged": true,
  4. "user": {
  5. "id": 5,
  6. "username": "Smoi",
  7. "firstname": "Côme",
  8. "lastname": "Stoilenom",
  9. "email": "osef@algoo.fr"
  10. }
  11. },
  12. "workspace_detail": {
  13. "id": 1,
  14. "title": "Mission interne - développement",
  15. "owner_id": 5,
  16. "content": [
  17. {
  18. "id": 1,
  19. "title": "La programmation fonctionnelle",
  20. "type": "pageHtml",
  21. "status": "validated"
  22. },
  23. {
  24. "id": 2,
  25. "title": "La prommation fonctionnelle est-elle vraiment utile ?",
  26. "type": "thread",
  27. "status": "current"
  28. },
  29. {
  30. "id": 3,
  31. "title": "Programmation objet",
  32. "type": "folder",
  33. "content": [
  34. {
  35. "id": 4,
  36. "title": "des trucs de backend",
  37. "type": "file",
  38. "status": "outdated"
  39. },
  40. {
  41. "id": 5,
  42. "title": "on s'emmerde",
  43. "type": "pageHtml",
  44. "status": "outdated"
  45. }
  46. ]
  47. }
  48. ]
  49. }
  50. }