Git Product home page Git Product logo

apptive-18th-team4-backend's People

Contributors

chomingi avatar

Forkers

hyeuksoon

apptive-18th-team4-backend's Issues

학사일정 API 수정

문제/이슈

/api/annualplan/my에서 date를 아래 사진처럼 startDate와 endDate로 나눠서 DB에 저장해주세요!
image

[DBserver] pymysql -> ORM at python ; SQLAlchemy

범용성과 일관된 API를 제공하는 ORM 라이브러리를 다뤄보고 싶고 JPA에 이어 파이썬또한 해보고싶기에 ORM을 제공하며, 데이터베이스 작업을 더 객체 지향적인 방식으로 수행하는 SQLAlchemy로의 전체 Refactor 진행예정

Amazon EC2 Springboot 서버 실행시 문제

문제

어노테이션 참조 문제 발생

버그 맥락

The effect of @builder is that an inner class is generated named TBuilder, with a private constructor. Instances of TBuilder are made with the method named builder() which is also generated for you in the class itself (not in the builder class).

해결 방안

프레임워크 수정에 따른 생성자가 증가함에 따라서 클래스 외부에 @builder를 두는 방식이 나중에 해당 Entity를 참조시에 사용되지 않는 생성자로 인한 (정의되지 않은) 컴파일 오류가 나왔다.

따라서 구현해놓은 Builder 어노테이션을 클래스 내부에 두는 방식으로 변경예정이다.

[Error] SecurityConfig CORS errors

문제

CORS 에러 발생

버그 맥락

회원가입 기능 테스트를 위해 프론트에서 http://3.34.82.40:8080/auth/signup로 요청을 보냈더니 다음과 같은 에러가 발생했다.

Access to XMLHttpRequest at 'http://3.34.82.40:8080/auth/signup' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
POST http://3.34.82.40:8080/auth/signup net::ERR_FAILED

올바른 동작

요청 보내는 것을 성공하면 response의 status 값이 200으로 떠야한다.

스크린샷

image
image

[BUG] nearRoom setTime function

문제

setTime Test in ver 2.0.0

setTime 기능을 테스트 하던중
image

현재 13:00 이므로 13:30 분에 시작할 수업은 setTime 이 30(m)으로 설정된다면

13:30 분 시작수업을 가진 강의실은 출력되지 않아야하지만 출력됨과 동시에 그 다음 수업시작 시간을 출력해줌으로 사용자들에게 혼란을 줄수 있다.

image

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.