-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue#30 no way to read evaluations #41
base: main
Are you sure you want to change the base?
Conversation
Can you resolve conflicts ? Thanks. |
Can you solve conflicts ? |
templates/course_info.html
Outdated
</tr> | ||
{% endif %} | ||
{% for evaluation in evaluations %} | ||
{% if evaluation.course_year < course.year %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% if evaluation.course_year < course.year %} | |
{% if evaluation.course_year == course.year %} |
Not sure how many times you want to show the History table, but either ==
for each year, either one unique table with no filter at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a history of assessments for each year of a course. So I thought that for a course in the year 2024, all the assessments equal to or preceding that year would be displayed. In the old app, it displays all the assessments for each year of a course.
Display past evaluations on the courses page Show the ‘Evaluations’ tab only if you are a researcher # Conflicts: # app.py # course.py # Conflicts: # app.py
… year of the courses
Add the possibility of viewing evaluations in courses and on researchers' profiles