static_db.json 1.0KB

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