Session cover pages
Open
@Krejdom is already working on this.
Since Jun 5, 2017.
- Dominant language
- Python
- Stars
- 2
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
It would be great to have “cover pages” for sessions (sets of lectures that are done in one day on a run).
There should be a “front page” at /<year>/<run>/sessions/<session>/front/ containing:
- what we'll learn today
- initial instructions for students
- link to notes for coaches
- [content] For Asteroids, add reference code here (from https://github.com/pyvec/naucse.python.cz/pull/129)
- link to feedback (added after the session ends)
and a “back page” at /<year>/<run>/sessions/<session>/back/ containing:
- summary of lessons learned
- links to interesting materials online
In the repo, the content can be at runs/<year>/<run>/sessions/<session>/front.md etc. (derived from Run.path)
The actual text (and links) on the pages is not that important right now. What's needed:
- Pages at the given URLs that show content of Markdown files
- Navigation arrows – front page links to first lesson and vice versa; last lesson links to back page and vice versa.
- On the course page, the session heading should link to the front page.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.