r7-labs / R7.University

DNN Platform subsystem designed to present and manage high school educational organization assets (divisions, employees, courses, etc.) compatible with Rosobrnadzor microdata recommendations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rework accreditation

roman-yagodin opened this issue · comments

New DNN module R7.University.Accred to display accreditation data for edu. profiles, with two (or three) modes:

  • Display community accreditation info
  • Display international accreditation info
  • Display state accreditation info with additional data (languages, edu. forms) - remove the R7.University.EduProfileDirectory mode for state accred. info.

Extract Accreditation, AccreditationType, EduProgramAccreditation entities.

Accreditation:

  • Id
  • OrgName
  • EndData
  • Document (Id or just Url?)

AccreditationType:

  • Id
  • Type
  • IsSystem

EduProgramAccreditation:

  • Id
  • EduProgramId
  • EduProfileId
  • Type (EduProgram or EduProfile)

Need separate module to display accreditation data.