diff --git a/assets/README.md b/assets/README.md deleted file mode 100644 index 34766f9..0000000 --- a/assets/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# ASSETS - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). diff --git a/components/README.md b/components/README.md deleted file mode 100644 index a079f10..0000000 --- a/components/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# COMPONENTS - -**This directory is not required, you can delete it if you don't want to use it.** - -The components directory contains your Vue.js Components. - -_Nuxt.js doesn't supercharge these components._ diff --git a/components/admin/servicio/inputTableA.vue b/components/admin/servicio/inputTableA.vue index 3a25293..ec0b72a 100644 --- a/components/admin/servicio/inputTableA.vue +++ b/components/admin/servicio/inputTableA.vue @@ -1,65 +1,68 @@ diff --git a/components/admin/servicio/modificar/form.vue b/components/admin/servicio/modificar/form.vue index 4b4c95e..21913d6 100644 --- a/components/admin/servicio/modificar/form.vue +++ b/components/admin/servicio/modificar/form.vue @@ -1,15 +1,16 @@ diff --git a/components/admin/servicio/programa/tablaResponsables.vue b/components/admin/servicio/programa/tablaResponsables.vue index a576070..01d1eb8 100644 --- a/components/admin/servicio/programa/tablaResponsables.vue +++ b/components/admin/servicio/programa/tablaResponsables.vue @@ -35,22 +35,27 @@ aria-next-label="Next page" aria-previous-label="Previous page" aria-page-label="Page" - aria-current-label="Current page"> + aria-current-label="Current page" + > @@ -59,7 +64,7 @@ diff --git a/components/admin/servicio/vistaServicio.vue b/components/admin/servicio/vistaServicio.vue index 8cda0b4..39bbdbc 100644 --- a/components/admin/servicio/vistaServicio.vue +++ b/components/admin/servicio/vistaServicio.vue @@ -22,54 +22,103 @@ Término

- Liberación + Liberación

-
-

Datos del programa


-

Programa: {{alumno.Programa.programa}}

-

Clave del programa: {{alumno.Programa.clavePrograma}}

-

Dependecia: {{alumno.Programa.dependencia}}

-

Institución: {{alumno.Programa.institucion}}

-
+
+

Datos del programa

+
+

+ Programa: {{ alumno.Programa.programa }} +

+

+ Clave del programa: {{ alumno.Programa.clavePrograma }} +

+

+ Dependecia: {{ alumno.Programa.dependencia }} +

+

+ Institución: {{ alumno.Programa.institucion }} +

+
-

Datos personales

-

Nombre: {{alumno.Usuario.nombre}}

-

Número de cuenta: {{alumno.Usuario.usuario}}

-

Correo: {{alumno.Carrera.carrera}}

-

Correo: {{alumno.correo}}

-

Créditos: {{alumno.creditos}}

-

Fecha de inicio: {{ fecha(alumno.fechaInicio)}}

-

Fecha de fin: {{ fecha(alumno.fechaFin)}}

-

Teléfono: {{alumno.telefono}}

-

Dirección: {{alumno.direccion}}

-

Fecha de nacimiento: {{fecha(alumno.fechaNacimiento)}}

+

Datos personales

+

+ Nombre: {{ alumno.Usuario.nombre }} +

+

+ Número de cuenta: {{ alumno.Usuario.usuario }} +

+

+ Correo: {{ alumno.Carrera.carrera }} +

+

+ Correo: {{ alumno.correo }} +

+

+ Créditos: {{ alumno.creditos }} +

+

+ Fecha de inicio: {{ fecha(alumno.fechaInicio) }} +

+

+ Fecha de fin: {{ fecha(alumno.fechaFin) }} +

+

+ Teléfono: {{ alumno.telefono }} +

+

+ Dirección: {{ alumno.direccion }} +

+

+ Fecha de nacimiento: {{ fecha(alumno.fechaNacimiento) }} +

- + Editar información -

-

Confirmar el pre-registro del alumno

+

+

+ Confirmar el pre-registro del alumno +

Término

-

Validar el término del alumno

+

+ Validar el término del alumno +

