Skip to content
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

Отрисуй меня полностью #6

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

KateSolodchuk
Copy link
Contributor

@KateSolodchuk KateSolodchuk commented Nov 21, 2024

@keksobot keksobot changed the title седьмой модуль Отрисуй меня полностью Nov 21, 2024
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Nov 21, 2024
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Nov 23, 2024
@@ -1,4 +1,5 @@
import './util.js';
import {CreatePhotoList} from './data.js';
import './thumbnails.js';

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в main.js мы хотим что бы была такая последовательность:

  • получить посты
  • отрисовать посты

следовательно нам здесь надо чтоб у нас тут вызывалась функция получения постов и функция отрисовки

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

модуль thumbnails должен возвращать функцию отрисовки которую ты будешь вызываать

назвать модуль можно более корректно - тк будет отрисовка тумб- render-thumbnails
и возвращать функцию renderThumbnails


const usersThumbnails = CreatePhotoList ();

const usersThumbnailsFragment = document.createDocumentFragment();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

весь код используесый для отрисовки оберни в функцию и экспортируй
вызвай по нужному месту

.content
.querySelector('.picture');

const usersThumbnails = CreatePhotoList ();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CreatePhotoList

чет проглядел написание функции
названия функций в camelCase

@keksobot keksobot merged commit ad5b007 into htmlacademy-javascript:master Nov 23, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants