๐Ÿ“Œ FE

  1. infowindow
function setImage(imgElement, imageUrl, infoWindow, infoImageId, title, url, date) {
    imgElement.src = imageUrl;
    if (infoWindow) infoWindow.setContent(createInfoWindowContent(imageUrl, title, url, date, infoImageId));
}

*์˜ค๋ฒ„๋ ˆ์ด ๊ฐ์ฒด: ์ง€๋„ API์œ„์— ๋ ˆ์ด์–ด์ฒ˜๋Ÿผ ๋ง์”Œ์›Œ์ง€๋Š” ์š”์†Œ

  1. tippy.js
  tippy('#add-participant', {
    content: modal,
    placement: 'bottom-end',
    arrow: false,
    theme: 'light',
    trigger: 'click',
    interactive: true,
    allowHTML: true,
  });

๐Ÿ“Œ BE

  1. migration
  1. Json ๋ฐ์ดํ„ฐ๋ฅผ ์ง์ ‘ ํŒŒ์‹ฑํ•ด์„œ user๋ฅผ ์กฐํšŒํ•˜๋Š” ๊ฒฝ์šฐ