Giter VIP home page Giter VIP logo

Comments (2)

redstonecold avatar redstonecold commented on September 11, 2024

이렇게 comment 하는 건가?

from 2021ossl_miniteam.

Diggydogg avatar Diggydogg commented on September 11, 2024

아트 갤러리 crud project

미술 작품 갤러리 , 아티스트와 그 작품을 보여주는 하이퍼링크 로 갤러리 생성

C : 작품 고유 번호 (생성 순으로 ),아티스트 이름, 작품 이름 , 작품 생성 날짜, 작품 사진 하이퍼 링크 (data type: int,str, str, str(or long int), str) ,, structure 로 새성
R : 아티스트 이름이 null 이 아니면 읽기 , 아티스트 이름, 작품 이름 , 작품 생성 날짜, 작품 사진 순서대로,,
U : 아티스트나 작품이름 검색을 통해 찾기 (find func) 찾은후 작품 고유 번호대로 나열,
(예시,

  1. 피카소 우는 여인 ,,,,
  2. 앙리 마티즈 블루 ,,,,
  3. 구스타프 클림트 키스 ,,,,
    업데이트할 작품 번호를 선택하세요 : 1
    -> 이후 작품 고유 번호 빼고 자료 업데이트 가능

D: delete 도 find 함수를 통해 찾은후 작품 번호를 통해 삭제
이때, 아티스트 이름과 작품 번호를 null 로 세팅

find func; 위에 설명 , (아티스트나 작품이름 검색을 통해 찾기 )

M : 메뉴, 위 함수들을 구현할수 있는 메뉴 옵션 보여주시
예시 :

  1. 갤러리 생성
  2. 갤러리 모두 보기
  3. 갤러리 업데이트
  4. 갤러리 삭제

FI : 파일 입출력, 작품 고유 번호 (생성 순으로 ),아티스트 이름, 작품 이름 , 작품 생성 날짜, 작품 사진 하이퍼 링크 (data type: int,str, str, str(or long int), str) 으로 저장 (gallery.txt)
FO : 파일 load, 시작할떄 gallery.txt 를 읽어오기

//아래 항목은 아직 확정 x

작품 상세 설명 함수 : structure (작품명, 작품에 대한 간단한 설명 , str, str) // 어떻게 구현 할지 생각중
아티스트 상세 설명 : structure (아티스트 이름 , 아티스트 생애 설명 , str, str)
위 함수들은 포인터로 통해 구현? helper 함수들이 필요할 듯,,,,

from 2021ossl_miniteam.

Related Issues (8)

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.