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

Шаблонизируй это #4

Merged
merged 6 commits into from
Sep 25, 2024

Conversation

licos87
Copy link
Contributor

@licos87 licos87 commented Sep 1, 2024

…ючает dayjs. Добавляет и подключает модель в приложение. Добавляет логику отображения события.


🎓 Шаблонизируй это

…ючает dayjs. Добавляет и подключает модель в приложение. Добавляет логику отображения события.
Copy link

github-actions bot commented Sep 1, 2024

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

github-actions bot pushed a commit that referenced this pull request Sep 1, 2024
…вляет функцию вычисления разницы времени
Copy link

github-actions bot commented Sep 1, 2024

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

github-actions bot pushed a commit that referenced this pull request Sep 1, 2024
@keksobot keksobot changed the title 2.14. Шаблонизируй это Шаблонизируй это Sep 1, 2024
this.listContainer = listContainer;
this.eventModel = eventModel;
Copy link
Collaborator

Choose a reason for hiding this comment

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

PoinsModel

render(new AddNewPointView(), this.listContainer);
render(new EditPointView(), this.listContainer);
render(this.listComponent, this.listContainer);

for (let i = 0; i < 3; i++) { // Создание элементов в списке
render (new TripEventItemView(), this.listComponent.getElement());
for (let i = 0; i < this.listEvents.length; i++) { // Создание элементов в списке
Copy link
Collaborator

Choose a reason for hiding this comment

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

PoinstModel.forEach((item) => {
const obj = {}

render (new EventItemView({obj}), this.listComponent.getElement());
})

Copy link

github-actions bot commented Sep 3, 2024

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

github-actions bot pushed a commit that referenced this pull request Sep 3, 2024
…ние модели points. Исправляет логику обработки моделей. Исправляет отображение offers во вьюшке
Copy link

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

github-actions bot pushed a commit that referenced this pull request Sep 11, 2024
…и. fix: исправляет логику подсчета времени, исправляет логику презентора через методы моделей, переименовывает общий обьект
Copy link

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

github-actions bot pushed a commit that referenced this pull request Sep 24, 2024
Copy link

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

github-actions bot pushed a commit that referenced this pull request Sep 24, 2024
@AlSudar AlSudar merged commit e8b67d2 into htmlacademy-ecmascript:master Sep 25, 2024
2 checks passed
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.

2 participants