Ver carta de aceptación - + Ver - + Rechazar
- + - + Rechazar documento @@ -77,39 +126,65 @@
Ver carta de término - + Ver - + Rechazar
- + - + Rechazar documento Rechazar documento
- Ver informe global de actividades - + Ver informe global de actividades + Ver - + Rechazar
- + - + Rechazar documento @@ -120,20 +195,32 @@ v-model="alumno.vistoBuenoAcatlan" size="is-medium" type="is-info" - > + > Visto bueno Acatlán -

Cuenta con cuestionario de programa resuelto.

-

Cuenta con cuestionario de alumno resuelto.

+

+ Cuenta con cuestionario de programa resuelto. +

+

+ Cuenta con cuestionario de alumno resuelto. +

- - Confirmar - - - Confirmar - + + Confirmar + + + Confirmar +
@@ -142,289 +229,312 @@ Cancelar -

+

- + - + Cancelar servicio Cancelar servicio
- +
diff --git a/components/alumno/DataAlumno.vue b/components/alumno/DataAlumno.vue index 3d44687..1e2a73a 100644 --- a/components/alumno/DataAlumno.vue +++ b/components/alumno/DataAlumno.vue @@ -71,10 +71,17 @@

Nombre: {{ alumno.nombre }}

Número de cuenta: {{ alumno.cuenta }}

Carrera: {{ alumno.carrera }}

-

Créditos: {{ alumno.creditos[1]}}{{ alumno.creditos[2]}}%

+

+ Créditos: {{ alumno.creditos[1] + }}{{ alumno.creditos[2] }}% +

Correo: {{ alumno.correo }}

-

Fecha de inicio: {{ fecha(alumno.registro) }}

-

Fecha de finalización: {{ fecha(alumno.inicio) }}

+

+ Fecha de inicio: {{ fecha(alumno.registro) }} +

+

+ Fecha de finalización: {{ fecha(alumno.inicio) }} +

Fecha de registro: {{ fecha(alumno.fin) }}

@@ -174,7 +181,7 @@

{{ file.name || - "Arrastra aquí tu archivo o da click para buscar" + "Arrastra aquí tu archivo o da click para buscar" }}

Tamaño máximo 20MB

@@ -206,241 +213,241 @@ diff --git a/components/responsable/botonesCarga.vue b/components/responsable/botonesCarga.vue index 919d3c9..8a5321f 100644 --- a/components/responsable/botonesCarga.vue +++ b/components/responsable/botonesCarga.vue @@ -1,22 +1,18 @@ - diff --git a/layouts/login.vue b/layouts/login.vue index 59ada2f..2f2127a 100644 --- a/layouts/login.vue +++ b/layouts/login.vue @@ -7,10 +7,10 @@ diff --git a/middleware/README.md b/middleware/README.md deleted file mode 100644 index 01595de..0000000 --- a/middleware/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# MIDDLEWARE - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your application middleware. -Middleware let you define custom functions that can be run before rendering either a page or a group of pages. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware). diff --git a/pages/README.md b/pages/README.md deleted file mode 100644 index 1d5d48b..0000000 --- a/pages/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# PAGES - -This directory contains your Application Views and Routes. -The framework reads all the `*.vue` files inside this directory and creates the router of your application. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing). diff --git a/pages/admin/index.vue b/pages/admin/index.vue index 8417ae0..7127b31 100644 --- a/pages/admin/index.vue +++ b/pages/admin/index.vue @@ -2,30 +2,29 @@
- - - Ver programas + + Ver programas
-

Servicios Sociales

+

+ Servicios Sociales +

- +
diff --git a/pages/admin/programa/index.vue b/pages/admin/programa/index.vue index 81cf115..4e43225 100644 --- a/pages/admin/programa/index.vue +++ b/pages/admin/programa/index.vue @@ -7,16 +7,16 @@ diff --git a/pages/admin/programa/infoResponsable/edit/index.vue b/pages/admin/programa/infoResponsable/edit/index.vue index 9630eb8..2d25a6b 100644 --- a/pages/admin/programa/infoResponsable/edit/index.vue +++ b/pages/admin/programa/infoResponsable/edit/index.vue @@ -2,35 +2,33 @@

Editar información del responsable

