Skip to content

Instantly share code, notes, and snippets.

@xerardoo
Created April 4, 2014 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xerardoo/9967989 to your computer and use it in GitHub Desktop.
Save xerardoo/9967989 to your computer and use it in GitHub Desktop.
Modelo de Datos. FODA
{
"analisis": {
"metadatos": [
{
"fecha_elaboracion": [
""
],
"fecha_modificacion": [
""
],
"autor": [
""
]
}
],
"empresa": [
{
"razon_social": [
""
],
"encargado": [
""
],
"direccion": [
""
],
"logo_src": [
""
]
}
],
"foda": [
{
"fortalezas": [
{
"id": [
"1"
],
"name": [
"dasdghjg"
]
},
{
"id": [
"2"
],
"name": [
"jj"
]
},
{
"id": [
"3"
],
"name": [
"gjhjg"
]
}
],
"oportunidades": [
{
"id": [
"1"
],
"name": [
"jhgjhg"
]
},
{
"id": [
"2"
],
"name": [
"kjhjh"
]
},
{
"id": [
"3"
],
"name": [
"hg"
]
}
],
"debilidades": [
{
"id": [
"1"
],
"name": [
"hgjg"
]
},
{
"id": [
"2"
],
"name": [
"jhgjhg"
]
},
{
"id": [
"3"
],
"name": [
"jhg"
]
}
],
"amenazas": [
{
"id": [
"1"
],
"name": [
"kjjghjg"
]
},
{
"id": [
"2"
],
"name": [
"kjjgkjg"
]
},
{
"id": [
"3"
],
"name": [
"ggjh"
]
},
{
"id": [
"4"
],
"name": [
"kjjhjkh"
]
}
]
}
],
"estrategias": [
{
"FO": [
{
"id": [
"1"
],
"descripcion": [
"asdasd"
],
"prioridad": [
""
],
"nomResponsable": [
"asd"
],
"departamento": [
"asd"
],
"fecha": [
""
]
}
],
"FA": [
{
"id": [
"1"
],
"descripcion": [
"sdsadasd"
],
"prioridad": [
""
],
"nomResponsable": [
"adas"
],
"departamento": [
"dsfs"
],
"fecha": [
""
]
}
],
"DA": [
{
"id": [
"1"
],
"descripcion": [
"asdasda"
],
"prioridad": [
""
],
"nomResponsable": [
"czx"
],
"departamento": [
"vfdvcx"
],
"fecha": [
""
]
}
],
"DO": [
{
"id": [
"1"
],
"descripcion": [
"sadsd"
],
"prioridad": [
""
],
"nomResponsable": [
"assdsd"
],
"departamento": [
"sadas"
],
"fecha": [
""
]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment