If a student repository includes a README.md file, it is filtered out in the file tree of the online code editor.
This appears to be some compatibility layer to a legacy type of programming exercises. (See here).
New exercises that actually intend for some readme are hindered this filtering.
To Reproduce
Create an exercise.
Start exercise and commit a file called README.md.
Open either the online code editor or viewer.
The file will not be visible
Expected behavior
The file is visible.
Screenshots
No response
Which version of Artemis are you seeing the problem on?
Describe the bug
If a student repository includes a
README.md
file, it is filtered out in the file tree of the online code editor. This appears to be some compatibility layer to a legacy type of programming exercises. (See here). New exercises that actually intend for some readme are hindered this filtering.To Reproduce
README.md
.Expected behavior
The file is visible.
Screenshots
No response
Which version of Artemis are you seeing the problem on?
7.5.0
What browsers are you seeing the problem on?
Firefox
Additional context
No response
Relevant log output
No response