HowProgrammingWorks / HowProgrammingWorks/LiveCoding

Teacher and student clients

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
4
Forks
3
PR merge metrics
No merged PRs in 30d

Description

  • Первый клиент (первая сессия на сервере) создается для преподавателя и в ней есть дополнительные функции
    • Просматривать код стедентов
    • Редактировать любой код
    • Смотреть историю кода
    • На своей закладке преподаватель может давать задания, ссылки и материалы
  • Все остальные клиенты показывают только 2 закладки:
    • Закладка со своим кодом - его можно редактировать
    • Закладка преподавателя (только для чтения) - в ней можно получить доступ к тем материалам, что преподаватель выложил как задание или справочный материал

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue describes separate teacher and student client capabilities but names no files, tests, or entry points. Start by mapping the repository’s client and server entry points and finding how sessions and tabs are currently represented. Done means implementing the role-specific views, editing permissions, code history, and teacher materials described in the issue, with tests for the resulting access rules.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
full-stack
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.