GithubHelp home page GithubHelp logo

free-apply's Introduction

FreeApply

No Code Application Builder that to build an apply website.
원서 접수 웹 사이트를 기술에 대한 지식 없이 생성할 수 있는 노코드 애플리케이션 빌더

Why Create FreeApply?

많은 기업들, 조직들이 원서 접수(Apply) 서비스를 필요로 한다는 것을 알았고, 실제로 개발하게될 경우, 상당히 번거롭다는 문제점을 파악하여, 개발하게 되었습니다.

Tech.

(해당 파트는 라이브러리들이 추가될 때마다 수시로 변할 예정입니다.)

  • FastAPI 0.108.0

How Can you contribute our project?

Convention

first, you must make issue in github. second, you make a branch that about that issue. Each branch name convention is next below.

  • feature -> feature-{issue number}
  • refactoring -> refactor-{issue number}
  • hotfix -> hotfix-{issue-number}
  • deploy -> deploy-{version number}-{issue number}
  • upgrade -> upgrade-{last issue}-{issue number}

third, you work in your own branch. fourth, when other contributor make your feature faster then you, you can change name to "upgrade" branch.

for example, when you made a feature "mail send". but when other contributor has made a mail send feature first. and that contributor's issue is "5071", you can change your branch name to "upgrade-5071-{your issue number}"

fifth, when you're making or made a new feature that there is no such of test, you must make a test of your feature.

sixth, when you're feature is not good enough or not good at our project, It might be deleted in merge step.

seventh, If you do your job done, make PR(pull-request) to every contributor can see and review. And head contributor like me(iqpizza6349) will merge your branch.

free-apply's People

Contributors

iqpizza6349 avatar

Watchers

 avatar

free-apply's Issues

도메인 엔티티화 만들기

각각의 도메인들을 SQLAlchemy를 사용하여 엔티티화 시킬 수 있도록 구현합니다.

Domain
|-properties
| |--type
| |--name
| |--is_releated

최상위인 Domain을 엔티티화하기 위해서는 멤버 변수들(Property) 역시 하나하나 분해되어 저장되어야합니다.

2024-01-21 수정
도메인을 직접 커스텀시키는 것보다는 이미 사용할 수 있고 또 자주 사용되는 도메인들을 미리 정해놓고 이를 사용할 수 있도록 하는 것이
더욱 적절해 보이기에 직접 -> 참조 하는 방식으로 변경한다.

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.