123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "user_logged": {
- "logged": true,
- "user": {
- "id": 5,
- "username": "Smoi",
- "firstname": "Côme",
- "lastname": "Stoilenom",
- "email": "osef@algoo.fr"
- }
- },
- "app_config": [{
- "name": "PageHtml",
- "componentLeft": "PageHtml",
- "componentRight": "Timeline",
- "customClass": "wsFilePageHtml",
- "icon": "fa fa-file-word-o"
- }, {
- "name": "PageMarkdown",
- "componentLeft": "PageMarkdown",
- "componentRight": "undefined",
- "customClass": "wsFilePageMarkdown",
- "icon": "fa fa-file-code-o"
- }, {
- "name": "File",
- "componentLeft": "File",
- "componentRight": "undefined",
- "customClass": "wsFileFile",
- "icon": "fa fa-file-text-o"
- }, {
- "name": "Thread",
- "componentLeft": "Thread",
- "componentRight": "undefined",
- "customClass": "wsFileThread",
- "icon": "fa fa-comments-o"
- }, {
- "name": "Task",
- "componentLeft": "Task",
- "componentRight": "undefined",
- "customClass": "wsFileTask",
- "icon": "fa fa-list-ul"
- }, {
- "name": "Issue",
- "componentLeft": "Issue",
- "componentRight": "undefined",
- "customClass": "wsFileIssue",
- "icon": "fa fa-ticket"
- }],
- "workspace_detail": {
- "id": 1,
- "title": "Mission interne - développement",
- "owner_id": 5,
- "content": [
- {
- "id": 1,
- "title": "La programmation fonctionnelle",
- "type": "PageHtml",
- "status": "validated"
- },
- {
- "id": 2,
- "title": "La programmation fonctionnelle est-elle vraiment utile ?",
- "type": "Thread",
- "status": "current"
- },
- {
- "id": 6,
- "title": "Une photo moche",
- "type": "File",
- "status": "current"
- },
- {
- "id": 10,
- "title": "le README.md d'un random repo github",
- "type": "PageMarkdown",
- "status": "current"
- },
- {
- "id": 7,
- "title": "Une liste de truc à faire que je ferai jamais",
- "type": "Task",
- "status": "current"
- },
- {
- "id": 8,
- "title": "Ça, ça marche pas. Merci de le fix",
- "type": "Issue",
- "status": "current"
- },
- {
- "id": 3,
- "title": "Programmation objet",
- "type": "folder",
- "content": [
- {
- "id": 4,
- "title": "des trucs de backend",
- "type": "File",
- "status": "outdated"
- },
- {
- "id": 5,
- "title": "on s'emmerde",
- "type": "PageHtml",
- "status": "outdated"
- }
- ]
- }
- ]
- },
- "content_data": {
- "id": "1",
- "type": "pageHtml",
- "title": "La programmation fonctionnelle",
- "status": "validated",
- "version": "3",
- "text": "<h1>Mon titre nul</h1>Je suis le contenu de cette fameuse <b>page HTML</b><br /> sur la programmation fonctionnelle"
- }
- }
|