pankajkumarbij / easy-job-intern

The main motive behind the design of this project to provide the best job and internship opportunities.
MIT License
28 stars 75 forks source link

student Notification model (backend) #360

Closed mitalirs closed 3 years ago

mitalirs commented 3 years ago

Is your feature request related to a problem? Please describe.

Currently, there is no notification feature for students

Describe the solution you'd like

create studentNotification model with the following fields -

  1. notificationFor (student id)
  2. notificationBy (employer id)
  3. notificationTitle (string)
  4. applicationNotification (if notification is about appl approval/rejection, application id)
  5. internshipOpeningNotification (if notification is about internship opening, internship id)
  6. jobOpeningNotification (if notification is about job opening, job id)
  7. fresherJobOpeningNotification (if notification is about fresherJob opening, fresherJob id)
  8. status (can be "read" or "unread")

@pankajkumarbij, please assign this issue to me