Skip to content

Commit

Permalink
Bewertungsbogen weights -> DG modell
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Felix committed Aug 10, 2018
1 parent 6ecf08a commit 4515ed4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified ProStudCreator/Content/Bewertungsbogen_P56_HS18.xlsx
Binary file not shown.
1 change: 1 addition & 0 deletions ProStudCreator/TaskHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public static void SendMarKomBrochure(ProStudentCreatorDBDataContext db)
"<th>Nummer</th>" +
"</tr>");

//FIXME: should consider project enddate, not startdate of semester
var projs = db.Projects.Where(p => p.IsMainVersion && p.LogProjectType.P6 && p.Semester.StartDate <= lastSendDate && p.Semester.EndDate >= lastSendDate && p.State == (int)ProjectState.Published && !p.UnderNDA).ToArray();

foreach (var p in projs.OrderBy(p => p.Student1LastName()))
Expand Down

0 comments on commit 4515ed4

Please sign in to comment.