mkozhukharenko / ums-frontend

ums-frontend
MIT License
1 stars 1 forks source link

Specoffer view #14

Open mkozhukharenko opened 8 years ago

mkozhukharenko commented 8 years ago

One specoffer view

Note! This view is part of specoffer list view! (right panel - see #28 )

API: GET /specoffers/{id}

Response example:

{
  "id": 1,
  "crtUser": "illay",
  "crtUserGroup": "public",
  "createDate": "2015-06-17",
  "updateDate": "2015-06-17",
  "specialtyId": 88,
  "departmentId": 333,
  "timePeriodId": 8,
  "timePeriodCourseId": 1,
  "specofferTypeId": 8,
  "educationFormTypeId": 2,
  "licCount": 100,
  "stateCount": 0,
  "uri": "/specoffers/1"
}

Decode specoffer

Example of specoffer EDIT view. (NOTE: we don't need EDIT functionality at all!)

Tabs: Пропозиція api/specoffers/{id} Предмети api/specoffers/{id}/subjects Пільги api/specoffers/{id}/benefits Хвилі api/specoffers/{id}/waves (dictionary is needed for this api - api/wave/types)