Ignore:
Timestamp:
10/28/25 10:51:44 (11 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
f8af32b
Parents:
c2e73b6 (diff), ff202cf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:51:44)
git-committer:
GitHub <noreply@…> (10/28/25 10:51:44)
Message:

Merge pull request #6 from stefansaveski/feature/getUser

Feature/get user

File:
1 edited

Legend:

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

    rc2e73b6 r4708118  
    77        public string Password { get; set; } = string.Empty;
    88        public bool GenerateRefreshToken { get; set; }
     9    }
     10    public class GetUserDataDto
     11    {
     12        public string JWT { get; set; }
    913    }
    1014
     
    1923        public DateTime Bday { get; set; }
    2024        public UserRole Role { get; set; }
     25        public float gpa { get; set; }
     26        public type tip { get; set; }
     27        public string city { get; set; } = string.Empty;
     28        public string address { get; set; } = string.Empty;
     29        public string municipality { get; set; } = string.Empty;
     30        public string phoneNumber { get; set; } = string.Empty;
     31        public string microsoftEmail { get; set; } = string.Empty;
     32        public int enrollmentYear { get; set; }
     33        public quota quotaType { get; set; }
     34        public major majorType { get; set; }
     35
    2136    }
    2237
     
    4156        Student
    4257    }
     58    public enum type
     59    {
     60        strucen, gimnazija
     61    }
     62    public enum quota
     63    {
     64        drzavna, privatna, stipendija
     65    }
     66    public enum major
     67    {
     68        SIIS, PIT, KN, KI, IMB, IE, SSP, SEIS
     69    }
    4370}
Note: See TracChangeset for help on using the changeset viewer.