Conversation
…к и обновление таймлайна сообщений.
gennady-bars
left a comment
There was a problem hiding this comment.
Здравствуйте. (Нужно развернуть общий комментарий ↓)
Посмотрите на гитхабе все комментарии к коду (нужно прокрутить вниз страницу там)
Работа проделана огромная:
Readmeхорошо оформлен- Проект задеплоен и отлично работает
- Отлично, что нет
EOFошибок в гите - Хорошая структура папок и файлов
- Хорошая логика сокетов
- Отлично, что в
pre-commitзапускаются и тесты, и линтеры - Отлично, что знаете про
lint-staged - Все тесты (15 шт) проходят успешно
- Проект хорошо выглядит и функционирует
но есть некоторые недочеты:
- Если много сообщений в чате, то список чатов и верх сайта недоступны https://disk.yandex.ru/i/8k-xcT3RDCdr-Q Не могу доскроллить до верха страницы
npm auditпоказывает 11 уязвимостей https://disk.yandex.ru/i/-ouonJoL1xk_aw- Для
bash-файлов нужно указывать в самом верху#!/usr/bin/env bash. Это путь к оболочкеbash
Можно лучше
- Нужна возможность менять картинку чата, если требуется другая теперь
- Вам нужно задеплоить приложение на Нетлифай
- Попробуйте избавиться от горизонтального скролла на любых экранах https://disk.yandex.ru/i/dUtX4zTUBR8uQA
Comment on lines
1
to
+2
| npx lint-staged | ||
| npm test |
There was a problem hiding this comment.
- Для
bash-файлов нужно указывать в самом верху#!/usr/bin/env bash. Это путь к оболочкеbash
#!/usr/bin/env bash
npx lint-staged
npm test
Comment on lines
1
to
+2
| npx lint-staged | ||
| npm test |
There was a problem hiding this comment.
- Отлично, что в
pre-commitзапускаются и тесты, и линтеры
gennady-bars
approved these changes
Apr 26, 2026
gennady-bars
left a comment
There was a problem hiding this comment.
Поздравляю! Ваша работа принята.
Вы отлично потрудились.
Удачного дальнейшего обучения.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Доработан ключевой функционал мессенджера: