Git Product home page Git Product logo

horarios's People

Contributors

jch97 avatar pecuerre avatar yanc1998 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

horarios's Issues

implementar metodo default_priority en todas las clases

en caso de que el priority sea null, se asume el valor de retorno de este metodo

en las clases ya implementadas
university -> default_priority = 1
faculty -> default_priority = university.priority
department -> default_priority = faculty.priority
degree -> default_priority = 1
category -> default_priority = 1
professor -> default_priority =

  • degree_priority * category_priority * department_priority * number_of_groups * number_of_subjects

notas:

  • los profesores que tienen mas grupos, tienen mas prioridad
  • los profesores que imparten mas asignaturas tienen mas prioridad
  • los profesores de mayor grado cientifico tienen mas prioridad
  • ....
  • luego se añadiran los modelos grupo y subject (asignatura)

definir usuarios y roles

todo el mundo puede ver la informacion
solo unos pocos pueden editar
por el momento solo un rol de "editor" mas adelante pondremos mas roles

hacer el crud de discipline

atributos:

  • short_name
  • full_name
  • description
  • priority
  • career_id (foreign_key)

default_priority -> career.priority

relations:

  • career has_many disciplines
  • discipline belongs_to_career

estilos visuales

usas bootstrap, definir estilos homogeneos ahora y usarlos siempre igual en todos lados

setup de dev environment

create fork
clone repo
add remote
make the first commit
make the first push
make the first pull request
accept your first pull request

Add login view

  • Make new folder src in project root
  • Add base project in vue
  • Add bootstrap

cosas comunes a todos los cruds

todos los cruds deben tener

  • accecibilidad desde un menu
  • paginado
  • filtros de busqueda
  • ordenacion
  • acciones para editar, borrar, ver detalles, duplicar
  • enlaces a los "parents" (en el caso de un departamento seria su facultad)
  • enlaces a los "children" (en el caso de un departmento serian sus profesores)
  • algunas de estas cosas salen en la vista de list
  • otras cosas salen en la vista de details

hacer el crud de profesor

atributos:

  • short_name
  • full_name
  • description
  • priority
  • department_id (foreign key)

relations:

  • professor belongs_to department
  • department has_many professors

hacer el crud de facultad

atributos:

  • short_name
  • full_name
  • description
  • priority
  • university_id (foreign_key)

relations:

  • university has_many faculties
  • faculy belongs_to university

hacer el crud de departamento

atributos:

  • short_name
  • full_name
  • description
  • priority
  • faculty_id (foreign key)

relations:

  • faculty has_many departments
  • department belongs_to faculty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.