mkozhukharenko / ums-frontend

ums-frontend
MIT License
1 stars 1 forks source link

Dictionaries list #12

Open mkozhukharenko opened 8 years ago

mkozhukharenko commented 8 years ago

Fetching dictionaries is already implemented

routes: /dictionaries/:dicName

use module #fixed-data-table for table (check src/modules/rating/components/RatingTable.jsx for example)

How to implement links (left menu with list of dictionaies) - check src/modules/rating/components/SpecoffersList.jsx

example view: image

for the beginning just implement view for this dictionaries: (check src/modules/dictionaries/constants.js)

  DEPARTMENTS
  ENROLMENTS_TYPES
  ENROLMENTS_STATUS_TYPES
  TIMEPERIODS
mkozhukharenko commented 8 years ago

we can use react-bootstrap-table for table component (link)