drammos / MyLink

Web LinkedIn Application is exercise from our university, DIT - University of Athens.
MIT License
1 stars 0 forks source link

Add sorting in requests #17

Closed drammos closed 1 month ago

drammos commented 1 month ago
  1. The sorting for connectedUser, PedndingReqeust and IncomingRequestt will not implement!!!
  2. Sorting for Educations and Experiences is Sorting. Change the type for StartDate and EndDate in DateTime for Education in DTOs
  3. return the posts(from connected users) for homePage by date and post by user.
  4. Add sorting for jobs order by date
  5. Add voiceUrls in Post
drammos commented 1 month ago

Sorting for Educations and Experiences is Sorting. Change the type for StartDate and EndDate in DateTime for Education in DTOs

drammos commented 1 month ago

@tminaidis9 FOR Job\GetFilteredJobs The list is sorting by Created Date. You have see only the active jobs

UserId: The connected user who searched for jobs Location Type : Remote, Hybrid or On-Site Work Type : Full-Time, Part-Time LastPostedDays : The default is 180days, For example you give in User 4 choices

image