Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auswahl Vorgängerprojekt #357

Closed
dgruntz opened this issue Apr 2, 2024 · 5 comments
Closed

Auswahl Vorgängerprojekt #357

dgruntz opened this issue Apr 2, 2024 · 5 comments
Assignees

Comments

@dgruntz
Copy link
Collaborator

dgruntz commented Apr 2, 2024

Ich wollte eben ein Projekt als Nachfolgeprojekt erfassen, aber es werden nicht alle abgeschlossenen Vorgängerprojekte angezeigt, aktuell bei mir nur zwei Projekte:

image

Mir ist nicht klar, warum diese zwei Projekte angezeigt werden, und warum nur diese. Ich hätte erwartet, dass laufende oder abgeschlossene P5-Projekte angezeigt werden die max n Semester zurück liegen. In obiger Liste erscheinen jedoch nur zwei Projekte, und beide sind nicht von mir.

Bei berufsbegleitenden Studierenden kann es gut sein, dass diese 1-2 Semester aussetzen. Konret geht es bei mir um ein Projekt, das im FS23 durchgeführt wurde und das jetzt im HS24 forgesetzt wird.

@dgruntz
Copy link
Collaborator Author

dgruntz commented May 6, 2024

Das Problem scheint teilweise behoben zu sein. Es kann gut sein, dass die Vortängerprojekte nicht angezeigt wurden da die Daten in der DB nicht (oder nicht vollständig) erfasst waren. Jetzt erscheinen folgende Daten:

image

aber es erscheinen noch nicht alle P5-Projekte. Welche Projekte werden als Vorgängerprojekte angezeigt?
Allenfalls muss diese Selektion angepasst werden, d.h. es dürfen nicht nur die im vorhergehenden Semester durchgeführten Projekte angezeigt werden.

@Delberin-Ali
Copy link
Collaborator

@dgruntz Currently, the last and penultimate semester projects are considered "Vorgängerprojekte". (only the IP5 )
is that correct?

@dgruntz
Copy link
Collaborator Author

dgruntz commented May 17, 2024

Have you a reference in the code?

I cannot answer what is correct, and obviously not all projects from the past can be listed, but I would say that your definition makes sense. If a project is defined today (in FS24) for HS24, then the projects from the current semester (FS24) and the last semester (HS23/24) should be listed. The latter is necessary for those students which study part time, because if a project is done in the autumn semester the followup project can only be done in the next autumn semester.

@dgruntz
Copy link
Collaborator Author

dgruntz commented May 17, 2024

Thanks, @Delberin-Ali, the selection is defined in method FillDropPreviousProject:

private void FillDropPreviousProject(bool isNewProject)

@dgruntz
Copy link
Collaborator Author

dgruntz commented May 17, 2024

The definition is correct, and even stronger than mentioned above, i.e. project must be continued consecutively, and a semester might only be skipped if the predecessor project is defined as a parttype project (i.e. FillDropPreviousProject).

The reason for the original problem might be problems with entering the data (i.e. the currently run projects). In the HS23 only two projects were long running projects:

image

Based on this analysis I will close this issue.

@dgruntz dgruntz closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants