Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/DTOs/UserDTO.cs

    r3347c1b rb38c39c  
    66        public string Email { get; set; } = string.Empty;
    77        public string Password { get; set; } = string.Empty;
    8         public bool GenerateRefreshToken { get; set; }
     8    }
     9    public class GetUserDataDto
     10    {
     11        public string JWT { get; set; }
    912    }
    1013
    … …  
    1922        public DateTime Bday { get; set; }
    2023        public UserRole Role { get; set; }
     24        public float gpa { get; set; }
     25        public type tip { get; set; }
     26        public string city { get; set; } = string.Empty;
     27        public string address { get; set; } = string.Empty;
     28        public string municipality { get; set; } = string.Empty;
     29        public string phoneNumber { get; set; } = string.Empty;
     30        public string microsoftEmail { get; set; } = string.Empty;
     31        public int enrollmentYear { get; set; }
     32        public quota quotaType { get; set; }
     33        public major majorType { get; set; }
     34
    2135    }
    2236
    … …  
    4155        Student
    4256    }
     57    public enum type
     58    {
     59        strucen, gimnazija
     60    }
     61    public enum quota
     62    {
     63        drzavna, privatna, stipendija
     64    }
     65    public enum major
     66    {
     67        SIIS, PIT, KN, KI, IMB, IE, SSP, SEIS
     68    }
    4369}
Note: See TracChangeset for help on using the changeset viewer.