GithubHelp home page GithubHelp logo

juyeong0413 / 2020-dgu-fest Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 4.0 43.88 MB

:lion: 멋쟁이사자처럼과 HI-SW봉사단이 함께하는 웹 기반 전자 액자 경진 대회 made by 동국대학교 멋쟁이사자처럼 8기

Python 17.69% CSS 31.73% JavaScript 4.58% SCSS 14.86% HTML 31.14%

2020-dgu-fest's Introduction

2020-dgu-fest

🦁 멋쟁이사자처럼과 HI-SW봉사단이 함께하는 웹 기반 전자 액자 경진 대회

프로젝트 개요

코로나19로 인해 진행되지 못한 대동제. 재학생들에게는 지난 축제의 추억을 되살려보고, 신입생들에게는 축제 분위기를 간접적으로 경험할 수 있는 기회를 제공하고자 동국대학교 멋쟁이사자처럼 8기가 모여 제작한 사이트입니다.
main

개발환경

  • Python 3.7.3
  • Django 3.0.6

배포환경

  • Ubuntu Server 18.04 LTS (HVM)
  • Nginx 1.14.0

개발자

8기

강동희, 김태연, 이소정, 이예은, 이형석, 임도연, 주현이, 최현지

멘토

김연진, 박현준, 양준혁, 연제훈, 이주영

지원

  • 동국대학교 융합교육원
  • 동국대학교 제52대 총학생회 하이라이트

2020-dgu-fest's People

Contributors

c2lv avatar dddooo9 avatar dependabot[bot] avatar dhk010111 avatar hyeoneedyou avatar hyeonjee avatar juyeong0413 avatar lee00096 avatar lhs961021 avatar sjlee316 avatar surfing2003 avatar taeyeon0319 avatar ygk313 avatar yjhoon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

2020-dgu-fest's Issues

이용약관, 개인정보처리방침

  • 각각 html 파일 하나씩 하드코딩해서 넣을 예정
  • 회원가입 할 때와 About 페이지나 사이트 footer에서 이용약관 또는 개인정보처리방침 페이지로 넘어갈 수 있어야 함

일단 작성 담당은 @hyeoneedyou

회원가입 동일 핸드폰번호 입력 오류

가입되어있는 계정의 핸드폰번호와 일치하는 핸드폰번호를 새로 계정을 생성할 때 입력하여 회원가입을 시도할 경우 아래와 같은 오류가 발생합니다.
화면 캡처 2020-10-02 014153

[About] 투표 및 상품 부분

배경색 바뀔때 글자 색상 변환 다시 확인 부탁드립니다.
가능하다면 높이를 동일하게 잡아주는게 좋을 것 같습니다.

팝업이미지 수정요청

Screen Shot 2020-10-02 at 5 39 54 AM

신입생 (총 30명) 👉 투표 참여 신입생 (30명 추첨)
11월 1일 자정까지 👉 투표기간 : 10월 5일~11월 1일 24시

혹시 투표기간 수정하고 우측에 여백이 남아있다면
수상자 발표 : 11월 2일
도 추가해주시면 감사하겠습니다. 🙇‍♀️

Gallery

  • 사진 및 영상 업로드
    카테고리 분류: (팔정도, 만해광장) 부스/주점/공연/기타
  • 좋아요 기능(개수 제한 없음)
  • 정렬: 랜덤/최신/좋아요 순
    투표기간동안은 작성자 본인에게만 좋아요 개수 표시, 수상자 발표 이후 좋아요 개수 전체공개
  • 마우스 우클릭 금지

Home

  • 사진 및 영상으로 꾸미기
  • 수상자 발표 이후 수상작으로 교체
  • 사이트 접속 시 투표 및 상품안내 팝업 표시

Mypage

  • 사용자 정보 수정
  • 작성한 게시글
  • 좋아요 누른 글

[navbar] 로그인, 로그아웃

지금 버튼으로 되어있는데, 다른 메뉴랑 통일시키는 게 좋을 것 같아보입니다.
텍스트로 통일시키는게 더 깔끔할 것 같다는 개인적인 의견?

gallery 정렬

전체기준으로 확인했을 때,
등록 순서와 상관없이 카테고리(주점 > 부스 > 공연 > 기타) 기준으로 정렬이 되는 것 같습니다.

            <!-- gallery.html -->
            <div class="row alime-portfolio">
                {% include 'shared/gallery_item.html' with category_value="pub" %}
                {% include 'shared/gallery_item.html' with category_value="booth" %}
                {% include 'shared/gallery_item.html' with category_value="performance" %}
                {% include 'shared/gallery_item.html' with category_value="etc" %}
            </div>

위 부분을 최신순, 랜덤순, 좋아요순 정렬 작업시에 참고 부탁드립니다.

About

  • 사이트 개발 취지, 사이트 설명
  • 개발자 목록
  • 투표 및 상품 안내

제목 15자 이상인 경우 에러메세지 개선

💡 우선순위 낮음

Screen Shot 2020-10-02 at 6 19 11 AM

현재:
선택했던 카테고리, 제목, 내용, 첨부파일이 모두 날아가버림
그리고 에러메세지가 제목 칸에 들어가게 됨

개선방향:
사용자가 입력한 내용은 남아있고, 에러메세지가 회원가입/로그인 페이지처럼 input 밖에 표시되면 좋을 것 같습니다.

회원가입 연락처 입력 개선

현재:

  • 문자 섞어서 입력 가능(e.g. 01ㅇㅇ)
  • 11자리 아니어도 가능

개선방향:

  • 숫자만 입력
  • 11자리 검증
  • 가능하다면 -이 자동으로 들어가게

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.