KDRUCSProjects / faculty-system-2023100

3 stars 0 forks source link

School Model, Monograph Model and Existing Student Model Fields Addition #468

Closed mnabimd closed 1 year ago

mnabimd commented 1 year ago

Next up, we are going to generate TRANSCRIPT for the student. And for that, these fields are required.

Add these fields to the existing students model:

  1. tazqeraNumber
  2. birthCity
  3. birthCountry
  4. birthdate
  5. phoneNumber
  6. kankorMarks
  7. kankorType
  8. birthCityEnglish
  9. birthCountryEnglish
  10. bankAccount

School Model

  1. id
  2. studentId
  3. name
  4. graduationDate

// Monogoraph Model

  1. id
  2. studentId
  3. researchTitle
  4. depenceDate

Note: Dont create addiational Tags at Swaggers or routes for these two new models. Combine them with Students route. E.g: POST students/${id}/monograph