Giter VIP home page Giter VIP logo

authome's Introduction

from earth import Human

class ItMe(Human):
    first_name: str = "joon hwan"
    last_name: str = "kim"
    resides_in: str = "🇰🇷"
    enjoys: list[str] = ["🍔", "💻", "🐍", "🐶", "🐈", "☕️", "🍺", "🍷"]
    speaks: list[str] = ["ko-KR", "🐍v3.12"]
    web: str = "https://pypy.dev/"
    work_where: str = "FreeD Soft"
    work_what: str = "backend-engineer"

    @classmethod
    def hi(cls):
        print(f"hey 👋, i'm {cls.first_name.capitalize()}")
        print(f"currently i work in {cls.work_what} @ {cls.work_where} in {cls.resides_in}")
        print(f"i speak {' and '.join(cls.speaks)}")
        print(f"some things i like: {', '.join(cls.enjoys)}")

>>> ItMe.hi()
hey 👋, i'm Joon Hwan
currently i work in backend-engineer @ FreeD Soft in 🇰🇷
i speak ko-KR and 🐍v3.12
some things i like: 🍔, 💻, 🐍, 🐶, 🐈, ☕️, 🍺, 🍷

authome's People

Contributors

dependabot[bot] avatar ohmytrip-rnd avatar xncbf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

2moemo

authome's Issues

django 1.9 -> 1.10 -> 1.11

1.9버전의 공식 보안 업데이트가 종료됨 에 따라 1.10버전, 1.11버전(LTS)으로 순차적 업데이트

end_yn 의미 불일치

end_yn 컬럼이 True 면 end 라는 의미로 만들었는데 로직이 뒤바뀌어있습니다.
이미 사용자가 있어서 어떻게 바꿔야 할지 토론해 봐야 할 것 같습니다.

매크로 검증

사람들이 올린 매크로가 매크로 게시판에 올라올때는 검증을 거쳐서
검증 뱃지를 디스플레이하게함

invoke 제거

현재 배포는 elastic beanstalk 에서 docker 컨테이너를 통해 배포하고 있으므로,
배포 목적으로 사용한 invoke 코드를 제거하기로 합니다.

게시판 세부 정리

  • 로그인시 메인페이지 변경 (관련있는 게시판 카드형식으로 dp)
  • 구매자만 볼수 있게 해당 매크로 게시판 따로 구축,

api endpoint 수정

현재 /<macro_id>/ 로 되어있는데
/<username>/<password>/<macro_id>/ 로 수정 요망

test case

  1. 매크로 등록
  2. 매크로 수정
  3. 유저 인증 등록

user log page

해당 유저의 접속 로그 관찰,
전체 유저 로그 관찰 페이지 생성

테스트 코드 작성

완전한 자동배포를 위해서 test case 시나리오에 따라 테스트 코드를 작성해야함

코딩룰 적용

  • 파이썬은 pep8 적용
  • 자바스크립트는 standardjs 적용

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.