GithubHelp home page GithubHelp logo

ic-h / 12th_open_sw_dev_conf Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 22.67 MB

This project is for 12th Open SW Developer Conference

C 1.81% C++ 1.17% Python 86.88% Tcl 6.74% Batchfile 0.03% PowerShell 0.01% JavaScript 1.30% CSS 0.45% HTML 1.20% Makefile 0.03% Roff 0.37% Shell 0.01% Smarty 0.01%

12th_open_sw_dev_conf's People

Contributors

ic-h avatar miintto avatar

Stargazers

 avatar

Watchers

 avatar  avatar

12th_open_sw_dev_conf's Issues

【백 엔드】【쉘】 vectorize

page의 HTML을 Vector화 시키는 기능 구현

html_vector 구조

  • url_id
    -domain_url.id
  • lang_id
    -lang_mst.id
  • tag_id
    -tag.id
  • tag_order
    -html내 동일한 tag의 오름차순 순번
  • word_id
    -xx_word.id, xx는 lang_mst.language
  • word_order
    -동일한 tag내의 문자의 오름차순 순번

각 url의 html을 상기의 구조로 벡터화 한다.

프론트 개발

화면

  1. 로그인 화면 #16 완료

  2. 회원가입 화면 #17 완료

  3. url 검색 화면 #18 완료

  4. url 등록 화면 #19 완료

  5. 등록 url 일람 화면 #20 완료

API

  1. url 등록 API #24 완료

url 등록 API

4번 화면에서 유저가 선택한 url 등록한다.
url : {domain}/api/user/url/register/

url 등록 화면

개인이 공지사항에 변경이 있을 시에 알림을 받을 수 있도록 url을 등록하는 화면, 기존에 시스템 내에 등록 되지 않을 경우에 추가하여 검색 가능하도록 한다.
url : {domain}/user/url/register/

url 검색 화면

기존의 유저들이 공지사항 등록을 위해 등록한 url을 검색 할 수 있는 화면
url : {domain}/notice_url/search/

백 엔드 개발

쉘 개발

  1. 도메인에서 공지사항 일람 URL을 찾는 쉘 #26
  2. 공지사항 일람 URL을 기반으로 공지사항의 변경된 내용이 있는지 확인하고 저장하는 쉘 #27
  3. 변경이 있을 경우 해당 도메인을 등록한 유저에게 이메일로 알림을 해주는 쉘 #28

회원가입 화면

개인 식별을 위한 회원 등록 화면
url : {domain}/user/sign_up/

회원가입 등록 API

회원가입시 정보 확인 및 등록. 데이터가 유효하지 않을시 회원가입 화면으로, 등록 후 로그인 화면으로 redirect
url : {domain}/api/user/register/

이메일, 비밀번호 체크 API

로그인 화면에서 URL일람 화면으로 이동과정에서 이메일과 비밀번호를 체크한다. 일치시엔 URL일람 화면, 불일치시에는 로그인 화면으로 redirect!
url : {domain}/api/user/check/

로그인 화면

개인 식별을 위한 로그인 화면

url : {domain}/user/sign_in/

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.