- + - + - +
diff --git a/pages/admin/programa/infoResponsable/index.vue b/pages/admin/programa/infoResponsable/index.vue index 08cfc7a..1ed368c 100644 --- a/pages/admin/programa/infoResponsable/index.vue +++ b/pages/admin/programa/infoResponsable/index.vue @@ -4,78 +4,98 @@ Regresar

Información del responsable

-

Nombre: {{responsable.nombre}}

-

Correo: {{responsable.correo}}

-

Programa:

- - +

Nombre: {{ responsable.nombre }}

+

Correo: {{ responsable.correo }}

+

Programa:

+ + -

Institución: {{selected.institucion}}

-

Dependencia: {{selected.dependencia}}

-

Clave: {{selected.clave}}

+

Institución: {{ selected.institucion }}

+

Dependencia: {{ selected.dependencia }}

+

Clave: {{ selected.clave }}

Regresar - + Editar información
diff --git a/pages/admin/servicio/index.vue b/pages/admin/servicio/index.vue index e815ece..604dc9e 100644 --- a/pages/admin/servicio/index.vue +++ b/pages/admin/servicio/index.vue @@ -5,11 +5,11 @@ diff --git a/pages/admin/servicio/modificar/index.vue b/pages/admin/servicio/modificar/index.vue index 3ff7208..463dd52 100644 --- a/pages/admin/servicio/modificar/index.vue +++ b/pages/admin/servicio/modificar/index.vue @@ -5,10 +5,10 @@ diff --git a/pages/alumno/cuestionario/index.vue b/pages/alumno/cuestionario/index.vue index c4a7228..c9fddcb 100644 --- a/pages/alumno/cuestionario/index.vue +++ b/pages/alumno/cuestionario/index.vue @@ -1,123 +1,136 @@ diff --git a/pages/alumno/index.vue b/pages/alumno/index.vue index bc6507d..b40cf47 100644 --- a/pages/alumno/index.vue +++ b/pages/alumno/index.vue @@ -5,8 +5,8 @@ diff --git a/pages/index.vue b/pages/index.vue index b925212..4decf5d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,138 +1,144 @@ diff --git a/pages/responsable/cartaTermino/index.vue b/pages/responsable/cartaTermino/index.vue index aeca078..101c319 100644 --- a/pages/responsable/cartaTermino/index.vue +++ b/pages/responsable/cartaTermino/index.vue @@ -5,10 +5,10 @@ diff --git a/pages/responsable/carta_aceptacion/index.vue b/pages/responsable/carta_aceptacion/index.vue index 5d0fbc9..5423e3e 100644 --- a/pages/responsable/carta_aceptacion/index.vue +++ b/pages/responsable/carta_aceptacion/index.vue @@ -5,10 +5,10 @@ diff --git a/pages/responsable/carta_termino/index.vue b/pages/responsable/carta_termino/index.vue index 71ea51c..87b2a24 100644 --- a/pages/responsable/carta_termino/index.vue +++ b/pages/responsable/carta_termino/index.vue @@ -5,10 +5,10 @@ diff --git a/pages/responsable/cuestionario/index.vue b/pages/responsable/cuestionario/index.vue index 2081068..b50e915 100644 --- a/pages/responsable/cuestionario/index.vue +++ b/pages/responsable/cuestionario/index.vue @@ -5,10 +5,10 @@ diff --git a/pages/responsable/index.vue b/pages/responsable/index.vue index 6404857..b6e3dcd 100644 --- a/pages/responsable/index.vue +++ b/pages/responsable/index.vue @@ -20,25 +20,22 @@
- - + diff --git a/pages/responsable/modificar/index.vue b/pages/responsable/modificar/index.vue index 014129f..9fdacb3 100644 --- a/pages/responsable/modificar/index.vue +++ b/pages/responsable/modificar/index.vue @@ -5,5 +5,5 @@ diff --git a/pages/responsable/nuevo/index.vue b/pages/responsable/nuevo/index.vue index 0100048..1358058 100644 --- a/pages/responsable/nuevo/index.vue +++ b/pages/responsable/nuevo/index.vue @@ -2,36 +2,40 @@
- - regresar + + regresar
-

Estimado(a) responsable de programa de servicio social:

