Giter VIP home page Giter VIP logo

Comments (1)

gyoogle avatar gyoogle commented on May 5, 2024
  • 웹사이트 회원 권한 구분

    유저 권한 : 관리자 / 팀원 / 방문자

    database에 저장할 때 회원의 구분을 3가지로 나누어야 함

    최초 회원가입 회원은 방문자

    관리자는 방문자를 팀원으로 / 팀원을 방문자로 변경할 수 있어야 함 (관리자 페이지에서)


로그인 된 유저의 이메일을 알 수 있음

이 이메일들을 데이터베이스에 저장하면서 권한을 등록한다 ( ex. 1 : 관리자 / 2 : 팀원 / 3 : 방문자)

처음 signUp 당시에는 방문자로 등록하기

  • 관리자 페이지 제작

    관리자만을 위한 페이지 제작

    회원 권한 변경 (팀원, 방문자)

    관리자는 1명 이상

    현재 총 게시글 수 구분하여 표시 ( 포트폴리오, 포스트 구분 )


일단 관리자 페이지는 구현된 상태

이 곳에서 다른 회원의 권한을 변경할 수 있도록 만들자

(회원 리스트를 보여줘야 하나? 아니면 검색할 수 있게?)

관리자는 [email protected] 한 명으로 할 것

현재 작성된 포트폴리오와 포스트의 개수를 불러와서 보여주는 화면 리스트 구성하기

from tech-interview-for-developer.

Related Issues (20)

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.