Code Monkey home page Code Monkey logo

schedule-service's Introduction

Schedule-Service

/api/groups

Example:

[
  {
    "caf": "Институт системного анализа и управления",
    "courses": [
      {
        "course": "1",
        "groups": [{ "group": "1011" }, { "group": "1012" }]
      },
      {
        "course": "2",
        "groups": [{ "group": "2011" }, { "group": "2012" }]
      },
      {
        "course": "3",
        "groups": [{ "group": "3011" }, { "group": "3012" }]
      },
      {
        "course": "4",
        "groups": [{ "group": "4011" }, { "group": "4012" }]
      },
      {
        "course": "5",
        "groups": [{ "group": "5011" }, { "group": "5012" }]
      }
    ]
  }
]

/api/teachers

Example:

[
  { "ID": "000000001", "Lecturer": "Абадеев Эдуард Матвеевич" },
  { "ID": "000000002", "Lecturer": "Авакова Татьяна Федоровна" },
  { "ID": "000000003", "Lecturer": "Авдеев Михаил Васильевич" },
  { "ID": "000000715", "Lecturer": "Авдеева Елена Сергеевна" },
  { "ID": "000000005", "Lecturer": "Аверкин Алексей Николаевич" },
  { "ID": "000000006", "Lecturer": "Авраменко Екатерина Владимировна" },
  { "ID": "000000008", "Lecturer": "Алейников Валерий Евгеньевич" }
]

/api/groups/2281

Example

[
  { "Day": 1, "Lesson_ID": null, "Subject_Type": null, "full_lesson": null },
  {
    "Day": 2,
    "lessons": [
      {
        "Day": 2,
        "Lesson_ID": 2,
        "Subject_Type": "Лекционные занятия",
        "full_lesson": "1-120 МЛиТА Прогулова Татьяна Борисовна"
      },
      {
        "Day": 2,
        "Lesson_ID": 3,
        "Subject_Type": "Семинарские занятия",
        "full_lesson": "1-427 БД Рябов Никита Владимирович"
      },
      {
        "Day": 2,
        "Lesson_ID": 4,
        "Subject_Type": "Семинарские занятия",
        "full_lesson": "1-318 МЛиТА Прогулова Татьяна Борисовна"
      }
    ]
  }
]

/api/teachers/Токарева%20Надежда%20Александровна

Example

[
  {
    "Day": 1,
    "Lesson": null,
    "Lecturer": null,
    "Subject_Type": null,
    "Groups": null
  },
  {
    "Day": 2,
    "lessons": [
      {
        "Day": 2,
        "Lesson": 3,
        "Lecturer": "Токарева Надежда Александровна",
        "Subject_Type": "Семинарские занятия",
        "Groups": "1-414 ЧМ -  2251"
      }
    ]
  },
  {
    "Day": 3,
    "lessons": [
      {
        "Day": 3,
        "Lesson": 3,
        "Lecturer": "Токарева Надежда Александровна",
        "Subject_Type": "Семинарские занятия",
        "Groups": "1-414 ЧМ -  2253"
      },
      {
        "Day": 3,
        "Lesson": 4,
        "Lecturer": "Токарева Надежда Александровна",
        "Subject_Type": "Семинарские занятия",
        "Groups": "1-414 ЧМ -  2252"
      }
    ]
  }
]

schedule-service's People

Contributors

ryabovnick avatar ozlike avatar grezer avatar belov97 avatar

Watchers

James Cloos avatar  avatar

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.