+

+ Estimado(a) responsable de programa de servicio social: +

- Te solicitamos llenar cuidadosamente los campos solicitados a continuación - para iniciar el trámite de registro de servicio social de nuestro - alumno(a), quien a su vez completará posteriormente el proceso en este - mismo sistema con otros datos. + Te solicitamos llenar cuidadosamente los campos solicitados a + continuación para iniciar el trámite de registro de servicio social + de nuestro alumno(a), quien a su vez completará posteriormente el + proceso en este mismo sistema con otros datos.

- Es muy importante escribir correctamente el correo del alumno para que el - sistema pueda enviarle la notificación correspondiente de que ya puede - ingresar a completar su registro. También debes tomar en cuenta que la - fecha de inicio NO se podrá modificar, sólo la fecha de término en caso de - que el alumno no cumpla las 480 horas en el periodo mínimo de 6 meses. Al - siguiente día de la fecha de término programada, se activará la opción de - cargar la carta de término y llenar el cuestionario de desempeño del - alumno. En caso de que exista algún error en los datos o cartas emitidas - se les notificará en este panel en cuanto el Departamento de Servicio - Social y Bolsa de Trabajo revise su solicitud, para que realicen la - corrección correspondiente. + Es muy importante escribir correctamente el correo del alumno para + que el sistema pueda enviarle la notificación correspondiente de que + ya puede ingresar a completar su registro. También debes tomar en + cuenta que la fecha de inicio NO se podrá modificar, sólo la fecha + de término en caso de que el alumno no cumpla las 480 horas en el + periodo mínimo de 6 meses. Al siguiente día de la fecha de término + programada, se activará la opción de cargar la carta de término y + llenar el cuestionario de desempeño del alumno. En caso de que + exista algún error en los datos o cartas emitidas se les notificará + en este panel en cuanto el Departamento de Servicio Social y Bolsa + de Trabajo revise su solicitud, para que realicen la corrección + correspondiente.

@@ -40,22 +44,28 @@ Añadir Servicio Social -
+
- + -

- Buscar -

+

+ Buscar +

@@ -67,18 +77,25 @@ -
{{ alumno.creditos[1]}}{{ alumno.creditos[2]}}%
+
+ {{ alumno.creditos[1] }}{{ alumno.creditos[2] + }}% +
- - - - + >{{ programa.programa }} + @@ -95,11 +112,17 @@
- + - +
@@ -108,7 +131,8 @@ placeholder="Inicio" icon="calendar-today" v-model="alumno.inicio" - :min-date="minDate"> + :min-date="minDate" + >
@@ -117,50 +141,75 @@ placeholder="Fin" v-model="alumno.fin" :min-date="minDate2" - icon="calendar-today"> + icon="calendar-today" + > - + -

Carta de aceptación (en formato .PDF. No se aceptan fotos).

+

+ Carta de aceptación (en formato .PDF. No se aceptan fotos). +

- -
-
-

- -

-

{{ file.name || "Arrastra aquí tu archivo o da click para buscar"}}

-

Tamaño máximo 20MB

-
-
-
+ +
+
+

+ +

+

+ {{ + file.name || + "Arrastra aquí tu archivo o da click para buscar" + }} +

+

Tamaño máximo 20MB

+
+
+
-
- - regresar + + regresar - -
@@ -173,132 +222,132 @@ diff --git a/plugins/README.md b/plugins/README.md deleted file mode 100644 index ca1f9d8..0000000 --- a/plugins/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# PLUGINS - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains Javascript plugins that you want to run before mounting the root Vue.js application. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins). diff --git a/static/README.md b/static/README.md deleted file mode 100644 index cf00435..0000000 --- a/static/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# STATIC - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your static files. -Each file inside this directory is mapped to `/`. -Thus you'd want to delete this README.md before deploying to production. - -Example: `/static/robots.txt` is mapped as `/robots.txt`. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static). diff --git a/store/README.md b/store/README.md deleted file mode 100644 index 1972d27..0000000 --- a/store/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# STORE - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your Vuex Store files. -Vuex Store option is implemented in the Nuxt.js framework. - -Creating a file in this directory automatically activates the option in the framework. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).