sparcs-kaist / new-ara-api

Restful API for Ara, KAIST's official community service
http://newara.sparcs.org/
MIT License
20 stars 1 forks source link

Abstract Permission #427

Open DoyunShin opened 1 year ago

DoyunShin commented 1 year ago

목적

메인페이지를 공개적으로 하기 위함.

이를 위해 각 게시판과 게시물의 권한을 수정할 수 있어야하는데 비트마스크의 형태로는 권한관리하기가 힘들다고 판단함. 이에 따라 새로운 권한 관리를 할 수 있도록 계획함.

DoyunShin commented 1 year ago

newara_permission_rbac.xlsx

Image

DoyunShin commented 1 year ago

현재 구성된 내용들입니다.

DoyunShin commented 12 months ago

core_permission을 core_boardpermission으로 변경하겠습니다.

DoyunShin commented 11 months ago

feature/permission branch created.