Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
TAM
Merge requests
!350
Resolve "Student list for job offer, new applicants are inserted at random position"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Student list for job offer, new applicants are inserted at random position"
201-student-list-for-job-offer-new-applicants-are-inserted-at-random-position
into
dev
Overview
0
Commits
2
Pipelines
6
Changes
4
Merged
Resolve "Student list for job offer, new applicants are inserted at random position"
Danae Savvidi
requested to merge
201-student-list-for-job-offer-new-applicants-are-inserted-at-random-position
into
dev
Dec 5, 2023
Overview
0
Commits
2
Pipelines
6
Changes
4
Closes
#201 (closed)
0
0
Merge request reports
Compare
dev
version 1
cda75447
Dec 5, 2023
dev (base)
and
latest version
latest version
2856d8be
2 commits,
Dec 5, 2023
version 1
cda75447
1 commit,
Dec 5, 2023
4 files
+
11
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
src/main/java/nl/tudelft/tam/dto/view/summary/ApplicationSummaryDTO.java
+
2
−
2
View file @ 2856d8be
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,7 +17,7 @@
*/
package
nl.tudelft.tam.dto.view.summary
;
import
java.time.LocalDate
;
import
java.time.LocalDate
Time
;
import
lombok.*
;
import
lombok.experimental.SuperBuilder
;
@@ -38,7 +38,7 @@ public class ApplicationSummaryDTO extends View<Application> {
private
String
content
;
private
LocalDate
createdDate
;
private
LocalDate
Time
createdDate
;
@Builder
.
Default
private
Status
status
=
Status
.
SUBMITTED
;
Loading