Add place for storing information about internship mentor #11

Closed
opened 2020-06-13 21:07:21 +02:00 by kadet · 1 comment
Owner

This should be part of Internship model and should include:

  • First Name
  • Last Name
  • e-mail address
  • telephone number (optional)
export interface Mentor {
    name: string;
    surname: string;
    email: string;
    phone: string | null;
}
This should be part of `Internship` model and should include: - First Name - Last Name - e-mail address - telephone number (optional) ```typescript export interface Mentor { name: string; surname: string; email: string; phone: string | null; } ```
Collaborator
[Zmiany](https://git.kadet.net/system-praktyk/system-praktyk-api/commit/43cb06890264d3173e905aa594029f74f9e247bc)
Zonar closed this issue 2020-07-06 19:35:54 +02:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: system-praktyk/system-praktyk-api#11
No description provided.